拓扑图
实验要求
- 全网使用192.168.1.0/24进行地址划分
- area 0 区域手工设置R1为DR,R2为BRD
- R3-R5之间使用密文认证
- R1,R2,R5上配置换回接口,但是R5环回接口不能宣告进OSPF
- 全网可达
子网划分
将192.168.1.0/24划分为4个子网
----192.168.1.0/26 //主干道
----192.168.1.64/26
----192.168.1.128/26
----192.168.1.192/26
计划将192.168.1.0/26作为主干道的网段使用,其余三个网段分配给三台需要配置环回接口的路由器
骨干区域需要3个接口IP,所以将其使用192.168.1.1/29,192.168.1.2/29,192.168.1.3/29
其他两条主干道使用192.168.1.8/30和192.168.1.12/30
划分出来其他的网段作为预留地址
基本配置(省略网关)
R1:
[Huawei]ospf 1 router-id 2.2.2.2
[Huawei-ospf-1]area 0
[Huawei-ospf-1-area-0.0.0.0]network 192.168.1.0 0.0.0.7
[Huawei-ospf-1-area-0.0.0.0]network 192.168.1.64 0.0.0.63
R2:
[Huawei]ospf 1 router-id 1.1.1.1
[Huawei-ospf-1]area 0
[Huawei-ospf-1-area-0.0.0.0]network 192.168.1.0 0.0.0.7
[Huawei-ospf-1-area-0.0.0.0]network 192.168.1.128 0.0.0.63
R3:
[Huawei]ospf 1
[Huawei-ospf-1]area 0
[Huawei-ospf-1-area-0.0.0.0]network 192.168.1.0 0.0.0.7
[Huawei-ospf-1]area 1
[Huawei-ospf-1-area-0.0.0.1]network 192.168.1.8 0.0.0.3
[Huawei]int GigabitEthernet 0/0/1
[Huawei-GigabitEthernet0/0/1]ospf authentication-mode md5 1 cipher 123456
R4:
[Huawei]ospf 1
[Huawei-ospf-1]area 1
[Huawei-ospf-1-area-0.0.0.1]network 192.168.1.8 0.0.0.3
[Huawei-ospf-1-area-0.0.0.1]network 192.168.1.12 0.0.0.3
[Huawei]interface GigabitEthernet 0/0/0
[Huawei-GigabitEthernet0/0/0]ospf authentication-mode md5 1 cipher 123456
[Huawei]interface GigabitEthernet 0/0/1
[Huawei-GigabitEthernet0/0/1]ospf authentication-mode md5 1 cipher 123456
R5:
[Huawei]ospf 1
[Huawei-ospf-1]area 1
[Huawei-ospf-1-area-0.0.0.1]network 192.168.1.12 0.0.0.3
[Huawei]int GigabitEthernet 0/0/0
[Huawei-GigabitEthernet0/0/0]ospf authentication-mode md5 1 cipher 123456
[Huawei-ospf-1]default-route-advertise always
路由表信息
测试
使用R1去pingR5的环回