1
0
Fork 0
frr/tests/topotests/bgp_auth/R1/bgpd_vrf_prefix.conf

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

19 lines
733 B
Text
Raw Permalink Normal View History

router bgp 65001 vrf blue
timers bgp 3 9
bgp router-id 1.1.1.1
neighbor TWO_GROUP_blue peer-group
neighbor TWO_GROUP_blue remote-as 65002
neighbor TWO_GROUP_blue update-source 1.1.1.1
neighbor TWO_GROUP_blue ebgp-multihop 3
neighbor TWO_GROUP_blue password hello1
neighbor THREE_GROUP_blue peer-group
neighbor THREE_GROUP_blue remote-as 65003
neighbor THREE_GROUP_blue update-source 1.1.1.1
neighbor THREE_GROUP_blue ebgp-multihop 3
neighbor THREE_GROUP_blue password hello2
bgp listen range 2.2.2.0/24 peer-group TWO_GROUP_blue
bgp listen range 3.3.3.0/24 peer-group THREE_GROUP_blue
address-family ipv4 unicast
neighbor TWO_GROUP_blue maximum-prefix 4294967295
neighbor THREE_GROUP_blue maximum-prefix 4294967295