Clean up deprecated usage of router-id

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
Donald Sharp 2018-08-30 16:15:29 -04:00
parent bd170de3b6
commit 9ac2326ed0
9 changed files with 9 additions and 9 deletions

View File

@ -8,7 +8,7 @@ debug ospf6 neighbor
interface r1-eth4 interface r1-eth4
! !
router ospf6 router ospf6
router-id 192.168.0.1 ospf6 router-id 192.168.0.1
log-adjacency-changes log-adjacency-changes
interface r1-eth4 area 0.0.0.0 interface r1-eth4 area 0.0.0.0
! !

View File

@ -1,6 +1,6 @@
! !
router ospf6 router ospf6
router-id 10.0.255.1 ospf6 router-id 10.0.255.1
redistribute kernel redistribute kernel
redistribute connected redistribute connected
redistribute static redistribute static

View File

@ -1,6 +1,6 @@
! !
router ospf6 router ospf6
router-id 10.0.255.2 ospf6 router-id 10.0.255.2
redistribute kernel redistribute kernel
redistribute connected redistribute connected
redistribute static redistribute static

View File

@ -1,6 +1,6 @@
! !
router ospf6 router ospf6
router-id 10.0.255.3 ospf6 router-id 10.0.255.3
redistribute kernel redistribute kernel
redistribute connected redistribute connected
redistribute static redistribute static

View File

@ -1,6 +1,6 @@
! !
router ospf6 router ospf6
router-id 10.0.255.4 ospf6 router-id 10.0.255.4
redistribute kernel redistribute kernel
redistribute connected redistribute connected
redistribute static redistribute static

View File

@ -16,7 +16,7 @@ interface r1-sw5
ipv6 ospf6 network broadcast ipv6 ospf6 network broadcast
! !
router ospf6 router ospf6
router-id 10.0.0.1 ospf6 router-id 10.0.0.1
log-adjacency-changes detail log-adjacency-changes detail
redistribute static redistribute static
interface r1-stubnet area 0.0.0.0 interface r1-stubnet area 0.0.0.0

View File

@ -16,7 +16,7 @@ interface r2-sw5
ipv6 ospf6 network broadcast ipv6 ospf6 network broadcast
! !
router ospf6 router ospf6
router-id 10.0.0.2 ospf6 router-id 10.0.0.2
log-adjacency-changes detail log-adjacency-changes detail
redistribute static redistribute static
interface r2-stubnet area 0.0.0.0 interface r2-stubnet area 0.0.0.0

View File

@ -19,7 +19,7 @@ interface r3-sw6
ipv6 ospf6 network broadcast ipv6 ospf6 network broadcast
! !
router ospf6 router ospf6
router-id 10.0.0.3 ospf6 router-id 10.0.0.3
log-adjacency-changes detail log-adjacency-changes detail
redistribute static redistribute static
interface r3-stubnet area 0.0.0.0 interface r3-stubnet area 0.0.0.0

View File

@ -16,7 +16,7 @@ interface r4-sw6
ipv6 ospf6 network broadcast ipv6 ospf6 network broadcast
! !
router ospf6 router ospf6
router-id 10.0.0.4 ospf6 router-id 10.0.0.4
log-adjacency-changes detail log-adjacency-changes detail
redistribute static redistribute static
interface r4-stubnet area 0.0.0.1 interface r4-stubnet area 0.0.0.1