frr/tests/topotests/bgp_vrf_leaking_5549_routes/ce1/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

22 lines
396 B
Text

frr defaults traditional
!
hostname ce1
password zebra
!
log stdout notifications
log commands
!
router bgp 65002
bgp router-id 192.0.2.2
no bgp ebgp-requires-policy
no bgp default ipv4-unicast
neighbor eth0 interface
neighbor eth0 remote-as external
neighbor eth0 timers connect 1
!
address-family ipv4 unicast
neighbor eth0 activate
redistribute connected
exit-address-family
!
!