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