Skip to content

Commit

Permalink
tests: Verify PIM RP on an FHR
Browse files Browse the repository at this point in the history
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
routingrocks committed May 28, 2023
1 parent 5773954 commit 5ddeb33
Show file tree
Hide file tree
Showing 25 changed files with 759 additions and 0 deletions.
Empty file.
10 changes: 10 additions & 0 deletions tests/topotests/pim_vrf_fhr_rp/h1/zebra.conf
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
!
8 changes: 8 additions & 0 deletions tests/topotests/pim_vrf_fhr_rp/h2/zebra.conf
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
!
10 changes: 10 additions & 0 deletions tests/topotests/pim_vrf_fhr_rp/h3/zebra.conf
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
!
8 changes: 8 additions & 0 deletions tests/topotests/pim_vrf_fhr_rp/h4/zebra.conf
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
!
Loading

0 comments on commit 5ddeb33

Please sign in to comment.