-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pick ospf6 router-id syntax based on version
Signed-off-by: Martin Winter <[email protected]>
- Loading branch information
1 parent
3b4332d
commit 2bfcc95
Showing
12 changed files
with
179 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
log file ospf6d.log | ||
! | ||
debug ospf6 lsa unknown | ||
debug ospf6 zebra | ||
debug ospf6 interface | ||
debug ospf6 neighbor | ||
! | ||
interface r1-eth4 | ||
! | ||
router ospf6 | ||
router-id 192.168.0.1 | ||
log-adjacency-changes | ||
interface r1-eth4 area 0.0.0.0 | ||
! | ||
line vty | ||
! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
! | ||
router ospf6 | ||
router-id 10.0.255.1 | ||
redistribute kernel | ||
redistribute connected | ||
redistribute static | ||
interface r1-eth0 area 0.0.0.0 | ||
interface r1-eth1 area 0.0.0.0 | ||
! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
! | ||
router ospf6 | ||
router-id 10.0.255.2 | ||
redistribute kernel | ||
redistribute connected | ||
redistribute static | ||
interface r2-eth0 area 0.0.0.0 | ||
interface r2-eth1 area 0.0.0.0 | ||
! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
! | ||
router ospf6 | ||
router-id 10.0.255.3 | ||
redistribute kernel | ||
redistribute connected | ||
redistribute static | ||
interface r3-eth0 area 0.0.0.0 | ||
interface r3-eth1 area 0.0.0.0 | ||
interface r3-eth2 area 0.0.0.1 | ||
! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
! | ||
router ospf6 | ||
router-id 10.0.255.4 | ||
redistribute kernel | ||
redistribute connected | ||
redistribute static | ||
interface r4-eth0 area 0.0.0.1 | ||
interface r4-eth1 area 0.0.0.1 | ||
! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
hostname r1 | ||
log file ospf6d.log | ||
! | ||
debug ospf6 message all | ||
debug ospf6 lsa unknown | ||
debug ospf6 zebra | ||
debug ospf6 interface | ||
debug ospf6 neighbor | ||
debug ospf6 route table | ||
debug ospf6 flooding | ||
! | ||
interface r1-stubnet | ||
ipv6 ospf6 network broadcast | ||
! | ||
interface r1-sw5 | ||
ipv6 ospf6 network broadcast | ||
! | ||
router ospf6 | ||
router-id 10.0.0.1 | ||
log-adjacency-changes detail | ||
redistribute static | ||
interface r1-stubnet area 0.0.0.0 | ||
interface r1-sw5 area 0.0.0.0 | ||
! | ||
line vty | ||
exec-timeout 0 0 | ||
! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
hostname r2 | ||
log file ospf6d.log | ||
! | ||
debug ospf6 message all | ||
debug ospf6 lsa unknown | ||
debug ospf6 zebra | ||
debug ospf6 interface | ||
debug ospf6 neighbor | ||
debug ospf6 route table | ||
debug ospf6 flooding | ||
! | ||
interface r2-stubnet | ||
ipv6 ospf6 network broadcast | ||
! | ||
interface r2-sw5 | ||
ipv6 ospf6 network broadcast | ||
! | ||
router ospf6 | ||
router-id 10.0.0.2 | ||
log-adjacency-changes detail | ||
redistribute static | ||
interface r2-stubnet area 0.0.0.0 | ||
interface r2-sw5 area 0.0.0.0 | ||
! | ||
line vty | ||
exec-timeout 0 0 | ||
! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
hostname r3 | ||
log file ospf6d.log | ||
! | ||
debug ospf6 message all | ||
debug ospf6 lsa unknown | ||
debug ospf6 zebra | ||
debug ospf6 interface | ||
debug ospf6 neighbor | ||
debug ospf6 route table | ||
debug ospf6 flooding | ||
! | ||
interface r3-stubnet | ||
ipv6 ospf6 network broadcast | ||
! | ||
interface r3-sw5 | ||
ipv6 ospf6 network broadcast | ||
! | ||
interface r3-sw6 | ||
ipv6 ospf6 network broadcast | ||
! | ||
router ospf6 | ||
router-id 10.0.0.3 | ||
log-adjacency-changes detail | ||
redistribute static | ||
interface r3-stubnet area 0.0.0.0 | ||
interface r3-sw5 area 0.0.0.0 | ||
interface r3-sw6 area 0.0.0.1 | ||
! | ||
line vty | ||
exec-timeout 0 0 | ||
! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
hostname r4 | ||
log file ospf6d.log | ||
! | ||
debug ospf6 message all | ||
debug ospf6 lsa unknown | ||
debug ospf6 zebra | ||
debug ospf6 interface | ||
debug ospf6 neighbor | ||
debug ospf6 route table | ||
debug ospf6 flooding | ||
! | ||
interface r4-stubnet | ||
ipv6 ospf6 network broadcast | ||
! | ||
interface r4-sw6 | ||
ipv6 ospf6 network broadcast | ||
! | ||
router ospf6 | ||
router-id 10.0.0.4 | ||
log-adjacency-changes detail | ||
redistribute static | ||
interface r4-stubnet area 0.0.0.1 | ||
interface r4-sw6 area 0.0.0.1 | ||
! | ||
line vty | ||
exec-timeout 0 0 | ||
! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters