frr/tests/topotests/bgp_aggregate_address_topo1/peer1/exabgp.cfg

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

22 lines
610 B
INI
Raw Normal View History

neighbor 10.0.0.1 {
router-id 10.254.254.3;
local-address 10.0.0.2;
local-as 65001;
peer-as 65000;
static {
route 10.254.254.3/32 next-hop 10.0.0.2;
route 192.168.0.1/32 next-hop 10.0.0.2 med 10;
route 192.168.0.2/32 next-hop 10.0.0.2 med 10;
route 192.168.0.3/32 next-hop 10.0.0.2 med 10;
route 192.168.1.1/32 next-hop 10.0.0.2 med 10;
route 192.168.1.2/32 next-hop 10.0.0.2 med 10;
route 192.168.1.3/32 next-hop 10.0.0.2 med 20;
route 192.168.2.1/32 next-hop 10.0.0.2;
route 192.168.2.2/32 next-hop 10.0.0.2;
route 192.168.2.3/32 next-hop 10.0.0.2;
}
}