summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_labeled_unicast_addpath/r1/bgpd.conf
blob: ae3812ab96e7b074f866ce4752e1cd769fae394b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
router bgp 65001
 no bgp ebgp-requires-policy
 no bgp default ipv4-unicast
 neighbor 192.168.31.3 remote-as external
 neighbor 192.168.31.3 timers 1 3
 neighbor 192.168.31.3 timers connect 1
 address-family ipv4 unicast
  redistribute connected
 exit-address-family
 !
 address-family ipv4 labeled-unicast
  neighbor 192.168.31.3 activate
 exit-address-family
!