19 lines
621 B
Text
19 lines
621 B
Text
router bgp 4444
|
|
bgp router-id 192.0.2.4
|
|
neighbor 203.0.113.9 remote-as 65002
|
|
neighbor 203.0.113.9 timers 3 10
|
|
neighbor 203.0.113.9 description r2
|
|
neighbor 203.0.113.11 remote-as 5555
|
|
neighbor 203.0.113.11 timers 3 10
|
|
neighbor 203.0.113.11 description r5
|
|
!
|
|
address-family ipv4 unicast
|
|
neighbor 203.0.113.9 route-map permit-all in
|
|
neighbor 203.0.113.9 allowas-in 10
|
|
neighbor 203.0.113.9 soft-reconfiguration inbound
|
|
neighbor 203.0.113.11 route-map permit-all in
|
|
neighbor 203.0.113.11 allowas-in 10
|
|
neighbor 203.0.113.11 soft-reconfiguration inbound
|
|
exit-address-family
|
|
!
|
|
route-map permit-all permit 10
|