State¶
Leafs
activityaggregatablecollectingdistributinginterfaceoper_keypartner_idpartner_keypartner_port_numport_numsynchronizationsystem_idtimeout
Children
-
class
Lacp.Interfaces.Interface.Members.Member.State¶ Bases:
EntityClass Hierarchy:
LacpInterfacesInterfaceMembersMemberStateThis class represents state data.
Operational state data for aggregate members
-
interface¶ Reference to interface member of the LACP aggregate
type: str
refers to:
nameconfig: False
-
activity¶ Indicates participant is active or passive
type:
LacpActivityTypeconfig: False
-
timeout¶ The timeout type (short or long) used by the participant
type:
LacpTimeoutTypeconfig: False
-
synchronization¶ Indicates whether the participant is in-sync or out-of-sync
type:
LacpSynchronizationTypeconfig: 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
-