21 lines
488 B
Text
21 lines
488 B
Text
|
!
|
||
|
int r2-eth0
|
||
|
ip address 192.168.12.2/24
|
||
|
!
|
||
|
int r2-eth1
|
||
|
ip address 192.168.24.2/24
|
||
|
!
|
||
|
router bgp 65000
|
||
|
no bgp ebgp-requires-policy
|
||
|
neighbor 192.168.12.1 remote-as internal
|
||
|
neighbor 192.168.12.1 timers 1 3
|
||
|
neighbor 192.168.12.1 timers connect 1
|
||
|
neighbor 192.168.24.4 remote-as internal
|
||
|
neighbor 192.168.24.4 timers 1 3
|
||
|
neighbor 192.168.24.4 timers connect 1
|
||
|
address-family ipv4 unicast
|
||
|
redistribute connected
|
||
|
neighbor 192.168.12.1 route-reflector-client
|
||
|
exit-address-family
|
||
|
!
|