1、实验拓扑
2、实验配置
AR1:
sysname AR1
#
router id 1.1.1.1
#
interface Serial1/0/0
link-protocol ppp
ip address 10.1.14.1 255.255.255.0
#
interface Serial1/0/1
link-protocol ppp
ip address 10.1.15.1 255.255.255.0
#
interface GigabitEthernet0/0/0
ip address 10.1.123.1 255.255.255.0
ospf dr-priority 0
#
interface LoopBack0
ip address 1.1.1.1 255.255.255.255
#
ospf 1
area 0.0.0.0
network 1.1.1.1 0.0.0.0
network 10.1.123.1 0.0.0.0
area 0.0.0.1
network 10.1.14.1 0.0.0.0
area 0.0.0.2
network 10.1.15.1 0.0.0.0
#
LSW1:无需配置
AR2:
sysname AR2
#
router id 2.2.2.2
#
interface GigabitEthernet0/0/0
ip address 10.1.123.2 255.255.255.0
ospf dr-priority 0
#
interface LoopBack0
ip address 2.2.2.2 255.255.255.255
#
ospf 1
area 0.0.0.0
network 2.2.2.2 0.0.0.0
network 10.1.123.2 0.0.0.0
#
AR3:
sysname AR3
#
router id 3.3.3.3
#
interface GigabitEthernet0/0/0
ip address 10.1.123.3 255.255.255.0
#
interface LoopBack0
ip address 3.3.3.3 255.255.255.255
#
ospf 1
area 0.0.0.0
network 3.3.3.3 0.0.0.0
network 10.1.123.3 0.0.0.0
#
AR4:
sysname AR4
#
router id 4.4.4.4
#
interface Serial1/0/0
link-protocol ppp
ip address 10.1.14.4 255.255.255.0
#
interface LoopBack0
ip address 4.4.4.4 255.255.255.255
#
ospf 1
area 0.0.0.1
network 4.4.4.4 0.0.0.0
network 10.1.14.4 0.0.0.0
#
AR5:
sysname AR5
#
router id 5.5.5.5
#
interface Serial1/0/1
link-protocol ppp
ip address 10.1.15.5 255.255.255.0
#
interface LoopBack0
ip address 5.5.5.5 255.255.255.255
#
ospf 1
area 0.0.0.2
network 5.5.5.5 0.0.0.0
network 10.1.15.5 0.0.0.0
#
3、实验效果查看