summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_remove_private_as/r5/bgpd.conf
blob: 67b4d4363909b837785a8a9ce4e3d7af23ffd1d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
router bgp 5555
 bgp router-id 192.0.2.5
 neighbor 203.0.113.2 remote-as 65001
 neighbor 203.0.113.2 timers 3 10
 neighbor 203.0.113.2 description r1
 neighbor 203.0.113.6 remote-as 65003
 neighbor 203.0.113.6 solo
 neighbor 203.0.113.6 timers 3 10
 neighbor 203.0.113.6 description r3
 neighbor 203.0.113.10 remote-as 4444
 neighbor 203.0.113.10 solo
 neighbor 203.0.113.10 timers 3 10
 neighbor 203.0.113.10 description r4
!
 address-family ipv4 unicast
  neighbor 203.0.113.2 route-map permit-all in
  neighbor 203.0.113.6 route-map permit-all out
  neighbor 203.0.113.10 route-map permit-all out
 exit-address-family
!
route-map permit-all permit 10
!