OSPF 多区域验证、虚链路

  • 格式:doc
  • 大小:29.50 KB
  • 文档页数:2

OSPF 多区域验证、虚链路
AREA 0 AREA1 AREA2
E0 S1 S1 S0
E0 S0
RTA RTB VLIINK RTC RTD

[rta] Now create configuration... Current configuration ! version 1.44 firewall enable sysname rta ! interface Ethernet0 ip address 1.1.1.1 255.255.255.0 ospf enable area 0.0.0.0 ! interface Serial0 link-protocol ppp ! interface Serial1 link-protocol ppp ! interface Serial2 async mode protocol link-protocol ppp ! quit ospf enable ! quit ! return [rta] [rtb]
Now create configuration...
Current configuration
!
version 1.44
router id 1.1.1.2
firewall enable
sysname rtb
!
interface Ethernet0
ip address 1.1.1.2 255.255.255.0
ospf enable area 0.0.0.0
!
interface Serial1
clock DTECLK1
link-protocol ppp
ip address 2.1.1.1 255.255.255.0
ospf enable area 0.0.0.1
ospf authentication-mode md5 123
123
!quit
ospf enable
vlink peer-id 2.1.1.2 transit-area 0.0.0.1
!
quit
!

return
[rtb]
[rtc]dis curr Now create configuration... Current configuration ! version 1.44 router id 2.1.1.2 firewall enable sysname rtc ! interface Ethernet0 ! interface Serial0 clock DTECLK1 link-protocol ppp ip address 3.3.3.1 255.255.255.0 ospf enable area 0.0.0.2 ! interface Serial1 link-protocol ppp ip address 2.1.1.2 255.255.255.0 ospf enable area 0.0.0.1 ospf authentication-mode md5 123 123 ! interface Serial2 async mode protocol link-protocol ppp ! ! quit ospf enable vlink peer-id 1.1.1.2 transit-area 0.0.0.1 ! quit ! return [rtc] [rtd]
dis curr
Now create configuration...
Current configuration
!
version 1.44
router id 200.200.100.1
firewall enable
sysname rtd
!
interface Ethernet0
!
interface Serial0
link-protocol ppp
ip address 3.3.3.2 255.255.255.0
ospf enable area 0.0.0.2
!
interface Serial1
link-protocol ppp
ip address 200.200.100.1 255.255.255.0
!
interface Serial2
async mode protocol
link-protocol ppp
!
!
quit
ospf enable
!
quit
!

return
[rtd]