1
0
Fork 0
frr/tests/topotests/bgp_nexthop_ipv6/r3/exabgp.cfg

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

17 lines
302 B
INI
Raw Normal View History

neighbor fd00:0:2::9 {
router-id 10.3.3.3;
local-address fd00:0:2::3;
local-as 65000;
peer-as 65000;
family {
ipv6 unicast;
}
static {
route fd00:300::0/64 next-hop fd00:0:2::3;
route 2001:db8::3/128 next-hop fd00:0:2::3;
}
hold-time 10;
}