mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00

Since I am in this test, modifying it let's just convert it to a integrated configuration. Signed-off-by: Donald Sharp <donaldsharp72@gmail.com>
33 lines
468 B
Plaintext
33 lines
468 B
Plaintext
hostname r1
|
|
!
|
|
service integrated-vtysh-config
|
|
!
|
|
interface r1-eth0
|
|
ip address 10.0.20.1/24
|
|
ip igmp
|
|
ip pim
|
|
!
|
|
interface r1-eth1
|
|
ip address 10.0.30.1/24
|
|
ip pim
|
|
!
|
|
interface r1-eth2
|
|
ip address 10.0.40.1/24
|
|
ip igmp
|
|
ip pim
|
|
!
|
|
interface lo
|
|
ip address 10.254.0.1/32
|
|
ip pim
|
|
!
|
|
router bgp 65001
|
|
no bgp ebgp-requires-policy
|
|
neighbor 10.0.30.3 remote-as external
|
|
neighbor 10.0.30.3 timers 3 10
|
|
redistribute connected
|
|
!
|
|
router pim
|
|
rp 10.254.0.3
|
|
join-prune-interval 5
|
|
!
|