
主机:
Switch>en
Switch#conf t
Switch(config)#int vlan 1
Switch(config-if)#ip add 192.168.10.1 255.255.255.0
Switch(config-if)#no shutdown
Switch(config-if)#e
Switch(config)#enable secret 123456
Switch(config)#line vty 0 4
Switch(config-line)#password 123456
主机2:
PC>telnet 192.168.10.1
Trying 192.168.10.1 ...Open
User Access Verification
Password:
Switch>en
Password:
Switch#
该文描述了如何配置一台Switch,包括进入配置模式,设定VLAN接口IP,启用接口,设置全局及远程登录密码,以及主机通过telnet访问Switch的步骤。
4128

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



