Switch>
Switch>enable
Switch#conf t
Switch(config)#interface vlan 1
Switch(config-if)#ip address 192.168.1.1 255.255.255.0 //设置虚端口
Switch(config-if)#no shutdown
Switch(config-if)#exit
Switch(config)#enable password 123
Switch(config)#line vty 0 4
//子接口命令,line vty 0 4 是最大允许5个人同时telnet swtich登陆
Switch(config-line)#password abc
Switch(config-line)#login
Switch(config-line)#password lx
Switch(config-line)#exit
Switch(config)#exit
本文详细介绍了如何在交换机上配置VLAN接口,并设置远程登录密码及限制最大连接数。
1624

被折叠的 条评论
为什么被折叠?



