Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 15394

General • How to use fe80::1 (IPv6 Link-Local) via VRRP to provide redundant default GW?

$
0
0
It's somewhat common to use fe80::1 as link-local address to provide default gateway functionality to a segment.
So I wanted to configure this on a routers interface as (an additional) link-local address.
Apparently this does not work on Mikrotik / RouterOS (7.13):

1) Neither as native link-local address on an interface:
Code:
/ipv6/address/add address=fe80::1/64 interface=myinterface advertise=nofailure: can not add link local address

2) or as VRRP floating IPv6 addresss
Code:
/ipv6/address/add address=fe80::1/128 interface=myinterface-vrrp advertise=nofailure: can not add link local address


Is there any way to achieve this?

Statistics: Posted by frittentheke — Wed Feb 28, 2024 11:13 am



Viewing all articles
Browse latest Browse all 15394

Trending Articles