1、实验拓扑:
2、实验配置:
AR1:
sysname AR1
#
router id 1.1.1.1
#
interface GigabitEthernet0/0/1
ip address 10.1.12.1 255.255.255.0
ospf dr-priority 2
#
interface GigabitEthernet0/0/2
ip address 10.1.13.1 255.255.255.0
#
interface LoopBack0
ip address 1.1.1.1 255.255.255.255
#
interface LoopBack1
ip address 11.11.11.11 255.255.255.0
#
ospf 1
area 0.0.0.0
authentication-mode simple plain huawei
network 1.1.1.1 0.0.0.0
network 10.1.12.1 0.0.0.0
network 10.1.13.1 0.0.0.0
network 11.11.11.11 0.0.0.0
#
AR2:
sysname AR2
#
router id 2.2.2.2
#
interface Serial1/0/0
link-protocol ppp
ip address 10.1.23.2 255.255.255.0
#
interface GigabitEthernet0/0/0
ip address 10.1.12.2 255.255.255.0
ospf cost 2000
#
interface GigabitEthernet0/0/1
ip address 10.1.24.2 255.255.255.0
ospf authentication-mode md5 24 cipher %$%$Lmw|:b}iR3Cpl#.\>>b+gx0O%$%$
#
interface LoopBack0
ip address 2.2.2.2 255.255.255.255
#
ospf 1
area 0.0.0.0
authentication-mode simple plain huawei
network 2.2.2.2 0.0.0.0
network 10.1.12.2 0.0.0.0
network 10.1.23.2 0.0.0.0
area 0.0.0.1
network 10.1.24.2 0.0.0.0
#
AR3:
sysname AR3
#
router id 3.3.3.3
#
interface Serial1/0/0
link-protocol ppp
ip address 10.1.23.3 255.255.255.0
#
interface GigabitEthernet0/0/0
ip address 10.1.13.3 255.255.255.0
ospf cost 2000
#
interface GigabitEthernet0/0/1
ip address 10.1.35.3 255.255.255.0
#
interface LoopBack0
ip address 3.3.3.3 255.255.255.255
#
ospf 1
area 0.0.0.0
authentication-mode simple plain huawei
network 3.3.3.3 0.0.0.0
network 10.1.13.3 0.0.0.0
network 10.1.23.3 0.0.0.0
area 0.0.0.2
network 10.1.35.3 0.0.0.0
#
AR4:
sysname AR4
#
router id 4.4.4.4
#
interface GigabitEthernet0/0/1
ip address 10.1.24.4 255.255.255.0
ospf authentication-mode md5 24 cipher %$%$(+>,&EtP9KRnlE>WN$u'gwpx%$%$
#
interface LoopBack0
ip address 4.4.4.4 255.255.255.255
#
interface LoopBack1
ip address 44.44.44.44 255.255.255.0
#
ospf 1
area 0.0.0.1
network 4.4.4.4 0.0.0.0
network 10.1.24.4 0.0.0.0
network 44.44.44.44 0.0.0.0
#
AR5:
sysname AR5
#
router id 5.5.5.5
#
interface GigabitEthernet0/0/1
ip address 10.1.35.5 255.255.255.0
#
interface LoopBack0
ip address 5.5.5.5 255.255.255.255
#
interface LoopBack1
ip address 55.55.55.55 255.255.255.0
#
ospf 1
area 0.0.0.2
network 5.5.5.5 0.0.0.0
network 10.1.35.5 0.0.0.0
network 55.55.55.55 0.0.0.0
#
3、OSPF状态查看、测试总部访问分支