- 实验拓扑
- 实验需求
- R3环回3.3.3.8/24,不宣告此环回
- .其他网段基于192.168.1.0/24进行划分;
3..R1与R2均存在两个环回;4
- 整个网络运行ripv2;5.全网可达,保证更新安全,减少路由条目
- 实验思路
- 划分IP地址,并给相应设备配置IP地址
分析:纵观整个网络拓扑,可将192.168.1.0/24划分为4个大网段
(1)192.168.1.0/26---骨干链路
(2)192.168.1.64/26---骨干链路
(3)192.168.1.128/26-----R1环回
、分析:考虑到环回地址,最后需要汇总,故为了汇总方便,可将192.168.1.128/26继续划分出两个连续的小网段,分别给两个环回口,同理R2的环回划分也是一样的思想。
L0:192.168.1.128/27
L1:192.168.1.160/27
(4)192.168.1.192/26----R2环回
- 配置ip协议,宣告网段,除R3环回3.3.3.0/24,测试
- 配置到达3.3.3.0/24,下发到达3.3.3.0/24缺省路由,实现全网通
- 接口验证,保证更新安全
- 接口汇总,并做防环设计,减少路由条目
- 实验步骤
- 配ip地址及rip协议
【R1】int g0/0/0
[R1-GigabitEthernet0/0/0]ip add 192.168.1.1/26
R1环回:L0:192.168.1.129/27 L1:192.168.1.161/27
【R2】int g0/0/0
[R2-GigabitEthernet0/0/0]ip add 192.168.1.2/26
[R2-GigabitEthernet0/0/1]ip add 192.168.1.65/26
R2环回:L0: 192.168.1.193/27 L1:192.168.1.225/27
【R3】int g0/0/0
[R3-GigabitEthernet0/0/0 ] ip add 192.168.1.66/26
R3环回:L0:3。3.3.3.3/24
- 配置R1,R2,R3的rip协议并测试
-
[R1]rip 1
[R1-rip-1]version 2
[R1-rip-1]network 192.168.1.0
[R1-rip-1]undo summary
[R2]rip 1
[R2-rip-1]version 2
[R2-rip-1]undo summary
[R2-rip-1]network 192.168.1.0
[R3]rip 1
[R3-rip-1]undo summary
[R3-rip-1]version 2
[R3-rip-1]network 192.168.1.0
3、配置到达3.3.3.0/24,实现全网通
4.保证更新安全,减少路由条目并做好防环设计
接口验证:
[R1]int g0/0/0
[R1-GigabitEthernet0/0/0]rip authentication-mode md5 usual cipher 12345
[R2]int g0/0/0
[R2-GigabitEthernet0/0/0]rip authentication-mode md5 usual cipher 12345
接口汇总:(以R1为例)
[R1]int g0/0/0
[R1-GigabitEthernet0/0/0]rip summary-address 192.168.1.128 255.255.255.192
[R1]ip route-static 192.168.1.128 26 NULL 0