Re: RAdv protocol in failover router setup

2021-06-30 Thread Tore Anderson
Hi Nico, > we are running active-active routers with bird, wihout VRRP as follows: > > - router1: high priority > - router2: low priority > > Sample config: > > protocol radv { > # Internal > interface "eth1.10" { > max ra interval 5; # Fast failover with more routers >

Re: RAdv protocol in failover router setup

2021-06-30 Thread Nico Schottelius
Hey Tore, we are running active-active routers with bird, wihout VRRP as follows: - router1: high priority - router2: low priority Sample config: protocol radv { # Internal interface "eth1.10" { max ra interval 5; # Fast failover with more routers other config y

RAdv protocol in failover router setup

2021-06-30 Thread Tore Anderson
I am trying to use BIRD v2.0.8 to emit ICMPv6 RAs from a HA pair of routers. The default router address of the router (fe80::1) is failed over using the VRRP protocol, so it is only present on a single router at any given time. I have run into two challenges I cannot quite figure out how to solve