Hi I have configured IPv6 with radv. It works properly on one router. I have two routers with HA. In documentation is 'trigger prefix' in radv protocol. My config on routers: protocol radv dc { interface "bond1.10" { max ra interval 5; managed no; prefix 2001:67c:2ad8::/64 { autonomous off; }; prefix 2001:67c:2ad8:1::/64 { autonomous off; }; }; trigger 2001:067c:2ad8::/48; } I moved 2001:067c:2ad8:ffff::ffff/48 - bond1 and 2001:67c:2ad8::1/64 - bond1.10 on router 1 to router 2. And it doesn't work. Hosts don't have route to global network. How to configure it properly? -- Miłosz Oller
Hi When I have trigger in config file, routing doesn't work. But.. on bond1: 2001:67c:2ad8:ffff::ffff/48 - prefix in bgp table name proto table state since info dc RAdv master up 01:38 Suppressed In configuration file: trigger 2001:67c:2ad8::/48; Why this configurtion doesn't work? -- Miłosz Oller On Thu, 29 Aug 2013 12:32:08 +0200 Miłosz Oller <milosz@sys-com.pl> wrote:
Hi
I have configured IPv6 with radv. It works properly on one router. I have two routers with HA. In documentation is 'trigger prefix' in radv protocol. My config on routers:
protocol radv dc { interface "bond1.10" { max ra interval 5; managed no; prefix 2001:67c:2ad8::/64 { autonomous off; }; prefix 2001:67c:2ad8:1::/64 { autonomous off; }; }; trigger 2001:067c:2ad8::/48; }
I moved 2001:067c:2ad8:ffff::ffff/48 - bond1 and 2001:67c:2ad8::1/64 - bond1.10 on router 1 to router 2. And it doesn't work. Hosts don't have route to global network.
How to configure it properly?
On Fri, Aug 30, 2013 at 02:09:29AM +0200, Miłosz Oller wrote:
Hi
When I have trigger in config file, routing doesn't work. But.. on bond1: 2001:67c:2ad8:ffff::ffff/48 - prefix in bgp table
name proto table state since info dc RAdv master up 01:38 Suppressed
In configuration file: trigger 2001:67c:2ad8::/48;
Why this configurtion doesn't work?
I am not sure if i understand your situation, but 'trigger' option does probably something different than you think - it enables or disables announcements based on a trigger route exported to radv protocol, not based on a prefix assigned to a iface. Note that you have to enable route export to radv by 'export all', like with any other protocol, otherwise the prefix is blocked by the export filter. -- Elen sila lumenn' omentielvo Ondrej 'SanTiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
participants (2)
-
Miłosz Oller -
Ondrej Zajicek