1
0
Fork 0
frr/tests/topotests/pim_autorp/r1/frr.conf

25 lines
299 B
Text
Raw Permalink Normal View History

!
hostname r1
!
!debug pim autorp
!
interface r1-eth0
ip address 10.0.0.1/24
ip igmp
ip pim
!
interface r1-eth1
ip address 10.0.1.1/24
ip igmp
ip pim
!
ip forwarding
!
ip route 10.0.2.0/24 10.0.0.2 50
ip route 10.0.3.0/24 10.0.0.2 50
!
router pim
autorp discovery
rp 10.0.3.4 224.0.1.0/24
!