1
0
Fork 0
frr/tests/topotests/bgp_rpki_topo1/r2/bgpd.conf
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

25 lines
721 B
Text

router bgp 65002
no bgp ebgp-requires-policy
neighbor 192.0.2.1 remote-as 65530
neighbor 192.0.2.1 timers connect 1
neighbor 192.0.2.1 ebgp-multihop 3
neighbor 192.0.2.1 update-source 192.0.2.2
neighbor 192.168.4.4 remote-as internal
neighbor 192.168.4.4 timers 1 3
neighbor 192.168.4.4 timers connect 1
address-family ipv4 unicast
neighbor 192.168.4.4 next-hop-self
exit-address-family
!
router bgp 65002 vrf vrf10
no bgp ebgp-requires-policy
neighbor 192.0.2.3 remote-as 65530
neighbor 192.0.2.3 timers 1 3
neighbor 192.0.2.3 timers connect 1
neighbor 192.0.2.3 ebgp-multihop 3
neighbor 192.0.2.3 update-source 192.0.2.2
!
rpki
rpki retry_interval 5
rpki cache tcp 192.0.2.1 15432 preference 1
exit