cisco交换机配置telnet登录

配置管理IP

configure terminal
interface vlan 999
ip address 192.168.1.1 255.255.255.0
no shutdown
exit

配置用户名和密码登录

username admin password 123456
enable  secrt 123456
end
write
配置telnet 登录
line vty 0 4
login local
transport  input all
exit
end
write

posted @ 2026-02-13 15:38  MYQF晓星尘  阅读(2)  评论(0)    收藏  举报