实验条件如图:
实验步骤:
1.给PC机配IP为“10.0.0.1”子网掩码为“255.0.0.0”网关为“10.0.0.254”如图:
2.给switch0配置管理IP为10.0.0.2,配置远程密码为“haha”,配置特权模式下的密码为“hehe”如下:
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#interface vlan 1
Switch(config-if)#ip address 10.0.0.2 255.0.0.0
Switch(config-if)#no shutdown
Switch#conf t
Switch(config)#line vty 0 4
Switch(config-line)#password haha
Switch#conf t
Switch(config)#enable password hehe
Switch(config)#end
Switch#w
3.给路由器配置IP下:
Continue with configuration dialog? [yes/no]: