blob: 5e3b0c7f87609a05ec159b71065b9191ebf8e980 (
plain)
1
2
3
4
5
6
7
8
9
10
|
!
router bgp 65002
no bgp ebgp-requires-policy
neighbor 192.168.1.2 remote-as external
neighbor 192.168.1.2 timers 1 3
neighbor 192.168.1.2 timers connect 1
neighbor 192.168.2.2 remote-as external
neighbor 192.168.2.2 timers 1 3
neighbor 192.168.2.2 timers connect 1
!
|