set interfaces bonding bond0 address 192.0.2.1/31 set interfaces bonding bond0 description "VyOS bonding" set interfaces bonding bond0 disable-link-detect set interfaces bonding bond0 hash-policy layer3+4 set interfaces bonding bond0 ip arp-cache-timeout 86400 set interfaces bonding bond0 mac 00:91:00:00:00:01 set interfaces bonding bond0 mode active-backup set interfaces bonding bond0 mtu 9000 set interfaces bonding bond0 member interface eth2 set interfaces bonding bond0 member interface eth3
[ interfaces bonding bond0 ]
Traceback (most recent call last):
File "/usr/libexec/vyos/conf_mode/interfaces-bonding.py", line 502, in <module>
apply(c)
File "/usr/libexec/vyos/conf_mode/interfaces-bonding.py", line 448, in apply
b.add_port(intf)
File "/usr/lib/python3/dist-packages/vyos/ifconfig.py", line 1516, in add_port
Interface(interface).set_state('down')
File "/usr/lib/python3/dist-packages/vyos/ifconfig.py", line 88, in __init__
raise Exception('interface "{}" not found'.format(self._ifname))
Exception: interface "eth3" not found
[[interfaces bonding bond0]] failed