vr1#show ip ospf database internal
OSPF Router with ID (192.168.0.254) (Process ID 1)
Stub Link States (Area 0.0.0.0)
Link ID ADV Router Age Seq# Checksum Mask
192.168.0.255 192.168.0.254 343563 0x0 0x00789D /24
Router Link States (Area 0.0.0.0)
Link ID ADV Router Age Seq# Checksum Link count
192.168.0.252 192.168.0.252 720 0x800000B5 0x00677D 1
192.168.0.254 192.168.0.254 1611 0x800000B7 0x006279 1
Net Link States (Area 0.0.0.0)
Link ID ADV Router Age Seq# Checksum
192.168.0.252 192.168.0.252 720 0x800000AB 0x004BA8
Summary Net Link States (Area 0.0.0.0)
Link ID ADV Router Age Seq# Checksum
192.168.1.0 192.168.0.254 1611 0x800000AB 0x007B43
Stub Link States (Area 192.168.1.0)
Link ID ADV Router Age Seq# Checksum Mask
192.168.1.255 192.168.0.254 343563 0x0 0x006DA7 /24
Router Link States (Area 192.168.1.0)
Link ID ADV Router Age Seq# Checksum Link count
192.168.0.254 192.168.0.254 1611 0x800000B1 0x008E50 1
192.168.1.253 192.168.1.253 1259 0x800000B2 0x007966 1
Net Link States (Area 192.168.1.0)
Link ID ADV Router Age Seq# Checksum
192.168.1.253 192.168.1.253 1259 0x800000AB 0x003CB1
Summary Net Link States (Area 192.168.1.0)
Link ID ADV Router Age Seq# Checksum
192.168.0.0 192.168.0.254 1611 0x800000AB 0x008639
Vr1
interface GigabitEthernet0/0
ip address 192.168.0.254 255.255.255.0
ip ospf authentication-key talent
ip ospf 1 area 0.0.0.0
duplex auto
speed auto
media-type rj45
!
interface GigabitEthernet0/1
ip address 192.168.1.254 255.255.255.0
ip ospf authentication-key talent
ip ospf 1 area 192.168.1.0
duplex auto
speed auto
media-type rj45
!
router ospf 1
router-id 192.168.0.254
area 0.0.0.0 authentication
area 192.168.1.0 authentication
network 192.168.0.0 0.0.0.255 area 0.0.0.0
network 192.168.1.0 0.0.0.255 area 192.168.1.0
!
Vr2
!
interface GigabitEthernet0/0
ip address 192.168.0.252 255.255.255.0
ip ospf authentication-key talent
ip ospf 1 area 0
duplex auto
speed auto
media-type rj45
!
router ospf 1
router-id 192.168.0.252
area 0 authentication
network 192.168.0.0 0.0.0.255 area 0
!
Vr3
!
interface GigabitEthernet0/0
ip address 192.168.1.253 255.255.255.0
ip ospf authentication-key talent
ip ospf 1 area 192.168.1.0
duplex auto
speed auto
media-type rj45
!!
router ospf 1
router-id 192.168.1.253
area 192.168.1.0 authentication
network 192.168.1.0 0.0.0.255 area 192.168.1.0
!