20 lines
431 B
Text
20 lines
431 B
Text
!
|
|
int lo
|
|
ip address 10.0.0.2/32
|
|
!
|
|
int r2-eth0
|
|
ip address 192.168.1.2/24
|
|
!
|
|
router bgp 65000
|
|
no bgp ebgp-requires-policy
|
|
no bgp network import-check
|
|
neighbor 10.0.0.1 remote-as internal
|
|
neighbor 10.0.0.1 timers 1 3
|
|
neighbor 10.0.0.1 timers connect 1
|
|
neighbor 10.0.0.1 update-source lo
|
|
neighbor 10.0.0.1 next-hop-self
|
|
address-family ipv4 unicast
|
|
network 10.0.0.2/32
|
|
exit-address-family
|
|
!
|
|
ip route 10.0.0.1/32 192.168.1.1
|