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

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

15 lines
362 B
Text
Raw Normal View History

router bgp 65002
no bgp ebgp-requires-policy
no bgp default ipv4-unicast
neighbor 192.168.32.3 remote-as external
neighbor 192.168.32.3 timers 1 3
neighbor 192.168.32.3 timers connect 1
address-family ipv4 unicast
redistribute connected
exit-address-family
!
address-family ipv4 labeled-unicast
neighbor 192.168.32.3 activate
exit-address-family
!