State

Leafs

class Lacp.Interfaces.Interface.State

Bases: Entity

Class Hierarchy: Lacp Interfaces Interface State

This class represents state data.

Operational state 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

config: False

interval

Set the period between LACP messages – uses the lacp-period-type enumeration

type: LacpPeriodType

config: False

default 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: LacpActivityType

config: False

default 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}$

config: False

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

config: False