-
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 PIM on a multi-VRF setup where the FHR is the RP. Verify the pimreg interface in VRF blue and red, and multicast stream from H1 goes out on both the VRFs. Basically, this test verifies RP when the FHR is directly connected to the sender. Signed-off-by: Rajesh Varatharaj <[email protected]>
- Loading branch information
1 parent
5773954
commit 5ddeb33
Showing
25 changed files
with
759 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,10 @@ | ||
! | ||
hostname h1 | ||
log file zebra.log | ||
! | ||
interface h1-eth0 | ||
description connection to r1 via sw1 | ||
ip address 192.168.100.10/24 | ||
! | ||
ip route 0.0.0.0/0 192.168.100.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,8 @@ | ||
hostname h2 | ||
! | ||
interface h2-eth0 | ||
description connection to r1 via sw2 | ||
ip address 192.168.101.2/24 | ||
! | ||
ip route 0.0.0.0/0 192.168.101.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,10 @@ | ||
! | ||
hostname h3 | ||
log file zebra.log | ||
! | ||
interface h3-eth0 | ||
description connection to r1 via sw3 | ||
ip address 192.168.100.20/24 | ||
! | ||
ip route 0.0.0.0/0 192.168.100.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,8 @@ | ||
hostname h4 | ||
! | ||
interface h4-eth0 | ||
description connection to r1 via sw4 | ||
ip address 192.168.101.4/24 | ||
! | ||
ip route 0.0.0.0/0 192.168.101.1 | ||
! |
Oops, something went wrong.