frr/tests/topotests/bgp_self_prefix/r2/frr.conf

21 lines
431 B
Text
Raw Permalink Normal View History

!
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