-
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.
Signed-off-by: Barry A. Trent <[email protected]>
- Loading branch information
Barry A. Trent
committed
Sep 19, 2024
1 parent
825672d
commit fe1768e
Showing
6 changed files
with
460 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
hostname r1 | ||
! | ||
interface r1-eth0 | ||
ip address 10.0.20.1/24 | ||
ip igmp | ||
ip pim | ||
ip igmp join 225.1.1.1 | ||
ip igmp join 225.2.2.2 | ||
! | ||
interface r1-eth1 | ||
ip address 10.0.30.1/24 | ||
ip pim | ||
ip igmp | ||
ip igmp proxy | ||
! | ||
interface r1-eth2 | ||
ip address 10.0.40.1/24 | ||
ip igmp | ||
ip pim | ||
ip igmp join 225.3.3.3 | ||
ip igmp join 225.4.4.4 | ||
! | ||
interface lo | ||
ip address 10.254.0.1/32 | ||
ip pim | ||
! | ||
router pim | ||
rp 10.254.0.3 | ||
join-prune-interval 5 |
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 r2 | ||
! | ||
interface r2-eth0 | ||
ip address 10.0.20.2/24 | ||
ip igmp | ||
ip pim | ||
ip igmp proxy | ||
! | ||
interface r2-eth1 | ||
ip address 10.0.80.1/24 | ||
ip igmp | ||
ip pim passive | ||
! | ||
interface lo | ||
ip address 10.254.0.2/32 | ||
! | ||
router pim | ||
rp 10.254.0.3 | ||
join-prune-interval 5 |
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 r3 | ||
! | ||
interface r3-eth0 | ||
ip address 10.0.40.4/24 | ||
! | ||
interface lo | ||
ip address 10.254.0.4/32 | ||
! |
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 @@ | ||
hostname rp | ||
! | ||
interface rp-eth0 | ||
ip address 10.0.30.3/24 | ||
ip pim | ||
! | ||
interface lo | ||
ip address 10.254.0.3/32 | ||
ip pim | ||
! | ||
router pim | ||
join-prune-interval 5 | ||
rp 10.254.0.3 | ||
register-accept-list ACCEPT | ||
|
||
ip prefix-list ACCEPT seq 5 permit 10.0.20.0/24 le 32 |
Oops, something went wrong.