19 lines
458 B
Text
19 lines
458 B
Text
!debug bgp neighbor-events
|
|
!debug bgp nht
|
|
!debug bgp updates in
|
|
!debug bgp updates out
|
|
!
|
|
router bgp 200
|
|
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.1 route-map any in
|
|
neighbor 192.0.2.1 route-map any out
|
|
neighbor 192.0.2.18 default-originate
|
|
exit-address-family
|
|
!
|
|
route-map any permit 10
|