mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-25 09:20:04 +00:00

Add new topology for testing IGMP/MLD group/source limiting and more features in the future. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
37 lines
645 B
Plaintext
37 lines
645 B
Plaintext
log commands
|
|
!
|
|
interface r2-eth0
|
|
ip address 192.168.1.2/24
|
|
ip pim
|
|
ipv6 address 2001:db8:1::2/64
|
|
ipv6 pim
|
|
!
|
|
interface r2-eth1
|
|
ip address 192.168.101.1/24
|
|
ip igmp
|
|
ip pim passive
|
|
!
|
|
interface lo
|
|
ip address 10.254.254.2/32
|
|
ipv6 address 2001:db8:ffff::2/128
|
|
ipv6 pim passive
|
|
!
|
|
router bgp 65200
|
|
no bgp ebgp-requires-policy
|
|
no bgp network import-check
|
|
neighbor 192.168.1.1 remote-as 65100
|
|
!
|
|
address-family ipv4 unicast
|
|
redistribute connected
|
|
exit-address-family
|
|
address-family ipv6 unicast
|
|
redistribute connected
|
|
neighbor 192.168.1.1 activate
|
|
exit-address-family
|
|
!
|
|
router pim
|
|
rp 10.254.254.2
|
|
!
|
|
router pim6
|
|
rp 2001:db8:ffff::2
|
|
! |