Stub areas configurations

Network Diagnose & Troubleshoot

STUB area:

R5 _R4:

router ospfv3 13
 router-id 13.0.0.5
 area 0
  interface Loopback13
   passive
  !
 !
 area 1
  stub
  interface GigabitEthernet0/0/0/4
   network point-to-point
  !
 !

router ospf 13
 log adjacency changes
 router-id 13.0.0.5
 area 0
  interface Loopback13
   passive enable
  !
 !
 area 1
  stub
  interface GigabitEthernet0/0/0/4
   network point-to-point
  !
 !
!
router ospf 13
 log adjacency changes
 router-id 13.0.0.4
 area 1
  stub
  interface Loopback13
   passive enable
  !
  interface GigabitEthernet0/0/0/1
   network point-to-point
  !
 !
!

router ospfv3 13
 router-id 13.0.0.4
 area 1
  stub
  interface Loopback13
   passive
  !
  interface GigabitEthernet0/0/0/1
   network point-to-point
  !
 !

R5-R9:

router ospfv3 10
 router-id 5.5.5.5
 area 0
  interface Loopback0
   passive
  !
  interface GigabitEthernet0/0/0/0
   network point-to-point
  !
  interface GigabitEthernet0/0/0/2
   network point-to-point
  !
 !
 area 1
  virtual-link 9.9.9.9
  !
  interface GigabitEthernet0/0/0/1
   network point-to-point
  !
  interface GigabitEthernet0/0/0/3
   network point-to-point
  !
 !

router ospf 10
 log adjacency changes
 router-id 5.5.5.5
 area 0
  interface Loopback0
   passive enable
  !
  interface GigabitEthernet0/0/0/0
   network point-to-point
  !
  interface GigabitEthernet0/0/0/2
   network point-to-point
  !
 !
 area 1
  virtual-link 9.9.9.9
  !
  interface GigabitEthernet0/0/0/1
   network point-to-point
  !
  interface GigabitEthernet0/0/0/3
   network point-to-point
  !
 !
!

router ospf 10
 router-id 9.9.9.9
 area 1 virtual-link 6.6.6.6
 area 1 virtual-link 5.5.5.5
 passive-interface Loopback0
 network 10.0.0.9 0.0.0.0 area 0
R9#

router ospfv3 10
 router-id 9.9.9.9
 !
 address-family ipv4 unicast
 exit-address-family
 !
 address-family ipv6 unicast
  passive-interface Loopback0
  area 1 virtual-link 5.5.5.5
  area 1 virtual-link 6.6.6.6
 exit-address-family
R9#

interface Ethernet0/0
 ip ospf network point-to-point
 ip ospf 10 area 1
 ospfv3 10 network point-to-point
 ospfv3 10 ipv6 area 1
!

R9-R7

RP/0/0/CPU0:R7#sh run router ospf
Sun Mar 31 09:13:49.434 UTC
router ospf 11
 log adjacency changes
 router-id 7.7.7.7
 area 2
  stub
  interface Loopback0
   passive enable
  !
  interface GigabitEthernet0/0/0/0
   network point-to-point
  !
  interface GigabitEthernet0/0/0/2
   network point-to-point
  !
 !

RP/0/0/CPU0:R7#sh run router ospfv3
Sun Mar 31 09:14:31.891 UTC
router ospfv3 11
 router-id 7.7.7.7
 area 2
  stub
  interface Loopback0
   passive
  !
  interface GigabitEthernet0/0/0/0
   network point-to-point
  !
  interface GigabitEthernet0/0/0/2
   network point-to-point
  !
 !

R9#sh run | s r ospfv3 11    
router ospfv3 11
 router-id 11.0.0.9
 !
 address-family ipv6 unicast
  passive-interface Loopback11
  area 2 stub no-summary
 exit-address-family
R9#

R9#sh run | s r ospf 11 
router ospf 11
 router-id 11.0.0.9
 area 2 stub no-summary
 passive-interface Loopback11
 network 11.0.0.9 0.0.0.0 area 2
R9#

interface Ethernet0/2
 ip ospf network point-to-point
 ip ospf 11 area 2
 ospfv3 11 network point-to-point
 ospfv3 11 ipv6 area 2
!

R9-R8

router ospfv3 12
 router-id 12.0.0.8
 area 2 nssa
 !
 address-family ipv4 unicast
  redistribute connected nssa-only route-map Lo0
  passive-interface Loopback0
 exit-address-family
 !
 address-family ipv6 unicast
  passive-interface Loopback0
 exit-address-family
R8#

interface Ethernet0/2
 ospfv3 12 network point-to-point
 ospfv3 12 ipv4 area 2
 ospfv3 12 ipv6 area 2
!

router ospfv3 12
 router-id 12.0.0.9
 area 2 nssa translate type7 always
 !
 address-family ipv4 unicast
  redistribute connected nssa-only route-map Lo12
  passive-interface Loopback12
  area 2 nssa translate type7 always
 exit-address-family
 !
 address-family ipv6 unicast
  passive-interface Loopback12
  redistribute connected route-map Lo12_v6
  area 2 nssa translate type7 always
 exit-address-family
R9#

interface Ethernet0/3
 ospfv3 12 network point-to-point
 ospfv3 12 ipv4 area 2
 ospfv3 12 ipv6 area 2
!