1
0
Fork 0
frr/tests/topotests/bgp_self_prefix/r3/frr.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
431 B
Text
Raw Permalink Normal View History

!
int lo
ip address 10.0.0.3/32
!
int r3-eth0
ip address 192.168.1.3/24
!
router bgp 65003
no bgp ebgp-requires-policy
no bgp network import-check
neighbor 10.0.0.1 remote-as external
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.3/32
exit-address-family
!
ip route 10.0.0.1/32 192.168.1.1