frr/tests/topotests/bgp_aggregate_address_matching_med/r2/bgpd.conf

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

12 lines
317 B
Text
Raw Normal View History

!
router bgp 65002
no bgp ebgp-requires-policy
neighbor 192.168.1.1 remote-as external
neighbor 192.168.1.1 timers 3 10
neighbor 192.168.2.1 remote-as external
neighbor 192.168.2.1 timers 3 10
address-family ipv4 unicast
aggregate-address 172.16.255.0/24 summary-only matching-MED-only
exit-address-family
!