OSPF实验
实验要求:
- R1-R3为区域0,R3-R4为区域1;其中R3环回在区域0
- R1-R3 R3为DR设备,没有BDR
- R4环回地址固定,其他所有网段使用192.168.1.0/24分配
- R4环回不能宣告,全网可达,保障更新安全,避免环路,减少路由条目数量
实验步骤:
1.配置IP以及环回,启动ospf并宣告
2.配置DR,保障更新安全
[R1-GigabitEthernet0/0/0]ospf dr-priority 0
[R1-GigabitEthernet0/0/0]ospf authentication-mode md5 1 cipher 140602
[R2-GigabitEthernet0/0/0]ospf dr-priority 0
[R2-GigabitEthernet0/0/0]ospf authentication-mode md5 1 cipher 140602
[R3]display ospf peer----查看DR配置是否成功
[R3-GigabitEthernet0/0/1]ospf authentication-mode md5 1 cipher 140602
[R4-GigabitEthernet0/0/0]ospf dr-priority 0
[R4-GigabitEthernet0/0/0]ospf authentication-mode md5 1 cipher 140602
3.R4配置缺省路由
[R4-ospf-1]default-route-advertise always
4.测试