summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_confed1/r3/bgpd.conf
blob: 74d5fd6e290c1e5d30270eb8cc443ebe66fe12b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
!debug bgp neighbor-events
!debug bgp nht
!debug bgp updates in
!debug bgp updates out
!
router bgp 300
 no bgp ebgp-requires-policy
 bgp confederation identifier 300
 bgp confederation peers 200
 neighbor 192.0.2.17 remote-as 200
 neighbor 192.0.2.50 remote-as 400
!
 address-family ipv4 unicast
  network 203.0.113.32/28
 exit-address-family
!