1
0
Fork 0
frr/tests/topotests/bgp_peer_group_solo/r1/frr.conf

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

22 lines
434 B
Text
Raw Permalink Normal View History

!
int r1-eth0
ip address 192.168.1.1/24
!
int r1-eth1
ip address 192.168.14.1/24
!
router bgp 65001
no bgp ebgp-requires-policy
no bgp network import-check
neighbor pg peer-group
neighbor pg remote-as external
neighbor pg solo
neighbor pg timers 1 3
neighbor pg timers connect 1
neighbor 192.168.1.2 peer-group pg
neighbor 192.168.1.3 peer-group pg
address-family ipv4 unicast
network 10.0.0.1/32
exit-address-family
!