frr/tests/topotests/bgp_rpki_topo1/r2/bgpd.conf

26 lines
721 B
Text
Raw Permalink Normal View History

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