frr/tests/topotests/bgp_labeled_unicast_addpath/r3/bgpd.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

36 lines
1 KiB
Text
Raw Normal View History

!
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
!