cisco 交换机 telnet 怎么配置 用户名+密码 登陆方式
10个回答
展开全部
就是配置vty啊。交换机的命令手册上有详细的配置实例。
router(config)#enable secret 密码 -> 这个密码是进入特权模式的密码,是一定要的
router(config)#line vty 0 4
router(config-line)password 密码 ->这个密码是telnet密码
router(config-line)login。
应该是以上的配置。
router(config)#enable secret 密码 -> 这个密码是进入特权模式的密码,是一定要的
router(config)#line vty 0 4
router(config-line)password 密码 ->这个密码是telnet密码
router(config-line)login。
应该是以上的配置。
追问
不是要这样的· 是telnet的用户名+密码 的方式·
推荐于2017-10-09 · 知道合伙人互联网行家
关注
展开全部
解决方案1:
1 255. End with CNTL/en
Switch#confi
Configuring from terminal;Z?
Enter configuration commands?.168, one per line.255, or network [terminal], memory.255!.
Switch(config)#username 123 password 123
Switch(config)#enable password 123
Switch(config)#line vty 0 4
Switch(config-line)#login l
Switch(config-line)#login local
Switch(config-line)#int vlan 1
Switch(config-if)#ip add 192.0
Switch(config-if)#no sh
解决方案2:
配置登陆的用户名和密码
Router(config)#username test password 0 test
配置line验证方式为local
Router(config)#line vty 0 4
Router(config-line)#login local
Router(config-line)#end
Router#wr
Building configuration...
[OK]
Router#
1 255. End with CNTL/en
Switch#confi
Configuring from terminal;Z?
Enter configuration commands?.168, one per line.255, or network [terminal], memory.255!.
Switch(config)#username 123 password 123
Switch(config)#enable password 123
Switch(config)#line vty 0 4
Switch(config-line)#login l
Switch(config-line)#login local
Switch(config-line)#int vlan 1
Switch(config-if)#ip add 192.0
Switch(config-if)#no sh
解决方案2:
配置登陆的用户名和密码
Router(config)#username test password 0 test
配置line验证方式为local
Router(config)#line vty 0 4
Router(config-line)#login local
Router(config-line)#end
Router#wr
Building configuration...
[OK]
Router#
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
switch(confg)#username **** password ****
switch(confg)#line vty 0 4
switch(confg-line)#password ***
switch(confg-line)#login local
可惜我看到的晚了,不过我确定能帮到你
switch(confg)#line vty 0 4
switch(confg-line)#password ***
switch(confg-line)#login local
可惜我看到的晚了,不过我确定能帮到你
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
sw(config)# line vty 0 4
sw(config-line)# password xxxxxx
sw(config-line)#login local
之后会显示用户名和密码登录的方式,但。。我这样设置完username,用该username登录不知为何总报login invalid……这个我也想求教。
sw(config-line)# password xxxxxx
sw(config-line)#login local
之后会显示用户名和密码登录的方式,但。。我这样设置完username,用该username登录不知为何总报login invalid……这个我也想求教。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
conf t
line vty 0 4
login local
就行了
前提是你要在cisco交换机设置的时候设置用户名和密码
比如conf t
useranme XXXX 0 passwod xxxxxx
希望对你有帮助
line vty 0 4
login local
就行了
前提是你要在cisco交换机设置的时候设置用户名和密码
比如conf t
useranme XXXX 0 passwod xxxxxx
希望对你有帮助
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询