1
0
Fork 0
frr/tests/topotests/bgp_l3vpn_to_bgp_direct/r3/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

41 lines
1,010 B
Text

frr defaults traditional
!
hostname r3
password zebra
log stdout notifications
log commands
router bgp 5226
bgp router-id 3.3.3.3
bgp cluster-id 3.3.3.3
no bgp ebgp-requires-policy
neighbor 192.168.1.2 remote-as 5226
neighbor 192.168.1.2 update-source 192.168.1.2
neighbor 192.168.1.2 route-reflector-client
neighbor 192.168.1.2 timers 3 10
neighbor 2.2.2.2 remote-as 5226
neighbor 2.2.2.2 update-source 3.3.3.3
neighbor 2.2.2.2 timers 3 10
!
address-family ipv4 unicast
redistribute vnc-direct
neighbor 192.168.1.2 activate
neighbor 192.168.1.2 next-hop-self
no neighbor 2.2.2.2 activate
exit-address-family
address-family ipv4 vpn
neighbor 2.2.2.2 activate
exit-address-family
!
vrf-policy cust1
label 103
rd 10:3
rt both 52:100
nexthop 192.168.1.1
exit-vrf-policy
!
vnc export bgp mode group-nve
vnc export bgp group-nve group cust1
vnc redistribute mode resolve-nve
vnc redistribute ipv4 bgp-direct
!
end