流量热赞

第十章 路由器RIP动态路由配置

2022-06-29  本文已影响0人  孙广宁
实验目标
实验背景
技术原理
实验步骤
实验设备

PC2台,switch 3560 1台 routerpt 2台


网络拓扑
ip 192.168.1.2
submask 255.255.255.0
gateway 192.168.1.1
ip 192.168.2.2
submask 255.255.255.0
gateway 192.168.2.1
en
conf t
hostname s3560
vlan 10
exit
vlan 20
exit
interface fa 0/10
switchport access vlan 10
exit
interface fa 0/20
switchport access vlan 20
exit
end
show vlan

conf t
interface vlan 10
ip address 192.168.1.1 255.255.255.0
no shutdown
exit
interface vlan 20
ip address 192.168.3.1 255.255.255.0
no shutdown
end
show ip route
show running

conf t
ip routing
router rip
network 192.168.1.0
network 192.168.3.0
version 2
end
show ip route
en 
conf t
hostname r1
interface fa 0/0
no shutdown
ip address 192.168.3.2 255.255.255.0

interface serial 2/0
no shutdown
ip address 192.168.4.1 255.255.255.0
clock rate 64000
end 
show ip route

conf t
router rip
network 192.168.3.0
network 192.168.4.0
version 2
exit
en 
conf t
hostname r2
interface fa 0/0
no shutdown
ip address 192.168.2.1 255.255.255.0

interface serial 2/0
no shutdown
ip address 192.168.4.2 255.255.255.0
end 
show ip route

conf t
router rip
network 192.168.2.0
network 192.168.4.0
version 2
end
上一篇下一篇

猜你喜欢

热点阅读