State¶
Leafs
activity
aggregatable
collecting
distributing
interface
oper_key
partner_id
partner_key
partner_port_num
port_num
synchronization
system_id
timeout
Children
-
class
Lacp.Interfaces.Interface.Members.Member.
State
¶ Bases:
Entity
Class Hierarchy:
Lacp
Interfaces
Interface
Members
Member
State
This class represents state data.
Operational state data for aggregate members
-
interface
¶ Reference to interface member of the LACP aggregate
type: str
refers to:
name
config: False
-
activity
¶ Indicates participant is active or passive
type:
LacpActivityType
config: False
-
timeout
¶ The timeout type (short or long) used by the participant
type:
LacpTimeoutType
config: False
-
synchronization
¶ Indicates whether the participant is in-sync or out-of-sync
type:
LacpSynchronizationType
config: False
-
aggregatable
¶ A true value indicates that the participant will allow the link to be used as part of the aggregate. A false value indicates the link should be used as an individual link
type: bool
config: False
-
collecting
¶ If true, the participant is collecting incoming frames on the link, otherwise false
type: bool
config: False
-
distributing
¶ When true, the participant is distributing outgoing frames; when false, distribution is disabled
type: bool
config: False
-
system_id
¶ MAC address that defines the local system ID for the aggregate interface
type: str
pattern: ^[0-9a-fA-F]{2}(:[0-9a-fA-F]{2}){5}$config: False
-
oper_key
¶ Current operational value of the key for the aggregate interface
type: int
range: 0..65535config: False
-
partner_id
¶ MAC address representing the protocol partner’s interface system ID
type: str
pattern: ^[0-9a-fA-F]{2}(:[0-9a-fA-F]{2}){5}$config: False
-
partner_key
¶ Operational value of the protocol partner’s key
type: int
range: 0..65535config: False
-
port_num
¶ Port number of the local (actor) aggregation member
type: int
range: 0..65535config: False
-
partner_port_num
¶ Port number of the partner (remote) port for this member port
type: int
range: 0..65535config: False
-