6.12

动态路由协议RIP的配置

1.添加1台计算机、1台服务器、1台三层交换机3560、2台路由器2811。

在R0、R1中分别添加1个WIC-2T网卡模块。

2.建立网络拓扑,使用直通线、DCE串口线、交叉线连接好设备。设置IP和SM、GW。

3.创建vlan:在三层交换机上创建Vlan10(连接PC)和Vlan20(连接R0)。

3.配置网关ip

Switch(config)#interface vlan 10                            Switch(config-if)#ip address 192.168.1.1 255.255.255.0       Switch(config-if)#no shutdown                           Switch(config-if)#exit

Switch(config)#interface vlan 20

Switch(config-if)#ip address 192.168.3.1 255.255.255.0

Switch(config-if)#no shutdown

Switch(config-if)#exit

 

4.在三层交换机和路由器中配置路由协议

 

5.show ip route查看路由表信息,可以看到两条RIP信息

R0:

R1:

. Ping测试:使用PC与Server做ping测试,可ping通。

 

动态路由协议OSPF的配置

1.添加1台计算机、1台服务器、1台三层交换机3560、2台路由器2811。

在R0、R1中分别添加1个WIC-2T网卡模块。

2.建立网络拓扑,使用直通线、DCE串口线、交叉线连接好设备。设置IP和SM、GW。

 

3.创建vlan:在三层交换机上创建Vlan10(连接PC)和Vlan20(连接R0)。

 置网关ip

Switch(config)#interface vlan 10                            Switch(config-if)#ip address 192.168.1.1 255.255.255.0       Switch(config-if)#no shutdown                           Switch(config-if)#exit

Switch(config)#interface vlan 20

Switch(config-if)#ip address 192.168.3.1 255.255.255.0

Switch(config-if)#no shutdown

Switch(config-if)#exit

 

4.在三层交换机和路由器中配置路由协议

三层交换机:

 

5.查看路由配置:show ip route查看路由表信息,可以看到两条ospf协议信息。

 

6.ping测试:使用PC与Server做ping测试,可ping通。

 

posted @ 2024-06-13 12:05  涨涨涨张  阅读(8)  评论(0编辑  收藏  举报