summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_lu_topo2/R4/bgpd.conf
blob: 45c81fb93e15da6ca5bd80242ad12cfa78c0b29f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
!
no log unique-id
!
! debug bgp labelpool
! debug bgp zebra
!
router bgp 4
 bgp router-id 10.0.4.4
 timers bgp 3 9
 no bgp ebgp-requires-policy
 no bgp network import-check
 neighbor 10.0.4.1 remote-as 1
 neighbor 10.0.4.1 solo
 neighbor 10.0.4.1 timers connect 10
!
 address-family ipv4 unicast
   no neighbor 10.0.4.1 activate
 exit-address-family
 !
 address-family ipv4 labeled-unicast
  neighbor 10.0.4.1 activate
 exit-address-family
!