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