1
0
Fork 0
frr/tests/topotests/bgp_nexthop_ipv6/r3/exabgp.cfg
Daniel Baumann a2d156806a
Merging upstream version 10.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:17:20 +01:00

16 lines
302 B
INI

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;
}