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