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

35 lines
1 KiB
Text

!
router bgp 65003
no bgp default ipv4-unicast
no bgp ebgp-requires-policy
no bgp suppress-duplicates
bgp bestpath as-path multipath-relax
neighbor 192.168.31.1 remote-as external
neighbor 192.168.31.1 timers 1 3
neighbor 192.168.31.1 timers connect 1
neighbor 192.168.32.2 remote-as external
neighbor 192.168.32.2 timers 1 3
neighbor 192.168.32.2 timers connect 1
neighbor 192.168.34.4 remote-as external
neighbor 192.168.34.4 timers 1 3
neighbor 192.168.34.4 timers connect 1
neighbor 192.168.35.5 remote-as external
neighbor 192.168.35.5 timers 1 3
neighbor 192.168.35.5 timers connect 1
neighbor 192.168.35.5 shutdown
address-family ipv4 labeled-unicast
neighbor 192.168.31.1 activate
neighbor 192.168.32.2 activate
neighbor 192.168.35.5 activate
neighbor 192.168.34.4 activate
neighbor 192.168.34.4 route-map r4 out
neighbor 192.168.34.4 addpath-tx-all-paths
exit-address-family
!
!
ip prefix-list r4 seq 5 permit 10.0.0.1/32
!
route-map r4 permit 10
match ip address prefix-list r4
exit
!