Reference Guide

Table Of Contents
id
Type: string
Unique identifier of the bond.
name
Type: string
Bond name. The bond name may not exceed 15 characters.
This property supports case-insensitive filtering.
partner_id
[Added in 2.0.0.0]
Type: string
Identifier of the bond with the same physical location on the other node of the appliance.
Partner ports are configured symmetrically for HA and load balancing purposes within the
appliance. Was added in version 2.0.0.0.
is_link_up
Type: boolean
Indicates whether the bond’s link is up. Values are:
true Link is up.
false Link is down.
mtu
Type: 32-bit signed integer (0 to 2147483647)
Maximum Transmission Unit (MTU) packet size of the bond, in bytes.
mode
Type: enumerated value ("LACP")
Bonding mode:
Active_Backup Only one interface in the bond is active. Another interface becomes
active if the current active interface fails. The bond’s MAC address is
visible externally on only one network adapter to avoid confusing a
network switch. This mode provides fault tolerance.
LACP Uses an IEEE 802.3ad dynamic link aggregation policy. Aggregation groups
share the same speed and duplex settings. This mode transmits and receives
network traffic on all interfaces in the active aggregator.
597