blob: cf0013e1b7a1439549787348a3067de06192e524 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
!
!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.1 remote-as external
neighbor 192.168.12.1 timers 1 3
neighbor 192.168.12.1 timers connect 1
neighbor 2001:db8::12:1 remote-as external
neighbor 2001:db8::12:1 timers 1 3
neighbor 2001:db8::12:1 timers connect 1
!
address-family ipv4 unicast
neighbor 192.168.12.1 activate
exit-address-family
address-family ipv6 unicast
neighbor 2001:db8::12:1 activate
exit-address-family
!
agentx
!
|