-
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.
Test mrib overrides and rpf lookup mode changes. Signed-off-by: Nathan Bahr <[email protected]>
- Loading branch information
Showing
6 changed files
with
444 additions
and
0 deletions.
There are no files selected for viewing
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,28 @@ | ||
! | ||
hostname r1 | ||
password zebra | ||
log file /tmp/r1-frr.log | ||
! | ||
!debug pim nht | ||
!debug pim nht detail | ||
!debug pim nht rp | ||
! | ||
interface r1-eth0 | ||
ip address 10.0.0.1/24 | ||
ip igmp | ||
ip pim | ||
! | ||
interface r1-eth1 | ||
ip address 10.0.1.1/24 | ||
ip igmp | ||
ip pim | ||
! | ||
ip forwarding | ||
! | ||
ip route 10.0.2.0/24 10.0.0.2 50 | ||
ip route 10.0.3.0/24 10.0.1.3 50 | ||
! | ||
router pim | ||
rpf-lookup-mode mrib-then-urib | ||
rp 10.0.0.1 224.0.0.0/4 | ||
! |
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,28 @@ | ||
! | ||
hostname r2 | ||
password zebra | ||
log file /tmp/r2-frr.log | ||
! | ||
!debug pim nht | ||
!debug pim nht detail | ||
!debug pim nht rp | ||
! | ||
interface r2-eth0 | ||
ip address 10.0.0.2/24 | ||
ip igmp | ||
ip pim | ||
! | ||
interface r2-eth1 | ||
ip address 10.0.2.2/24 | ||
ip igmp | ||
ip pim | ||
! | ||
ip forwarding | ||
! | ||
ip route 10.0.1.0/24 10.0.0.1 50 | ||
ip route 10.0.3.0/24 10.0.2.4 50 | ||
! | ||
router pim | ||
rpf-lookup-mode mrib-then-urib | ||
rp 10.0.0.1 224.0.0.0/4 | ||
! |
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,28 @@ | ||
! | ||
hostname r3 | ||
password zebra | ||
log file /tmp/r3-frr.log | ||
! | ||
!debug pim nht | ||
!debug pim nht detail | ||
!debug pim nht rp | ||
! | ||
interface r3-eth0 | ||
ip address 10.0.1.3/24 | ||
ip igmp | ||
ip pim | ||
! | ||
interface r3-eth1 | ||
ip address 10.0.3.3/24 | ||
ip igmp | ||
ip pim | ||
! | ||
ip forwarding | ||
! | ||
ip route 10.0.0.0/24 10.0.1.1 50 | ||
ip route 10.0.2.0/24 10.0.3.4 50 | ||
! | ||
router pim | ||
rpf-lookup-mode mrib-then-urib | ||
rp 10.0.0.1 224.0.0.0/4 | ||
! |
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,29 @@ | ||
! | ||
hostname r4 | ||
password zebra | ||
log file /tmp/r4-frr.log | ||
! | ||
debug pim nht | ||
debug pim nht detail | ||
debug pim nht rp | ||
debug zebra rib detail | ||
! | ||
interface r4-eth0 | ||
ip address 10.0.2.4/24 | ||
ip igmp | ||
ip pim | ||
! | ||
interface r4-eth1 | ||
ip address 10.0.3.4/24 | ||
ip igmp | ||
ip pim | ||
! | ||
ip forwarding | ||
! | ||
ip route 10.0.0.0/24 10.0.2.2 50 | ||
ip route 10.0.1.0/24 10.0.3.3 50 | ||
! | ||
router pim | ||
rpf-lookup-mode mrib-then-urib | ||
rp 10.0.0.1 224.0.0.0/4 | ||
! |
Oops, something went wrong.