19 lines
385 B
Text
19 lines
385 B
Text
|
!
|
||
|
!debug bgp updates
|
||
|
!
|
||
|
router bgp 65002
|
||
|
no bgp ebgp-requires-policy
|
||
|
no bgp network import-check
|
||
|
no bgp default ipv4-unicast
|
||
|
neighbor 192.168.12.4 remote-as external
|
||
|
neighbor 192.168.12.4 timers 1 3
|
||
|
neighbor 192.168.12.4 timers connect 1
|
||
|
!
|
||
|
address-family ipv4 unicast
|
||
|
neighbor 192.168.12.4 activate
|
||
|
neighbor 192.168.12.4 addpath-tx-all-paths
|
||
|
exit-address-family
|
||
|
!
|
||
|
agentx
|
||
|
!
|