frr/tests/topotests/bgp_remove_private_as/r3/bgpd.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
616 B
Text
Raw Normal View History

router bgp 65003
bgp router-id 192.0.2.3
neighbor 203.0.113.5 remote-as 65002
neighbor 203.0.113.5 timers 3 10
neighbor 203.0.113.5 description r2
neighbor 203.0.113.7 remote-as 5555
neighbor 203.0.113.7 timers 3 10
neighbor 203.0.113.7 description r5
!
address-family ipv4 unicast
neighbor 203.0.113.5 route-map permit-all in
neighbor 203.0.113.5 allowas-in 10
neighbor 203.0.113.5 soft-reconfiguration inbound
neighbor 203.0.113.7 route-map permit-all in
neighbor 203.0.113.7 allowas-in 10
neighbor 203.0.113.7 soft-reconfiguration inbound
exit-address-family
!
route-map permit-all permit 10