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?