mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-24 14:56:05 +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>
34 lines
611 B
Plaintext
34 lines
611 B
Plaintext
log commands
|
|
!
|
|
interface r3-eth0
|
|
ip address 192.168.2.2/24
|
|
ip pim
|
|
ipv6 address 2001:db8:2::2/64
|
|
ipv6 pim
|
|
!
|
|
interface lo
|
|
ip address 10.254.254.3/32
|
|
ip pim
|
|
ip pim use-source 10.254.254.3
|
|
ipv6 address 2001:db8:ffff::3/128
|
|
ipv6 pim passive
|
|
!
|
|
router bgp 65300
|
|
no bgp ebgp-requires-policy
|
|
no bgp network import-check
|
|
neighbor 192.168.2.1 remote-as 65100
|
|
!
|
|
address-family ipv4 unicast
|
|
redistribute connected
|
|
exit-address-family
|
|
address-family ipv6 unicast
|
|
redistribute connected
|
|
neighbor 192.168.2.1 activate
|
|
exit-address-family
|
|
!
|
|
router pim
|
|
rp 10.254.254.1
|
|
!
|
|
router pim6
|
|
rp 2001:db8:ffff::1
|
|
! |