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>
27 lines
431 B
Plaintext
27 lines
431 B
Plaintext
hostname rp
|
|
!
|
|
!
|
|
service integrated-vtysh-config
|
|
!
|
|
interface rp-eth0
|
|
ip address 10.0.30.3/24
|
|
ip pim
|
|
!
|
|
interface lo
|
|
ip address 10.254.0.3/32
|
|
ip pim
|
|
!
|
|
router bgp 65003
|
|
no bgp ebgp-requires-policy
|
|
neighbor 10.0.30.1 remote-as external
|
|
neighbor 10.0.30.1 timers 3 10
|
|
redistribute connected
|
|
!
|
|
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
|
|
!
|