State

Leafs

class Interfaces.Interface.Aggregation.State

Bases: Entity

Class Hierarchy: Interfaces Interface Aggregation State

This class represents state data.

Operational state variables for logical

aggregate / LAG interfaces

lag_type

Sets the type of LAG, i.e., how it is configured / maintained

type: AggregationType

config: False

Specifies the mininum number of member interfaces that must be active for the aggregate interface to be available

type: int

range: 0..65535

config: False

lag_speed

Reports effective speed of the aggregate interface, based on speed of active member interfaces

type: int

range: 0..4294967295

config: False

units: Mbps

member

List of current member interfaces for the aggregate, expressed as references to existing interfaces

type: list of str

refers to: name

config: False