frr/tests/topotests/bgp_self_prefix/r1/frr.conf

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

20 lines
433 B
Text
Raw Normal View History

!
int lo
ip address 10.0.0.1/32
!
int r1-eth0
ip address 192.168.1.1/24
!
router bgp 65000
no bgp ebgp-requires-policy
no bgp network import-check
neighbor 10.0.0.2 remote-as internal
neighbor 10.0.0.2 update-source lo
neighbor 10.0.0.2 next-hop-self
neighbor 10.0.0.3 remote-as external
neighbor 10.0.0.3 update-source lo
neighbor 10.0.0.3 next-hop-self
!
ip route 10.0.0.2/32 192.168.1.2
ip route 10.0.0.3/32 192.168.1.3