实验图:
实验目的:验证rip v1 与 rip v 2 的不同。
实验步骤:(首先使用rip v 2 ,但不关闭自动汇总。)
+++++++++++++++++++++++++++++++++++++
r0
+++++++++++++++++++++++++++++++++++++
en
conf t
host r0
no ip do lo
line c 0
exec-t 0 0
logg sync
exit
in e0/1
ip add 172.16.1.1 255.255.255.0
no sh
exit
router rip
ver 2
net 172.16.0.0
end
++++++++++++++++++++++++++++++++++++++
r1
++++++++++++++++++++++++++++++++++++++
en
conf t
host r1
no ip do lo
line c 0
exec-t 0 0
logg sync
exit
in e0/0
ip add 172.16.1.2 255.255.255.0
no sh
exit
in e0/1
ip add 192.168.1.1 255.255.255.0
no sh
exit
router rip
ver 2
net 172.16.0.0
net 192.168.1.0
end
++++++++++++++++++++++++++++++++++++
r2
++++++++++++++++++++++++++++++++++++
en
conf t
host r2
no ip do lo
line c 0
exec-t 0 0
logg sync
exit
in e0/0
ip add 192.l68.1.2 255.255.255.0
no sh
exit
in e0/1
ip add 192.168.2.1 255.255.255.0
no sh
exit
router rip
ver 2
net 192.168.2.0
net 192.168.1.0
end
++++++++++++++++++++++++++++++++++++
r3
++++++++++++++++++++++++++++++++++++
en
conf t
host r2
no ip do lo
line c 0
exec-t 0 0
logg sync
exit
in e0/0
ip add 192.168.2.2 255.255.255.0
no sh
exit
in e0/1
ip add 172.16.2.1 255.255.255.0
no sh
exit
router rip
ver 2
net 192.168.2.0
net 172.16.0.0
end
+++++++++++++++++++++++++++++++++
r4
++++++++++++++++++++++++++++++++++
en
conf t
host r4
no ip do lo
line c 0
exec-t 0 0
logg sync
exit
in e0/0
ip add 172.16.2.2 255.255.255.0
no sh
exit
router rip
ver 2
net 172.16.0.0
end
++++++++++++++++++++++++++++++++++
查看路由表:
++++++++++++++++++++++++++++++++++
R0:
172.16.0.0/24 is subnetted, 1 subnets
C 172.16.1.0 is directly connected, Ethernet0/1
R 192.168.1.0/24 [120/1] via 172.16.1.2, 00:00:46, Ethernet0/1
R 192.168.2.0/24 [120/2] via 172.16.1.2, 00:00:46, Ethernet0/1
R1:
172.16.0.0/24 is subnetted, 1 subnets
C 172.16.1.0 is directly connected, Ethernet0/0
C 192.168.1.0/24 is directly connected, Ethernet0/1
R 192.168.2.0/24 [120/1] via 192.168.1.2, 00:00:13, Ethernet0/1
R2:
R 172.16.0.0/16 [120/1] via 192.168.2.2, 00:00:15, Ethernet0/1
[120/1] via 192.168.1.1, 00:00:06, Ethernet0/0
C 192.168.1.0/24 is directly connected, Ethernet0/0
C 192.168.2.0/24 is directly connected, Ethernet0/1
R3:
172.16.0.0/24 is subnetted, 1 subnets
C 172.16.2.0 is directly connected, Ethernet0/1
R 192.168.1.0/24 [120/1] via 192.168.2.1, 00:00:12, Ethernet0/0
C 192.168.2.0/24 is directly connected, Ethernet0/0
R4:
172.16.0.0/24 is subnetted, 1 subnets
C 172.16.2.0 is directly connected, Ethernet0/0
R 192.168.1.0/24 [120/2] via 172.16.2.1, 00:00:05, Ethernet0/0
R 192.168.2.0/24 [120/1] via 172.16.2.1, 00:00:05, Ethernet0/0
+++++++++++++++++++++++++++++++++++++++++++++++++
在所有的路由器上打:
en
conf t
router rip
no au
++++++++++++++++++++++++++++++++++++++++++++++++++
再看路由表:
R0:
172.16.0.0/24 is subnetted, 2 subnets
C 172.16.1.0 is directly connected, Ethernet0/1
R 172.16.2.0 [120/3] via 172.16.1.2, 00:00:17, Ethernet0/1
R 192.168.1.0/24 [120/1] via 172.16.1.2, 00:00:19, Ethernet0/1
R 192.168.2.0/24 [120/2] via 172.16.1.2, 00:00:19, Ethernet0/1
R1:
172.16.0.0/24 is subnetted, 2 subnets
C 172.16.1.0 is directly connected, Ethernet0/0
R 172.16.2.0 [120/2] via 192.168.1.2, 00:00:29, Ethernet0/1
C 192.168.1.0/24 is directly connected, Ethernet0/1
R 192.168.2.0/24 [120/1] via 192.168.1.2, 00:00:29, Ethernet0/1
R2:
172.16.0.0/16 is variably subnetted, 3 subnets, 2 masks
R 172.16.0.0/16 [120/1] via 192.168.2.2, 00:00:43, Ethernet0/1
[120/1] via 192.168.1.1, 00:00:34, Ethernet0/0
R 172.16.1.0/24 [120/1] via 192.168.1.1, 00:00:01, Ethernet0/0
R 172.16.2.0/24 [120/1] via 192.168.2.2, 00:00:15, Ethernet0/1
C 192.168.1.0/24 is directly connected, Ethernet0/0
C 192.168.2.0/24 is directly connected, Ethernet0/1
R3:
172.16.0.0/24 is subnetted, 2 subnets
R 172.16.1.0 [120/2] via 192.168.2.1, 00:00:13, Ethernet0/0
C 172.16.2.0 is directly connected, Ethernet0/1
R 192.168.1.0/24 [120/1] via 192.168.2.1, 00:00:13, Ethernet0/0
C 192.168.2.0/24 is directly connected, Ethernet0/0
R4:
172.16.0.0/24 is subnetted, 2 subnets
R 172.16.1.0 [120/3] via 172.16.2.1, 00:00:16, Ethernet0/0
C 172.16.2.0 is directly connected, Ethernet0/0
R 192.168.1.0/24 [120/2] via 172.16.2.1, 00:00:16, Ethernet0/0
R 192.168.2.0/24 [120/1] via 172.16.2.1, 00:00:16, Ethernet0/0
+++++++++++++++++++++++++++++++++++++++++++++++++
使用rip v1版本重复实验:
+++++++++++++++++++++++++++++++++++++++++++++++++
步骤:
将ver 2 去掉就行啦!
++++++++++++++++++++++++++++++++++++++++++++++++++
不管你信不信,路由表真他X的与rip v2不打no au 一模一样。
不信你看:
R0
172.16.0.0/24 is subnetted, 1 subnets
C 172.16.1.0 is directly connected, Ethernet0/1
R 192.168.1.0/24 [120/1] via 172.16.1.2, 00:00:07, Ethernet0/1
R 192.168.2.0/24 [120/2] via 172.16.1.2, 00:00:02, Ethernet0/1
R1:
172.16.0.0/24 is subnetted, 1 subnets
C 172.16.1.0 is directly connected, Ethernet0/0
C 192.168.1.0/24 is directly connected, Ethernet0/1
R 192.168.2.0/24 [120/1] via 192.168.1.2, 00:00:04, Ethernet0/1
R2:
R 172.16.0.0/16 [120/1] via 192.168.2.2, 00:00:37, Ethernet0/1
[120/1] via 192.168.1.1, 00:00:04, Ethernet0/0
C 192.168.1.0/24 is directly connected, Ethernet0/0
C 192.168.2.0/24 is directly connected, Ethernet0/1
R3:
R 172.16.0.0/16 [120/1] via 192.168.2.2, 00:00:37, Ethernet0/1
[120/1] via 192.168.1.1, 00:00:04, Ethernet0/0
C 192.168.1.0/24 is directly connected, Ethernet0/0
C 192.168.2.0/24 is directly connected, Ethernet0/1
R4:
172.16.0.0/24 is subnetted, 1 subnets
C 172.16.2.0 is directly connected, Ethernet0/0
R 192.168.1.0/24 [120/2] via 172.16.2.1, 00:00:07, Ethernet0/0
R 192.168.2.0/24 [120/1] via 172.16.2.1, 00:00:07, Ethernet0/0
你会说我是复制的吧!你看看时间。
你会说那把rip 1 也关闭自动汇总啊!不行啊!rip1 真他X的不知道可变长的子网掩码。关了也不行。
可见RIP V2 只不过多了no auto-summary 这条命令罢了。不打这条命令,你也别起RIP V2啦!