首页 > 其他 > 详细

OSPF多区域配置实例

时间:2017-02-22 00:10:11      阅读:179      评论:0      收藏:0      [点我收藏+]

如下图示:

技术分享

 

R1:
interface Loopback0
 ip address 1.1.1.1 255.255.255.255
 ip ospf 1 area 2
interface FastEthernet0/0
 ip address 12.1.1.1 255.255.255.0
 ip ospf 1 area 2
 no sh
router ospf 1
 router-id 1.1.1.1
 network 1.1.1.1 0.0.0.0 area 2
 network 12.1.1.0 0.0.0.255 area 2

R2:
interface Loopback0
 ip address 2.2.2.2 255.255.255.255
 ip ospf 1 area 0
interface FastEthernet0/0
 ip address 12.1.1.2 255.255.255.0
 ip ospf 1 area 2
 no sh
interface FastEthernet0/1
 ip address 24.1.1.2 255.255.255.0
 ip ospf 1 area 2
 no sh
interface Serial1/0
 ip address 23.1.1.2 255.255.255.0
 ip ospf 1 area 0
 no sh
router ospf 1
 network 2.2.2.2 0.0.0.0 area 0
 network 12.1.1.0 0.0.0.255 area 2
 network 23.1.1.0 0.0.0.255 area 0
 network 24.1.1.0 0.0.0.255 area 2

R3:
interface Loopback0
 ip address 3.3.3.3 255.255.255.255
 ip ospf 1 area 0
interface Serial1/0
 ip address 23.1.1.3 255.255.255.0
 ip ospf 1 area 0
 no sh
router ospf 1
 router-id 3.3.3.3
 network 3.3.3.3 0.0.0.0 area 0
 network 23.1.1.0 0.0.0.255 area 0

R4:
interface Loopback0
 ip address 4.4.4.4 255.255.255.255
 ip ospf 1 area 2
interface FastEthernet0/1
 ip address 24.1.1.4 255.255.255.0
 ip ospf 1 area 2
router ospf 1
 router-id 4.4.4.4
 network 4.4.4.4 0.0.0.0 area 2
 network 24.1.1.0 0.0.0.255 area 2

 技术分享

技术分享

 技术分享

技术分享

 

OSPF多区域配置实例

原文:http://www.cnblogs.com/vincent-liang/p/6427007.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!