]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_remove_private_as/r3/bgpd.conf
tests: add topotest for remove-private-AS
[mirror_frr.git] / tests / topotests / bgp_remove_private_as / r3 / bgpd.conf
1 router bgp 65003
2 bgp router-id 192.0.2.3
3 neighbor 203.0.113.5 remote-as 65002
4 neighbor 203.0.113.5 timers 3 10
5 neighbor 203.0.113.5 description r2
6 neighbor 203.0.113.7 remote-as 5555
7 neighbor 203.0.113.7 timers 3 10
8 neighbor 203.0.113.7 description r5
9 !
10 address-family ipv4 unicast
11 neighbor 203.0.113.5 route-map permit-all in
12 neighbor 203.0.113.5 allowas-in 10
13 neighbor 203.0.113.5 soft-reconfiguration inbound
14 neighbor 203.0.113.7 route-map permit-all in
15 neighbor 203.0.113.7 allowas-in 10
16 neighbor 203.0.113.7 soft-reconfiguration inbound
17 exit-address-family
18 !
19 route-map permit-all permit 10