配置如下图的网络
要求如下:
R1-3为区域0, R3-R4为区域1;其中r3的环回也在区域0。R1, R2也各有一个环回
R1-R3 R3为DR设备,没有BDR
R4环回地址已固定,其他所有网段使用192.168.1.0/24进行合理的分配
R4环回不能宣告,全网可达,保障更新安全,减少路由条目,避免环路
1.首先拓扑设计---IP地址划分
由于拓扑中有两个区域,为了方便后面汇总,我们先把192.168.1.0/24划分为两个网段
192.168.1.0 /24 ----划分两个网段---借一位
192.168.1.0/25 ----区域0
192.168.1.128 /25 ----区域1----用于骨干
然后区域0中192.168.1.0 /25需要再划分4个网段(3个环回地址和一个骨干)
192.168.1.0 /25 ------划分4个网段-----借2位
192.168.1.0 /27
192.168.1.32 /27
192.168.1.64 /27
192.168.1.96 /27
2.底层配置----配置IP地址和环回地址
3.路由配置---OSPF
配置号之后如下图
4.进入参选接口修改优先级
配置号之后如下图
从邻居表里可以看到R3为DR,没有BDR
5.配置缺省路由
然后用r1 ping 4.4.4.4
6.OSPF认证
[r1-GigabitEthernet0/0/0]ospf authentication-mode md5 1 cipher 123456
[r2-GigabitEthernet0/0/0]ospf authentication-mode md5 1 cipher 123456
[r3-GigabitEthernet0/0/0]ospf authentication-mode md5 1 cipher 123456
[r3-GigabitEthernet0/0/1]ospf authentication-mode md5 1 cipher 123456
[r4-GigabitEthernet0/0/0]ospf authentication-mode md5 1 cipher 123456
减少路由条目:
[r3-ospf-1-area-0.0.0.0]abr-summary 192.168.1.0 255.255.255.128
避免环路:
[r3]ip route-static 192.168.1.0 25 NULL 0