blob: 37d40651c5330dafd60a74061e8b7b16d0fe347d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
!
router bgp 65001
bgp router-id 192.168.200.10
timers bgp 3 9
neighbor 192.168.200.20 remote-as 65001
neighbor 192.168.200.20 update-source 192.168.200.10
!
address-family ipv4 unicast
redistribute connected
exit-address-family
!
|