-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12650 from isabelladeleon12/advertise_high_metrics
isisd: Add support for advertise-high-metrics
- Loading branch information
Showing
19 changed files
with
711 additions
and
0 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
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
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
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
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
Empty file.
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,19 @@ | ||
hostname r1 | ||
! debug isis adj-packets | ||
! debug isis events | ||
! debug isis update-packets | ||
interface eth-r2 | ||
ip router isis 1 | ||
isis circuit-type level-2-only | ||
isis network point-to-point | ||
! | ||
interface eth-r3 | ||
ip router isis 1 | ||
isis circuit-type level-2-only | ||
isis metric 20 | ||
isis network point-to-point | ||
! | ||
router isis 1 | ||
is-type level-2-only | ||
net 10.0000.0000.0000.0000.0000.0000.0000.0000.0000.00 | ||
! |
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,5 @@ | ||
interface eth-r2 | ||
ip address 192.168.1.0/31 | ||
|
||
interface eth-r3 | ||
ip address 192.168.1.2/31 |
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,18 @@ | ||
hostname r2 | ||
! debug isis adj-packets | ||
! debug isis events | ||
! debug isis update-packets | ||
interface eth-r1 | ||
ip router isis 1 | ||
isis circuit-type level-2-only | ||
isis network point-to-point | ||
! | ||
interface eth-r4 | ||
ip router isis 1 | ||
isis circuit-type level-2-only | ||
isis network point-to-point | ||
! | ||
router isis 1 | ||
is-type level-2-only | ||
net 10.0000.0000.0000.0000.0000.0000.0000.0000.0001.00 | ||
! |
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,5 @@ | ||
interface eth-r1 | ||
ip address 192.168.1.1/31 | ||
|
||
interface eth-r4 | ||
ip address 192.168.1.7/31 |
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,20 @@ | ||
hostname r3 | ||
! debug isis adj-packets | ||
! debug isis events | ||
! debug isis update-packets | ||
interface eth-r1 | ||
ip router isis 1 | ||
isis circuit-type level-2-only | ||
isis metric 20 | ||
isis network point-to-point | ||
! | ||
interface eth-r4 | ||
ip router isis 1 | ||
isis circuit-type level-2-only | ||
isis metric 20 | ||
isis network point-to-point | ||
! | ||
router isis 1 | ||
is-type level-2-only | ||
net 10.0000.0000.0000.0000.0000.0000.0000.0000.0002.00 | ||
! |
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,5 @@ | ||
interface eth-r1 | ||
ip address 192.168.1.3/31 | ||
|
||
interface eth-r4 | ||
ip address 192.168.1.4/31 |
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,19 @@ | ||
hostname r4 | ||
! debug isis adj-packets | ||
! debug isis events | ||
! debug isis update-packets | ||
interface eth-r2 | ||
ip router isis 1 | ||
isis circuit-type level-2-only | ||
isis network point-to-point | ||
! | ||
interface eth-r3 | ||
ip router isis 1 | ||
isis circuit-type level-2-only | ||
isis metric 20 | ||
isis network point-to-point | ||
! | ||
router isis 1 | ||
is-type level-2-only | ||
net 10.0000.0000.0000.0000.0000.0000.0000.0000.0003.00 | ||
! |
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,5 @@ | ||
interface eth-r2 | ||
ip address 192.168.1.6/31 | ||
|
||
interface eth-r3 | ||
ip address 192.168.1.5/31 |
Oops, something went wrong.