Config¶
Leafs
- 
class 
Lacp.Interfaces.Interface.Config¶ Bases:
EntityClass Hierarchy:
LacpInterfacesInterfaceConfigThis class represents configuration data.
Configuration data for each LACP aggregate interface
- 
name¶ Reference to the interface on which LACP should be configured. The type of the target interface must be ieee8023adLag
type: str
refers to:
name
- 
interval¶ Set the period between LACP messages – uses the lacp-period-type enumeration
type:
LacpPeriodTypedefault value: SLOW
- 
lacp_mode¶ ACTIVE is to initiate the transmission of LACP packets. PASSIVE is to wait for peer to initiate the transmission of LACP packets
type:
LacpActivityTypedefault value: ACTIVE
- 
system_id_mac¶ The MAC address portion of the node’s System ID. This is combined with the system priority to construct the 8-octet system-id
type: str
pattern: ^[0-9a-fA-F]{2}(:[0-9a-fA-F]{2}){5}$
- 
system_priority¶ Sytem priority used by the node on this LAG interface. Lower value is higher priority for determining which node is the controlling system
type: int
range: 0..65535
-