summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_confed1/r2/bgpd.conf
blob: fe13dfe729943e8fda188ee90ce650ddcddb82cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
!debug bgp neighbor-events
!debug bgp nht
!debug bgp updates in
!debug bgp updates out
!
router bgp 200
 no bgp ebgp-requires-policy
 bgp confederation identifier 300
 bgp confederation peers 300
 neighbor 192.0.2.1 remote-as 100
 neighbor 192.0.2.18 remote-as 300
 !
 address-family ipv4 unicast
  network 203.0.113.16/28
  neighbor 192.0.2.18 default-originate
 exit-address-family
!