1.拓扑图

2.依据实验要求,完成IP地址规划设计和VLAN划分

3.为路由器和交换机配置命令
(1)三层交换机RS1
Switch>enable
Switch#conf t
Switch(config)#int f0/1
Switch(config-if)#no switchport
Switch(config-if)#ip address 192.168.10.2 255.255.255.0
Switch(config-if)#int f0/2
Switch(config-if)#no switchport
Switch(config-if)#ip address 192.168. 11.2 255.255.255.0
Switch(config-if)#int f0/3
Switch(config-if)#no switchport
Switch(config-if)#ip address 192.168. 12.2 255.255.255.0
Switch(config-if)#int f0/4
Switch(config-if)#no switchport
Switch(config-if)#ip address 192.168. 13.2 255.255.255.0
Switch(config-if)#int f0/5
Switch(config-if)#no switchport
Switch(config-if)#ip address 192.168. 14.1 255.255.255.0
Switch(config-if)#exit
Switch(config)#ip routing
Switch(config)#router ospf 100
Switch(config-router)#router-id 0.0.0.1
Switch(config-router)#network 0.0.0.1 0.0.0.255 area 0
Switch(config-router)#network 192.168.10.0 0.0.0.255 area 0
Switch(config-router)#network 192.168.11.0 0.0.0

本文详细记录了网络实验中,六台三层交换机及一台路由器的配置过程,包括IP地址规划、VLAN划分和OSPF路由协议设置,并通过PC间互Ping验证网络连通性。
最低0.47元/天 解锁文章
2万+

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



