Netplan not detecting MII uplink down on a bonded network interface

Tom H tomh0665 at gmail.com
Thu Oct 15 18:50:54 UTC 2020


On Thu, Oct 15, 2020 at 6:12 PM Sharad Kumar via ubuntu-users
<ubuntu-users at lists.ubuntu.com> wrote:
>
> Dealing with a weired issue where netplan is not detecting the uplink
> going down for one of it's primary slave and not selecting the other
> slave. I also tried setting up all parameters of mii-monitor-interval
> but that doesn't seems to be working either.
>
> network:
> version: 2
> renderer: networkd
> ethernets:
> enp6s0f0:
> dhcp4: no
> enp6s0f1:
> dhcp4: no
> bonds:
> bond0:
> addresses:
> - 10.10.10.250/24
> gateway4: 10.10.10.1
> nameservers:
> addresses: [8.8.8.8]
> interfaces:
> - enp6s0f0
> - enp6s0f1
> parameters:
> mode: active-backup
> primary: enp6s0f0
> mii-monitor-interval: 10s
> min-links: 1
> down-delay: 50

Please send plain-text emails to the list.

"down-delay: 50" is understood as "down-delay: 50ms", which doesn't
play well with "mii-monitor-interval: 10s".

Do you mean "down-delay: 50s"?




More information about the ubuntu-users mailing list