All MIBs › IEEE8023-LAG-MIB
Organization: IEEE 802.1 Working Group
Last Updated: 2016-10-12
Category: Network Interfaces, VLAN and Bridging
Description:
IEEE 802.3ad Link Aggregation MIB for managing and monitoring LACP port channels, including aggregator configuration, port membership, and aggregation group status.
Imported Objects
From IF-MIB
| InterfaceIndex |
From Q-BRIDGE-MIB
| PortList |
From SNMP-FRAMEWORK-MIB
| SnmpAdminString |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| NOTIFICATION-GROUP | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Counter32 | |
| Counter64 | |
| Integer32 | |
| MODULE-IDENTITY | |
| NOTIFICATION-TYPE | |
| OBJECT-TYPE | |
| TimeTicks |
From SNMPv2-TC
| DisplayString | |
| MacAddress | |
| TEXTUAL-CONVENTION | |
| TruthValue |
What Is IEEE8023-LAG-MIB?
IEEE8023-LAG-MIB (sometimes referenced in lowercase as ieee8023-lag-mib) is a vendor-neutral standards-based MIB covering IEEE 802.3ad/802.1AX Link Aggregation (LACP), used to manage and monitor aggregated port channels on switches and routers. It exposes aggregator configuration such as MAC address, actor and partner system identifiers/priorities, and administrative/operational key values that define how ports are bundled into an aggregate. Monitoring focus is on link-aggregation group health: whether member ports are actively aggregated, whether the local (actor) and remote (partner) ends agree on system identity and keys, and when membership last changed - a software/link-state health check more than a hardware sensor reading. It depends on IF-MIB for the underlying ifIndex values of the physical ports that make up each aggregate. It is typically deployed on data-center and enterprise switches/routers using LACP for link redundancy and bandwidth aggregation.
IPNetwork Monitor allows you to monitor SNMP objects defined in IEEE8023-LAG-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- aggregator MAC address
- actor/partner system ID and priority
- aggregate vs individual port status
- actor/partner administrative and operational keys
- aggregation table change timestamp
Supported Devices
- vendor-neutral, standards-based MIB (IEEE 802.3ad/802.1AX)
- switches and routers supporting LACP link aggregation
Monitoring Examples
An admin polls dot3adAggTable/dot3adAggEntry keyed by dot3adAggIndex to read dot3adAggMACAddress and compare dot3adAggActorSystemID/dot3adAggActorSystemPriority against dot3adAggPartnerSystemID/dot3adAggPartnerSystemPriority, confirming both ends of the LAG agree on identity. A mismatch between dot3adAggActorAdminKey and dot3adAggActorOperKey would flag a misconfigured aggregate, and a recent dot3adTablesLastChanged timestamp signals unexpected membership churn, such as a port dropping out of the bundle.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| lagMIB | 1.2.840.10006.300.43 | The Link Aggregation module for managing IEEE 802.1AX-2014 as updated by 802.1AX-2014-Cor1. | ||
| lagMIBNotifications | 1.2.840.10006.300.43.0 | |||
| NTF dot3adAggLinkUpNotification | 1.2.840.10006.300.43.0.1 | When aAggLinkUpDownNotificationEnable is set to 'enabled,' a Link Up notification is generated when the Operational State of the Aggregator changes from 'down' to 'up.' When aAggLinkUpDownNotificationEnable is set to 'disabled,' no Link Up notifications are generated. The notification carries the identifier of the Aggregator whose state has changed. | ||
| NTF dot3adAggLinkDownNotification | 1.2.840.10006.300.43.0.2 | When aAggLinkUpDownNotificationEnable is set to 'enabled,' a Link Down notification is generated when the Operational State of the Aggregator changes from 'up' to 'down.' When aAggLinkUpDownNotificationEnable is set to 'disabled,' no Link Down notifications are generated. The notification carries the identifier of the Aggregator whose state has changed. | ||
| lagMIBObjects | 1.2.840.10006.300.43.1 | |||
| dot3adAgg | 1.2.840.10006.300.43.1.1 | |||
| dot3adAggTable | 1.2.840.10006.300.43.1.1.1 | not-accessible | A table that contains information about every Aggregator that is associated with this System. | |
| dot3adAggEntry | 1.2.840.10006.300.43.1.1.1.1 | not-accessible | A list of the Aggregator parameters. This is indexed by the ifIndex of the Aggregator. | |
| NUM dot3adAggIndex | 1.2.840.10006.300.43.1.1.1.1.1 | InterfaceIndex | not-accessible | The unique identifier allocated to this Aggregator by the local System. This attribute identifies an Aggregator instance among the subordinate managed objects of the containing object. This value is read-only. NOTE-The aAggID is represented in the SMIv2 MIB as an ifIndex-see D.4.1. |
| MAC dot3adAggMACAddress | 1.2.840.10006.300.43.1.1.1.1.2 | MacAddress | read-only | A 6-octet read-only value carrying the individual MAC address assigned to the Aggregator. |
| I32 dot3adAggActorSystemPriority | 1.2.840.10006.300.43.1.1.1.1.3 | Integer32 | read-write | A 2-octet read-write value indicating the priority value associated with the Actor's System ID. |
| MAC dot3adAggActorSystemID | 1.2.840.10006.300.43.1.1.1.1.4 | MacAddress | read-write | A 6-octet read-write MAC address value used as a unique identifier for the System that contains this Aggregator. NOTE-From the perspective of the Link Aggregation mechanisms described in Clause 6, only a single combination of Actor's System ID and System Priority are considered, and no distinction is made between the values of these parameters for an Aggregator and the port(s) that are associated with it; i.e., the protocol is described in terms of the operation of aggregation within a single System. However, the managed objects provided for the Aggregator and the port both allow management of these parameters. The result of this is to permit a single piece of equipment to be configured by management to contain more than one System from the point of view of the operation of Link Aggregation. This may be of particular use in the configuration of equipment that has limited aggregation capability (see 6.7). |
| T/F dot3adAggAggregateOrIndividual | 1.2.840.10006.300.43.1.1.1.1.5 | TruthValue | read-only | A read-only Boolean value indicating whether the Aggregator represents an Aggregate ('TRUE') or an Individual link ('FALSE'). |
| LAC dot3adAggActorAdminKey | 1.2.840.10006.300.43.1.1.1.1.6 | LacpKey | read-write | The current administrative value of the Key for the Aggregator. The administrative Key value may differ from the operational Key value for the reasons discussed in 6.7.2. This is a 16-bit read-write value. The meaning of particular Key values is of local significance. For an Aggregator that is associated with a Portal, the aAggActorAdminKey has to be different for each Portal System. Specifically the two most significant bits are set to aDrniPortalSystemNumber (7.4.1.1.7). The lower 14 bits may be any value, have to be the same in each Portal System within the same Portal, and have a default of zero. |
| LAC dot3adAggActorOperKey | 1.2.840.10006.300.43.1.1.1.1.7 | LacpKey | read-only | The current operational value of the Key for the Aggregator. The administrative Key value may differ from the operational Key value for the reasons discussed in 6.7.2. This is a 16-bit read-only value. The meaning of particular Key values is of local significance. |
| MAC dot3adAggPartnerSystemID | 1.2.840.10006.300.43.1.1.1.1.8 | MacAddress | read-only | A 6-octet read-only MAC address value consisting of the unique identifier for the current protocol Partner of this Aggregator. A value of zero indicates that there is no known Partner. If the aggregation is manually configured, this System ID value will be a value assigned by the local System. |
| I32 dot3adAggPartnerSystemPriority | 1.2.840.10006.300.43.1.1.1.1.9 | Integer32 | read-only | A 2-octet read-only value that indicates the priority value associated with the Partner's System ID. If the aggregation is manually configured, this System Priority value will be a value assigned by the local System. |
| LAC dot3adAggPartnerOperKey | 1.2.840.10006.300.43.1.1.1.1.10 | LacpKey | read-only | The current operational value of the Key for the Aggregator's current protocol Partner. This is a 16-bit read-only value. If the aggregation is manually configured, this Key value will be a value assigned by the local System. |
| I32 dot3adAggCollectorMaxDelay | 1.2.840.10006.300.43.1.1.1.1.11 | Integer32 | read-write | The value of this 16-bit read-write attribute defines the maximum delay, in tens of microseconds, that may be imposed by the Frame Collector between receiving a frame from an Aggregator Parser, and either delivering the frame to its Aggregator Client or discarding the frame (see 6.2.3.1.1). |
| dot3adAggPortListTable | 1.2.840.10006.300.43.1.1.2 | not-accessible | A table that contains a list of all the ports associated with each Aggregator. | |
| dot3adAggPortListEntry | 1.2.840.10006.300.43.1.1.2.1 | not-accessible | A list of the ports associated with a given Aggregator. This is indexed by the ifIndex of the Aggregator. | |
| POR dot3adAggPortListPorts | 1.2.840.10006.300.43.1.1.2.1.1 | PortList | read-only | The complete set of ports currently associated with this Aggregator. Each bit set in this list represents an Actor Port member of this Link Aggregation. |
| dot3adAggXTable | 1.2.840.10006.300.43.1.1.3 | not-accessible | A table that extends dot3adAggTable. | |
| dot3adAggXEntry | 1.2.840.10006.300.43.1.1.3.1 | not-accessible | A list of extension parameters for the Aggregator Configuration Table | |
| STR dot3adAggDescription | 1.2.840.10006.300.43.1.1.3.1.1 | DisplayString | read-only | A human-readable text string containing information about the Aggregator. This string could include information about the distribution algorithm in use on this Aggregator; for example, 'Aggregator 1, Dist Alg=Dest MAC address.' This string is read-only. The contents are vendor specific. |
| STR dot3adAggName | 1.2.840.10006.300.43.1.1.3.1.2 | DisplayString | read-write | A human-readable text string containing a locally significant name for the Aggregator. This string is read-write. |
| AGG dot3adAggAdminState | 1.2.840.10006.300.43.1.1.3.1.3 | AggState | read-write | This read-write value defines the administrative state of the Aggregator. A value of 'up' indicates that the operational state of the Aggregator (aAggOperState) is permitted to be either up or down. A value of 'down' forces the operational state of the Aggregator to be down. Changes to the administrative state affect the operational state of the Aggregator only, not the operational state of the Aggregation Ports that are attached to the Aggregator. A GET operation returns the current administrative state. A SET operation changes the administrative state to a new value. |
| AGG dot3adAggOperState | 1.2.840.10006.300.43.1.1.3.1.4 | AggState | read-only | This read-only value defines the operational state of the Aggregator. An operational state of 'up' indicates that the Aggregator is available for use by the Aggregator Client; a value of 'down' indicates that the Aggregator is not available for use by the Aggregator Client. |
| I32 dot3adAggTimeOfLastOperChange | 1.2.840.10006.300.43.1.1.3.1.5 | Integer32 | read-only | The time at which the interface entered its current operational state, in terms of centiseconds since the system was last reset. If the current state was entered prior to the last reinitialization of the local network management subsystem, then this object contains a value of zero. The ifLastChange object in the Interfaces MIB defined in IETF RFC 2863 is a suitable object for supplying a value for aAggTimeOfLastOperChange. This value is read-only. Note - aAggTimeOfLastOperChange was defined in terms of the aTimeSinceSystemReset variable of IEEE Std 802.3-2008, F.2.1, in earlier versions of this standard. aTimeSinceSystemReset and ifLastChange have the same meaning. |
| I32 dot3adAggDataRate | 1.2.840.10006.300.43.1.1.3.1.6 | Integer32 | read-only | The current data rate, in bits per second, of the aggregate link. The value is calculated as the sum of the data rate of each link in the aggregation. This attribute is read-only. |
| C64 dot3adAggOctetsTxOK | 1.2.840.10006.300.43.1.1.3.1.7 | Counter64 | read-only | A count of the data and padding octets transmitted by this Aggregator on all Aggregation Ports that are (or have been) members of the aggregation. The count does not include octets transmitted by the Aggregator in frames that carry LACPDUs or Marker PDUs (7.3.3.1.7, 7.3.3.1.8, 7.3.3.1.9). However, it includes frames discarded by the Frame Distribution function of the Aggregator (7.3.1.1.25). This value is read-only. |
| C64 dot3adAggOctetsRxOK | 1.2.840.10006.300.43.1.1.3.1.8 | Counter64 | read-only | A count of the data and padding octets received by this Aggregator, from the Aggregation Ports that are (or have been) members of the aggregation. The count does not include octets received in frames that carry LACP or Marker PDUs (7.3.3.1.2, 7.3.3.1.3, 7.3.3.1.4), or frames discarded by the Frame Collection function of the Aggregator (7.3.1.1.26). This value is read-only. |
| C64 dot3adAggFramesTxOK | 1.2.840.10006.300.43.1.1.3.1.9 | Counter64 | read-only | A count of the data frames transmitted by this Aggregator on all Aggregation Ports that are (or have been) members of the aggregation. The count does not include frames transmitted by the Aggregator that carry LACP or Marker PDUs (7.3.3.1.7, 7.3.3.1.8, 7.3.3.1.9). However, it includes frames discarded by the Frame Distribution function of the Aggregator (7.3.1.1.25). This value is read-only. |
| C64 dot3adAggFramesRxOK | 1.2.840.10006.300.43.1.1.3.1.10 | Counter64 | read-only | A count of the data frames received by this Aggregator, from the Aggregation Ports that are (or have been) members of the aggregation. The count does not include frames that carry LACP or Marker PDUs (7.3.3.1.2, 7.3.3.1.3, 7.3.3.1.4), or frames discarded by the Frame Collection function of the Aggregator (7.3.1.1.26). This value is read-only. |
| C64 dot3adAggMulticastFramesTxOK | 1.2.840.10006.300.43.1.1.3.1.11 | Counter64 | read-only | A count of the data frames transmitted by this Aggregator on all Aggregation Ports that are (or have been) members of the aggregation, to a group DA other than the broadcast address. The count does not include frames transmitted by the Aggregator that carry LACP or Marker PDUs (7.3.3.1.7, 7.3.3.1.8, 7.3.3.1.9). However, it includes frames discarded by the Frame Distribution function of the Aggregator (7.3.1.1.25). This value is read-only. |
| C64 dot3adAggMulticastFramesRxOK | 1.2.840.10006.300.43.1.1.3.1.12 | Counter64 | read-only | A count of the data frames received by this Aggregator, from the Aggregation Ports that are (or have been) members of the aggregation, that were addressed to an active group address other than the broadcast address. The count does not include frames that carry LACP or Marker PDUs (7.3.3.1.2, 7.3.3.1.3, 7.3.3.1.4), or frames discarded by the Frame Collection function of the Aggregator (7.3.1.1.26). This value is read-only. |
| C64 dot3adAggBroadcastFramesTxOK | 1.2.840.10006.300.43.1.1.3.1.13 | Counter64 | read-only | A count of the broadcast data frames transmitted by this Aggregator on all Aggregation Ports that are (or have been) members of the aggregation. The count does not include frames transmitted by the Aggregator that carry LACP or Marker PDUs (7.3.3.1.7, 7.3.3.1.8, 7.3.3.1.9). However, it includes frames discarded by the Frame Distribution function of the Aggregator (7.3.1.1.25). This value is read-only. |
| C64 dot3adAggBroadcastFramesRxOK | 1.2.840.10006.300.43.1.1.3.1.14 | Counter64 | read-only | A count of the broadcast data frames received by this Aggregator, from the Aggregation Ports that are (or have been) members of the aggregation. The count does not include frames that carry LACP or Marker PDUs (7.3.3.1.2, 7.3.3.1.3, 7.3.3.1.4), illegal or unknown protocol frames (7.3.3.1.5, 7.3.3.1.6), or frames discarded by the Frame Collection function of the Aggregator (7.3.1.1.26). This value is read-only. |
| C64 dot3adAggFramesDiscardedOnTx | 1.2.840.10006.300.43.1.1.3.1.15 | Counter64 | read-only | A count of data frames requested to be transmitted by this Aggregator that were discarded by the Frame Distribution function of the Aggregator when conversations are reallocated to different Aggregation Ports, due to the requirement to ensure that the conversations are flushed on the old Aggregation Ports in order to maintain proper frame ordering (B.3), or discarded as a result of excessive collisions by Aggregation Ports that are (or have been) members of the aggregation. This value is read-only. |
| C64 dot3adAggFramesDiscardedOnRx | 1.2.840.10006.300.43.1.1.3.1.16 | Counter64 | read-only | A count of data frames, received on all Aggregation Ports that are (or have been) members of the aggregation, that were discarded by the Frame Collection function of the Aggregator as they were received on Aggregation Ports whose Frame Collection function was disabled. This value is read-only. |
| C64 dot3adAggFramesWithTxErrors | 1.2.840.10006.300.43.1.1.3.1.17 | Counter64 | read-only | A count of data frames requested to be transmitted by this Aggregator that experienced transmission errors on Aggregation Ports that are (or have been) members of the aggregation. This count does not include frames discarded due to excess collisions. This value is read-only. |
| C64 dot3adAggFramesWithRxErrors | 1.2.840.10006.300.43.1.1.3.1.18 | Counter64 | read-only | A count of data frames discarded on reception by all Aggregation Ports that are (or have been) members of the aggregation, or that were discarded by the Frame Collection function of the Aggregator, or that were discarded by the Aggregator due to the detection of an illegal Slow Protocols PDU (7.3.3.1.6). This value is read-only. |
| C64 dot3adAggUnknownProtocolFrames | 1.2.840.10006.300.43.1.1.3.1.19 | Counter64 | read-only | A count of data frames discarded on reception by all Aggregation Ports that are (or have been) members of the aggregation, due to the detection of an unknown Slow Protocols PDU (7.3.3.1.5). This value is read-only. |
| INT dot3adAggLinkUpDownNotificationEnable | 1.2.840.10006.300.43.1.1.3.1.20 | INTEGER | read-write | When set to 'enabled', Link Up and Link Down notifications are enabled for this Aggregator. When set to 'disabled', Link Up and Link Down notifications are disabled for this Aggregator. This value is read-write. |
| OCT dot3adAggPortAlgorithm | 1.2.840.10006.300.43.1.1.3.1.21 | OCTET STRING | read-write | This object identifies the algorithm used by the Aggregator to assign frames to a Port Conversation ID. Table 6-4 provides the IEEE 802.1 OUI (00-80-C2) Port Algorithm encodings. A SEQUENCE OF OCTETS consisting of a 3-octet OUI or CID and one following octet. |
| OCT dot3adAggPartnerAdminPortAlgorithm | 1.2.840.10006.300.43.1.1.3.1.22 | OCTET STRING | read-write | This object identifies the value for the algorithm of the Partner System, assigned by administrator or System policy for use when the Partner's information is unknown. Table 6-4 provides the IEEE 802.1 OUI (00-80-C2) Port Algorithm encodings. Its default value is set to the 'Unspecified' value in Table 6-4. A SEQUENCE OF OCTETS consisting of a 3-octet OUI or CID and one following octet. |
| OCT dot3adAggPartnerAdminPortConversationListDigest | 1.2.840.10006.300.43.1.1.3.1.23 | OCTET STRING | read-write | The value for the digest of the prioritized Port Conversation ID-to-Link Number ID assignments of the Partner System, assigned by administrator or System policy for use when the Partner's information is unknown. Its default value is set to NULL. |
| T/F dot3adAggAdminDiscardWrongConversation | 1.2.840.10006.300.43.1.1.3.1.24 | TruthValue | read-write | The administrative value that determines what the Aggregator does with a frame that is received from an Aggregation Port with a Port Conversation ID that is not included in the Collection_Conversation_Mask. The value 'TRUE' indicates that such frames are to be discarded, and the value 'FALSE' that they are to be forwarded. This variable needs to be set to 'TRUE', if bidirectional congruity (8.2.1) is required. Its value is set to 'TRUE' by default. This object has been replaced by dot3adAggAdminDiscardWrongConversation2. |
| OCT dot3adAggPartnerAdminConvServiceMappingDigest | 1.2.840.10006.300.43.1.1.3.1.25 | OCTET STRING | read-write | The value for the digest of the Port Conversation ID-to-Service ID assignments of the Partner System, assigned by administrator or System policy for use when the Partner's information is unknown. Its default value is set to NULL. |
| INT dot3adAggAdminDiscardWrongConversation2 | 1.2.840.10006.300.43.1.1.3.1.26 | INTEGER | read-write | The administrative value that determines whether an Aggregator discards a frame that is received from an Aggregation Port with a Port Conversation ID that is not included in the Collection_Conversation_Mask. The value 'forceTrue' indicates that such frames are to be discarded, the value 'forceFalse' indicates that such frames are to be forwarded, and the value 'auto' indicates that such frames are to be forwarded only whe the actor and partner agree on the algorithms and mapping tables used to map frames to Aggregation Ports. Its value is set to 'auto' by default. |
| dot3adAggConversationAdminLinkTable | 1.2.840.10006.300.43.1.1.4 | not-accessible | There are 4096 aAggConversationAdminPort[] variables, aAggConversationAdminLink[0] through aAggConversationAdminLink[4095], indexed by Port Conversation ID. Each contains administrative values of the link selection priority list for the referenced Port Conversation ID. This selection priority list is a sequence of Link-Number IDs for each Port Conversation ID, in the order of preference, highest to lowest, for the corresponding link to carry that Port Conversation ID. A 16-bit zero value is used to indicate that no link is assigned to carry the associated Port Conversation ID. NOTE - This mapping of Port Conversation IDs to Link Number IDs is the fundamental administrative input. An equivalent mapping of Port Conversation IDs to Port IDs [Conversation_PortList[]] is derived from this and used internally. NOTE - When a network administrator issues a command for selection rules, provided by aAggConversationAdminLink[], the ChangeActorOperDist is set as specified in 6.6.2.2. | |
| dot3adAggConversationAdminLinkEntry | 1.2.840.10006.300.43.1.1.4.1 | not-accessible | An entry contains administrative values of the link selection priority list for the referenced Port Conversation ID. This selection priority list is a sequence of Link-Number IDs for each Port Conversation ID, in the order of preference, highest to lowest, for the corresponding link to carry that Port Conversation ID. A 16 bit zero value is used to indicate that no link is assigned to carry the associated Port Conversation ID. | |
| I32 dot3adAggConversationAdminLinkId | 1.2.840.10006.300.43.1.1.4.1.1 | Integer32 | not-accessible | An identifier for Port Conversation. |
| OCT dot3adAggConversationAdminLinkList | 1.2.840.10006.300.43.1.1.4.1.2 | OCTET STRING | read-write | Each two octets of the octet string represent the agreed Link Number ID that is assigned to an Aggregation Port (7.3.2.1.27). The list is in the order of preference, highest to lowest, for corresponding preferred link to carry that Port Conversation ID. |
| dot3adAggAdminServiceConversationMapTable | 1.2.840.10006.300.43.1.1.5 | not-accessible | There are 4096 aAggAdminServiceConversationMap[] variables, aAggAdminServiceConversationMap[0] through aAggAdminServiceConversationMap[4095], indexed by Port Conversation ID. Each contains, in general, a set of Service IDs (8.2.2), unique within the array. If the Service IDs are representing VIDs, only a single VID is used, while in the case that Service IDs are representing I-SIDs, more than one I-SIDs are possible. Service IDs not contained in the map are not mapped to any Port Conversation ID and will be discarded. | |
| dot3adAggAdminServiceConversationMapEntry | 1.2.840.10006.300.43.1.1.5.1 | not-accessible | An entry contains, in general, a set of Service IDs (8.2.2), unique within the array. If the Service IDs are representing VIDs, only a single VID is applicable, while in the case that Service IDs are representing I-SIDs, more than one I-SIDs are possible. | |
| I32 dot3adAggAdminServiceConversationMapId | 1.2.840.10006.300.43.1.1.5.1.1 | Integer32 | not-accessible | The Port Conversation ID used to index Conversation Map entries. |
| SER dot3adAggAdminServiceConversationServiceIDList | 1.2.840.10006.300.43.1.1.5.1.2 | ServiceIdList | read-write | A list contains, in general, a set of Service IDs (8.2.2), unique within the array. |
| dot3adAggPort | 1.2.840.10006.300.43.1.2 | |||
| dot3adAggPortTable | 1.2.840.10006.300.43.1.2.1 | not-accessible | A table that contains Link Aggregation Control configuration information about every Aggregation Port associated with this device. A row appears in this table for each physical port. | |
| dot3adAggPortEntry | 1.2.840.10006.300.43.1.2.1.1 | not-accessible | A list of Link Aggregation Control configuration parameters for each Aggregation Port on this device. | |
| NUM dot3adAggPortIndex | 1.2.840.10006.300.43.1.2.1.1.1 | InterfaceIndex | not-accessible | The unique identifier allocated to this Aggregation Port by the local System. This attribute identifies an Aggregation Port instance among the subordinate managed objects of the containing object. This value is read-only. NOTE-The aAggPortID is represented in the SMIv2 MIB as an ifIndex-see D.4.1. |
| I32 dot3adAggPortActorSystemPriority | 1.2.840.10006.300.43.1.2.1.1.2 | Integer32 | read-write | A 2-octet read-write value used to define the priority value associated with the Actor's System ID. |
| MAC dot3adAggPortActorSystemID | 1.2.840.10006.300.43.1.2.1.1.3 | MacAddress | read-only | A 6-octet read-only MAC address value that defines the value of the System ID for the System that contains this Aggregation Port. |
| LAC dot3adAggPortActorAdminKey | 1.2.840.10006.300.43.1.2.1.1.4 | LacpKey | read-write | The current administrative value of the Key for the Aggregation Port. This is a 16-bit read-write value. The meaning of particular Key values is of local significance. |
| LAC dot3adAggPortActorOperKey | 1.2.840.10006.300.43.1.2.1.1.5 | LacpKey | read-only | The current operational value of the Key for the Aggregation Port. This is a 16-bit read-only value. The meaning of particular Key values is of local significance. |
| I32 dot3adAggPortPartnerAdminSystemPriority | 1.2.840.10006.300.43.1.2.1.1.6 | Integer32 | read-write | A 2-octet read-write value used to define the administrative value of priority associated with the Partner's System ID. The assigned value is used, along with the value of aAggPortPartnerAdminSystemID, aAggPortPartnerAdminKey, aAggPortPartnerAdminPort, and aAggPortPartnerAdminPortPriority, in order to achieve manually configured aggregation. |
| I32 dot3adAggPortPartnerOperSystemPriority | 1.2.840.10006.300.43.1.2.1.1.7 | Integer32 | read-only | A 2-octet read-only value indicating the operational value of priority associated with the Partner's System ID. The value of this attribute may contain the manually configured value carried in aAggPortPartnerAdminSystemPriority if there is no protocol Partner. |
| MAC dot3adAggPortPartnerAdminSystemID | 1.2.840.10006.300.43.1.2.1.1.8 | MacAddress | read-write | A 6-octet read-write MACAddress value representing the administrative value of the Aggregation Port's protocol Partner's System ID. The assigned value is used, along with the value of aAggPortPartnerAdminSystemPriority, aAggPortPartnerAdminKey, aAggPortPartnerAdminPort, and aAggPortPartnerAdminPortPriority, in order to achieve manually configured aggregation. |
| MAC dot3adAggPortPartnerOperSystemID | 1.2.840.10006.300.43.1.2.1.1.9 | MacAddress | read-only | A 6-octet read-only MACAddress value representing the current value of the Aggregation Port's protocol Partner's System ID. A value of zero indicates that there is no known protocol Partner. The value of this attribute may contain the manually configured value carried in aAggPortPartnerAdminSystemID if there is no protocol Partner. |
| LAC dot3adAggPortPartnerAdminKey | 1.2.840.10006.300.43.1.2.1.1.10 | LacpKey | read-write | The current administrative value of the Key for the protocol Partner. This is a 16-bit read-write value. The assigned value is used, along with the value of aAggPortPartnerAdminSystemPriority, aAggPortPartnerAdminSystemID, aAggPortPartnerAdminPort, and aAggPortPartnerAdminPortPriority, in order to achieve manually configured aggregation. |
| LAC dot3adAggPortPartnerOperKey | 1.2.840.10006.300.43.1.2.1.1.11 | LacpKey | read-only | The current operational value of the Key for the protocol Partner. The value of this attribute may contain the manually configured value carried in aAggPortPartnerAdminKey if there is no protocol Partner. This is a 16-bit read-only value. |
| NUM dot3adAggPortSelectedAggID | 1.2.840.10006.300.43.1.2.1.1.12 | InterfaceIndex | read-only | The identifier value of the Aggregator that this Aggregation Port has currently selected. Zero indicates that the Aggregation Port has not selected an Aggregator, either because it is in the process of detaching from an Aggregator or because there is no suitable Aggregator available for it to select. This value is read-only. |
| NUM dot3adAggPortAttachedAggID | 1.2.840.10006.300.43.1.2.1.1.13 | InterfaceIndex | read-only | The identifier value of the Aggregator that this Aggregation Port is currently attached to. Zero indicates that the Aggregation Port is not currently attached to an Aggregator. This value is read-only. |
| I32 dot3adAggPortActorPort | 1.2.840.10006.300.43.1.2.1.1.14 | Integer32 | read-only | The port number locally assigned to the Aggregation Port. The port number is communicated in LACPDUs as the Actor_Port. This value is read-only. |
| I32 dot3adAggPortActorPortPriority | 1.2.840.10006.300.43.1.2.1.1.15 | Integer32 | read-write | The priority value assigned to this Aggregation Port. This 16-bit value is read-write. NOTE-In the case of DRNI (Clause 9), the two least significant bits of the priority for each Aggregation Port in a Distributed Relay's Aggregator Port will be ignored because these bits are used to encode the Portal System Number [item e) in 9.3.3]. |
| I32 dot3adAggPortPartnerAdminPort | 1.2.840.10006.300.43.1.2.1.1.16 | Integer32 | read-write | The current administrative value of the port number for the protocol Partner. This is a 16-bit read-write value. The assigned value is used, along with the value of aAggPortPartnerAdminSystemPriority, aAggPortPartnerAdminSystemID, aAggPortPartnerAdminKey, and aAggPortPartnerAdminPortPriority, in order to achieve manually configured aggregation. |
| I32 dot3adAggPortPartnerOperPort | 1.2.840.10006.300.43.1.2.1.1.17 | Integer32 | read-only | The operational port number assigned to this Aggregation Port by the Aggregation Port's protocol Partner. The value of this attribute may contain the manually configured value carried in aAggPortPartnerAdminPort if there is no protocol Partner. This 16-bit value is read-only. |
| I32 dot3adAggPortPartnerAdminPortPriority | 1.2.840.10006.300.43.1.2.1.1.18 | Integer32 | read-write | The current administrative value of the port priority for the protocol Partner. This is a 16-bit read-write value. The assigned value is used, along with the value of aAggPortPartnerAdminSystemPriority, aAggPortPartnerAdminSystemID, aAggPortPartnerAdminKey, and aAggPortPartnerAdminPort, in order to achieve manually configured aggregation. |
| I32 dot3adAggPortPartnerOperPortPriority | 1.2.840.10006.300.43.1.2.1.1.19 | Integer32 | read-only | The priority value assigned to this Aggregation Port by the Partner. The value of this attribute may contain the manually configured value carried in aAggPortPartnerAdminPortPriority if there is no protocol Partner. This 16-bit value is read-only. |
| LAC dot3adAggPortActorAdminState | 1.2.840.10006.300.43.1.2.1.1.20 | LacpState | read-write | A string of 8 bits, corresponding to the administrative values of Actor_State (5.4.2) as transmitted by the Actor in LACPDUs. The first bit corresponds to bit 0 of Actor_State (LACP_Activity), the second bit corresponds to bit 1 (LACP_Timeout), the third bit corresponds to bit 2 (Aggregation), the fourth bit corresponds to bit 3 (Synchronization), the fifth bit corresponds to bit 4 (Collecting), the sixth bit corresponds to bit 5 (Distributing), the seventh bit corresponds to bit 6 (Defaulted), and the eighth bit corresponds to bit 7 (Expired). These values allow administrative control over the values of LACP_Activity, LACP_Timeout and Aggregation. This attribute value is read-write. |
| LAC dot3adAggPortActorOperState | 1.2.840.10006.300.43.1.2.1.1.21 | LacpState | read-only | A string of 8 bits, corresponding to the current operational values of Actor_State as transmitted by the Actor in LACPDUs. The bit allocations are as defined in 7.3.2.1.20. This attribute value is read-only. |
| LAC dot3adAggPortPartnerAdminState | 1.2.840.10006.300.43.1.2.1.1.22 | LacpState | read-write | A string of 8 bits, corresponding to the current administrative value of Actor_State for the protocol Partner. The bit allocations are as defined in 7.3.2.1.20. This attribute value is read-write. The assigned value is used in order to achieve manually configured aggregation. |
| LAC dot3adAggPortPartnerOperState | 1.2.840.10006.300.43.1.2.1.1.23 | LacpState | read-only | A string of 8 bits, corresponding to the current values of Actor_State in the most recently received LACPDU transmitted by the protocol Partner. The bit allocations are as defined in 7.3.2.1.20. In the absence of an active protocol Partner, this value may reflect the manually configured value aAggPortPartnerAdminState. This attribute value is read-only. |
| T/F dot3adAggPortAggregateOrIndividual | 1.2.840.10006.300.43.1.2.1.1.24 | TruthValue | read-only | A read-only Boolean value indicating whether the Aggregation Port is able to Aggregate ('TRUE') or is only able to operate as an Individual link ('FALSE'). |
| dot3adAggPortStatsTable | 1.2.840.10006.300.43.1.2.2 | not-accessible | A table that contains Link Aggregation information about every port that is associated with this device. A row appears in this table for each physical port. | |
| dot3adAggPortStatsEntry | 1.2.840.10006.300.43.1.2.2.1 | not-accessible | A list of Link Aggregation Control Protocol statistics for each port on this device. | |
| C32 dot3adAggPortStatsLACPDUsRx | 1.2.840.10006.300.43.1.2.2.1.1 | Counter32 | read-only | The number of valid LACPDUs received on this Aggregation Port. This value is read-only. |
| C32 dot3adAggPortStatsMarkerPDUsRx | 1.2.840.10006.300.43.1.2.2.1.2 | Counter32 | read-only | The number of valid Marker PDUs received on this Aggregation Port. This value is read-only. |
| C32 dot3adAggPortStatsMarkerResponsePDUsRx | 1.2.840.10006.300.43.1.2.2.1.3 | Counter32 | read-only | The number of valid Marker Response PDUs received on this Aggregation Port. This value is read-only. |
| C32 dot3adAggPortStatsUnknownRx | 1.2.840.10006.300.43.1.2.2.1.4 | Counter32 | read-only | The number of frames received that either: - carry the Slow Protocols Ethernet Type value (IEEE Std 802.3-2008, Annex 57A.4), but contain an unknown PDU, or: - are addressed to the Slow Protocols group MAC Address (IEEE Std 802.3-2008, Annex 57A.3), but do not carry the Slow Protocols Ethernet Type. This value is read-only. |
| C32 dot3adAggPortStatsIllegalRx | 1.2.840.10006.300.43.1.2.2.1.5 | Counter32 | read-only | The number of frames received that carry the Slow Protocols Ethernet Type value (IEEE Std 802.3-2008, Annex 57A.4), but contain a badly formed PDU or an illegal value of Protocol Subtype (IEEE Std 802.3-2008, Annex 57A.3). This value is read-only. |
| C32 dot3adAggPortStatsLACPDUsTx | 1.2.840.10006.300.43.1.2.2.1.6 | Counter32 | read-only | The number of LACPDUs transmitted on this Aggregation Port. This value is read-only. |
| C32 dot3adAggPortStatsMarkerPDUsTx | 1.2.840.10006.300.43.1.2.2.1.7 | Counter32 | read-only | The number of Marker PDUs transmitted on this Aggregation Port. This value is read-only. |
| C32 dot3adAggPortStatsMarkerResponsePDUsTx | 1.2.840.10006.300.43.1.2.2.1.8 | Counter32 | read-only | The number of Marker Response PDUs transmitted on this Aggregation Port. This value is read-only. |
| dot3adAggPortDebugTable | 1.2.840.10006.300.43.1.2.3 | not-accessible | A table that contains Link Aggregation debug information about every port that is associated with this device. A row appears in this table for each physical port. | |
| dot3adAggPortDebugEntry | 1.2.840.10006.300.43.1.2.3.1 | not-accessible | A list of the debug parameters for a port. | |
| INT dot3adAggPortDebugRxState | 1.2.840.10006.300.43.1.2.3.1.1 | INTEGER | read-only | This attribute holds the value 'currentRx' if the Receive state machine for the Aggregation Port is in the CURRENT state, 'expired' if the Receive state machine is in the EXPIRED state, 'defaulted' if the Receive state machine is in the DEFAULTED state, 'initialize' if the Receive state machine is in the INITIALIZE state, 'lacpDisabled' if the Receive state machine is in the LACP_DISABLED state, or 'portDisabled' if the Receive state machine is in the PORT_DISABLED state. This value is read-only. |
| TIK dot3adAggPortDebugLastRxTime | 1.2.840.10006.300.43.1.2.3.1.2 | TimeTicks | read-only | The time at which the last LACPDU was received by this Aggregation Port, in terms of centiseconds since the system was last reset. The ifLastChange object in the Interfaces MIB defined in IETF RFC 2863 is a suitable object for supplying a value for aAggPortDebugLastRxTime. This value is read-only. NOTE - aAggPortDebugLastRxTime was defined in terms of the aTimeSinceSystemReset variable of IEEE Std 802.3-2008, Annex F, F.2.1, in earlier versions of this standard. aTimeSinceSystemReset and ifLastChange have the same meaning. |
| INT dot3adAggPortDebugMuxState | 1.2.840.10006.300.43.1.2.3.1.3 | INTEGER | read-only | This attribute holds the value 'detached' if the Mux state machine (5.4.14) for the Aggregation Port is in the DETACHED state, 'waiting' if the Mux state machine is in the WAITING state, 'attached' if the Mux state machine for the Aggregation Port is in the ATTACHED state, 'collecting' if the Mux state machine for the Aggregation Port is in the COLLECTING state, 'distributing' if the Mux state machine for the Aggregation Port is in the DISTRIBUTING state, and 'collectingDistributing' if the Mux state machine for the Aggregation Port is in the COLLECTING_DISTRIBUTING state. This value is read-only. |
| STR dot3adAggPortDebugMuxReason | 1.2.840.10006.300.43.1.2.3.1.4 | DisplayString | read-only | A human-readable text string indicating the reason for the most recent change of Mux machine state. This value is read-only. |
| CHU dot3adAggPortDebugActorChurnState | 1.2.840.10006.300.43.1.2.3.1.5 | ChurnState | read-only | The state of the Actor Churn Detection machine (6.4.17) for the Aggregation Port. A value of 'noChurn' indicates that the state machine is in either the NO_ACTOR_CHURN or the ACTOR_CHURN_MONITOR state, and 'churn' indicates that the state machine is in the ACTOR_CHURN state. This value is read-only. |
| CHU dot3adAggPortDebugPartnerChurnState | 1.2.840.10006.300.43.1.2.3.1.6 | ChurnState | read-only | The state of the Partner Churn Detection machine (6.4.17) for the Aggregation Port. A value of 'noChurn' indicates that the state machine is in either the NO_PARTNER_CHURN or the PARTNER_CHURN_MONITOR state, and 'churn' indicates that the state machine is in the PARTNER_CHURN state. This value is read-only. |
| C32 dot3adAggPortDebugActorChurnCount | 1.2.840.10006.300.43.1.2.3.1.7 | Counter32 | read-only | Count of the number of times the Actor Churn state machine has entered the ACTOR_CHURN state. This value is read-only. |
| C32 dot3adAggPortDebugPartnerChurnCount | 1.2.840.10006.300.43.1.2.3.1.8 | Counter32 | read-only | Count of the number of times the Partner Churn state machine has entered the PARTNER_CHURN state. This value is read-only. |
| C32 dot3adAggPortDebugActorSyncTransitionCount | 1.2.840.10006.300.43.1.2.3.1.9 | Counter32 | read-only | Count of the number of times the Actor's Mux state machine (6.4.15) has entered the IN_SYNC state. This value is read-only. |
| C32 dot3adAggPortDebugPartnerSyncTransitionCount | 1.2.840.10006.300.43.1.2.3.1.10 | Counter32 | read-only | Count of the number of times the Partner's Mux state machine (6.4.15) has entered the IN_SYNC state. This value is read-only. |
| C32 dot3adAggPortDebugActorChangeCount | 1.2.840.10006.300.43.1.2.3.1.11 | Counter32 | read-only | Count of the number of times the Actor's perception of the LAG ID for this Aggregation Port has changed. This value is read-only. |
| C32 dot3adAggPortDebugPartnerChangeCount | 1.2.840.10006.300.43.1.2.3.1.12 | Counter32 | read-only | Count of the number of times the Partner's perception of the LAG ID (see 6.3.6.1) for this Aggregation Port has changed. This value is read-only. |
| dot3adAggPortXTable | 1.2.840.10006.300.43.1.2.4 | not-accessible | A table that extends dot3adAggPortTable. | |
| dot3adAggPortXEntry | 1.2.840.10006.300.43.1.2.4.1 | not-accessible | A list of extension parameters for Aggregation Port. | |
| MAC dot3adAggPortProtocolDA | 1.2.840.10006.300.43.1.2.4.1.1 | MacAddress | read-write | A 6-octet read-write MACAddress value specifying the DA to be used when sending Link Aggregation Control and Marker PDUs on this Aggregation Port, corresponding to the value of Protocol_DA in 6.2.8.1.2, 6.2.10.1.3 and 6.5.4.2.1. The default value shall be the IEEE 802.3 Slow_Protocols_Multicast address. |
| dot3adAggPortSecondXTable | 1.2.840.10006.300.43.1.2.5 | not-accessible | A table that extends dot3adAggPortTable. | |
| dot3adAggPortSecondXEntry | 1.2.840.10006.300.43.1.2.5.1 | not-accessible | A list of extension parameters for Aggregation Port. | |
| OCT dot3adAggPortOperConversationPasses | 1.2.840.10006.300.43.1.2.5.1.1 | OCTET STRING | read-only | A read-only current operational vector of Boolean values, with one value for each possible Port Conversation ID. A 1 indicates that the Port Conversation ID is distributed through this Aggregation Port, and a 0 indicates that it cannot. aAggPortOperConversationPasses is referencing the current value of Port_Oper_Conversation_Mask (6.6.2.2). |
| OCT dot3adAggPortOperConversationCollected | 1.2.840.10006.300.43.1.2.5.1.2 | OCTET STRING | read-only | A read-only current operational vector of Boolean values, with one value for each possible Port Conversation ID. A 1 indicates that the Port Conversation ID is collected through this Aggregation Port, and a 0 indicates that it cannot. aAggPortOperConversationPasses is referencing the current value of Collection_Conversation_Mask (6.6.1.1.2). |
| I32 dot3adAggPortLinkNumberId | 1.2.840.10006.300.43.1.2.5.1.3 | Integer32 | read-write | The Link Number ID value configured for this Aggregation Port by the System's administrator. When the Link Number ID value matches one of the non zero values in the selection prioritized lists in aAggConversationAdminLink[] (7.3.1.1.35), then this Aggregation Port must be configured to have an aAggPortActorAdminKey value that matches the aAggActorAdminKey of the Aggregator used by the LAG of the links specified in aAggConversationAdminLink[]. Its default value is set to aAggPortActorPort (7.3.2.1.14). NOTE - In the case of DRNI, the match of the aAggActorAdminKey to aAggPortActorAdminKey values excludes the first two bits identifying the individual Portal System in the Portal. If the network administrator fails to configure the proper values for the aAggPortActorAdminKey variables in all of the Aggregators Ports attached to a Portal, the DRCP (9.4) and the variable Port_Oper_Conversation_Mask (6.6.2.2) prevent looping and/or duplicate delivery, if necessary, by discarding frames belonging to misconfigured Conversations. |
| I32 dot3adAggPortPartnerAdminLinkNumberId | 1.2.840.10006.300.43.1.2.5.1.4 | Integer32 | read-write | The value for the Link Number ID of the Partner System for this Aggregation Port, assigned by administrator or System policy for use when the Partner's information is unknown. Its default value is set to 0. |
| I32 dot3adAggPortWTRTime | 1.2.840.10006.300.43.1.2.5.1.5 | Integer32 | read-write | The wait-to-restore (WTR) period accompanying selection rules set by aAggConversationAdminLink[] in a command issued by a network administrator. It may be configured in steps of 1 min between 5 min and 12 min, while two additional special values are also used. The value 0 indicates revertive and is the default value. The value 100 indicates non-revertive mode of operation, and the WTR_timer will be kept to the value 100. |
| T/F dot3adAggPortEnableLongPDUXmit | 1.2.840.10006.300.43.1.2.5.1.6 | TruthValue | read-write | A read-write Boolean value indicating whether the Aggregation Port is able to transmit LACPDUs longer than 110 octets ('TRUE') or is only able to transmit fixed size 110 octet LACPDUs ('FALSE'). Its default value is 'TRUE'. |
| dot3adAggPortDebugXTable | 1.2.840.10006.300.43.1.2.6 | not-accessible | A table that extends dot3adAggPortDebugTable. | |
| dot3adAggPortDebugXEntry | 1.2.840.10006.300.43.1.2.6.1 | not-accessible | A list of extension parameters for the LACP Port Debug table. | |
| CHU dot3adAggPortDebugActorCDSChurnState | 1.2.840.10006.300.43.1.2.6.1.1 | ChurnState | read-only | This managed object is applicable only when Conversation-sensitive frame collection and distribution as specified in 6.6 is supported. The state of the Actor CDS Churn Detection machine (6.6.2.7) for the Aggregation Port. A value of 'noChurn' indicates that the state machine is in either the NO_ACTOR_CDS_CHURN or the ACTOR_CHURN_CDS_MONITOR state, and 'churn' indicates that the state machine is in the ACTOR_CDS_CHURN state. This value is read-only. |
| CHU dot3adAggPortDebugPartnerCDSChurnState | 1.2.840.10006.300.43.1.2.6.1.2 | ChurnState | read-only | This managed object is applicable only when Conversation-sensitive frame collection and distribution as specified in 6.6 is supported. The state of the Partner CDS Churn Detection machine (6.6.2.7) for the Aggregation Port. A value of 'noChurn' indicates that the state machine is in either the NO_PARTNER_CDS_CHURN or the PARTNER_CDS_CHURN_MONITOR state, and 'churn' indicates that the state machine is in the PARTNER_CDSCHURN state. This value is read-only. |
| C64 dot3adAggPortDebugActorCDSChurnCount | 1.2.840.10006.300.43.1.2.6.1.3 | Counter64 | read-only | This managed object is applicable only when Conversation-sensitive frame collection and distribution as specified in 6.6 is supported. Count of the number of times the Actor CDS Churn state machine has entered the ACTOR_CDS_CHURN state. This value is read-only. |
| C64 dot3adAggPortDebugPartnerCDSChurnCount | 1.2.840.10006.300.43.1.2.6.1.4 | Counter64 | read-only | This managed object is applicable only when Conversation-sensitive frame collection and distribution as specified in 6.6 is supported. Count of the number of times the Partner CDS Churn state machine has entered the PARTNER_CDS_CHURN state. This value is read-only. |
| TIK dot3adTablesLastChanged | 1.2.840.10006.300.43.1.3 | TimeTicks | read-only | This object indicates the time of the most recent change to the dot3adAggTable, dot3adAggPortTable, dot3adDrniTable and dot3adIPPAttributeTable. |
| dot3adDrni | 1.2.840.10006.300.43.1.4 | |||
| dot3adDrniTable | 1.2.840.10006.300.43.1.4.1 | not-accessible | A table that contains information about every DRNI that is associated with this System. | |
| dot3adDrniEntry | 1.2.840.10006.300.43.1.4.1.1 | not-accessible | A list of the DRNI parameters. This is indexed by the DRNI Portal ID. | |
| NUM dot3adDrniIndex | 1.2.840.10006.300.43.1.4.1.1.1 | InterfaceIndex | not-accessible | The unique identifier allocated to this Distributed Relay by the local System. This attribute identifies a Distributed Relay instance among the subordinate managed objects of the containing object. This value is read-only. NOTE - The aDrniID is represented in the SMIv2 MIB as an ifIndex-see D.5. |
| STR dot3adDrniDescription | 1.2.840.10006.300.43.1.4.1.1.2 | SnmpAdminString | read-only | A human-readable text string containing information about the Distribute Relay. This string is read-only. The contents are vendor specific. |
| STR dot3adDrniName | 1.2.840.10006.300.43.1.4.1.1.3 | SnmpAdminString | read-write | A human-readable text string containing a locally significant name for the Distributed Relay. This string is read-write. |
| MAC dot3adDrniPortalAddr | 1.2.840.10006.300.43.1.4.1.1.4 | MacAddress | read-write | A read-write identifier of a particular Portal. aDrniPortalAddr has to be unique among at least all of the potential Portal Systems to which a given Portal System might be attached via an IPL Intra-Portal Link. Also used as the Actor's System ID (6.3.2) for the emulated system. |
| I32 dot3adDrniPortalPriority | 1.2.840.10006.300.43.1.4.1.1.5 | Integer32 | read-write | A 2-octet read-write value indicating the priority value associated with the Portal's System ID. Also used as the Actor's System Priority (6.3.2) for the emulated system. |
| T/F dot3adDrniThreePortalSystem | 1.2.840.10006.300.43.1.4.1.1.6 | TruthValue | read-write | A read-write Boolean value indicating whether this Portal System is part of a Portal consisting of three Portal Systems or not. Value 1 stands for a Portal of three Portal Systems, value 0 stands for a Portal of two Portal Systems. The default value is 0. |
| I32 dot3adDrniPortalSystemNumber | 1.2.840.10006.300.43.1.4.1.1.7 | Integer32 | read-write | A read-write identifier of this particular Portal System within a Portal. It is the responsibility of the network administrator to ensure that these numbers are unique among the Portal Systems with the same aDrniPortalAddr (7.4.1.1.4). |
| POR dot3adDrniIntraPortalLinkList | 1.2.840.10006.300.43.1.4.1.1.8 | PortalLinkList | read-write | Read-write list of the Interface Identifiers of the Ports to the Intra-Portal Links assigned to this Distributed Relay. Each Interface Identifier, a Port ID (6.3.4), has the two least significant bits of its Port Priority (7.3.2.1.15) configured to match the Portal System Number of the attached Portal System. The number of IPLs in the list depends on the Portal topology. For a Portal of three Portal Systems two or three IPLs can be used, for a Portal of two Portal Systems a single IPL is required and for a single Portal System no IPL is required. |
| NUM dot3adDrniAggregator | 1.2.840.10006.300.43.1.4.1.1.9 | InterfaceIndex | read-write | An INTEGER that matches the syntax of an Interface Identifier. Read-write Interface Identifier of the Aggregator Port assigned to this Distributed Relay. |
| OCT dot3adDrniNeighborAdminConvGatewayListDigest | 1.2.840.10006.300.43.1.4.1.1.10 | OCTET STRING | read-write | The value for the digest of the prioritized Gateway Conversation ID-to-Gateway assignments of the Neighbor Portal System, assigned by administrator or System policy for use when the Neighbor Portal System's information is unknown. Its default value is set to NULL. |
| OCT dot3adDrniNeighborAdminConvPortListDigest | 1.2.840.10006.300.43.1.4.1.1.11 | OCTET STRING | read-write | The value for the digest of the prioritized Port Conversation ID-to-Aggregation Port assignments of the Neighbor Portal System, assigned by administrator or System policy for use when the Neighbor Portal System's information is unknown. Its default value is set to NULL. |
| OCT dot3adDrniGatewayAlgorithm | 1.2.840.10006.300.43.1.4.1.1.12 | OCTET STRING | read-write | This object identifies the algorithm used by the DR Function to assign frames to a Gateway Conversation ID. Table 9-7 provides the IEEE 802.1 OUI (00-80-C2) Gateway Algorithm encodings. A SEQUENCE OF OCTETS consisting of an OUI or CID and one following octet. |
| OCT dot3adDrniNeighborAdminGatewayAlgorithm | 1.2.840.10006.300.43.1.4.1.1.13 | OCTET STRING | read-write | This object identifies the value for the Gateway algorithm of the Neighbor Portal System, assigned by administrator or System policy for use when the Neighbor Portal System's information is unknown. Table 9-7 provides the IEEE 802.1 OUI (00-80-C2) Gateway Algorithm encodings. Its default value is set to NULL. A SEQUENCE OF OCTETS consisting of a 3-octet OUI or CID and one following octet. |
| OCT dot3adDrniNeighborAdminPortAlgorithm | 1.2.840.10006.300.43.1.4.1.1.14 | OCTET STRING | read-write | This object identifies the value for the Port Algorithm of the Neighbor Portal System, assigned by administrator or System policy for use when the Neighbor Portal System's information is unknown. Table 6-4 provides the IEEE 802.1 OUI (00-80-C2) Port Algorithm encodings. Its default value is set to NULL. A SEQUENCE OF OCTETS consisting of a 3-octet OUI or CID and one following octet. |
| DRC dot3adDrniNeighborAdminDRCPState | 1.2.840.10006.300.43.1.4.1.1.15 | DrcpState | read-write | A string of 8 bits, corresponding to the administrative values of DRCP_State [item s) in 9.4.3.2] as transmitted by this Portal System in DRCPDUs. The first bit corresponds to bit 0 of DRCP_State (HomeGateway), the second bit corresponds to bit 1 (NeighborGateway), the third bit corresponds to bit 2 (OtherGateway), the fourth bit corresponds to bit 3 (IppActivity), the fifth bit corresponds to bit 4 (Timeout), the sixth bit corresponds to bit 5 (GatewaySync), the seventh bit corresponds to bit 6 (PortSync), and the eighth bit corresponds to bit 7 (Expired). These values allow administrative control over the values of HomeGateway, NeighborGateway, OtherGateway, IppActivity, and Timeout. Their values are by default set to FALSE. This attribute value is read-write. |
| OCT dot3adDrniEncapsulationMethod | 1.2.840.10006.300.43.1.4.1.1.16 | OCTET STRING | read-write | This managed object is applicable only when Network / IPL sharing by time (9.3.2.1) or Network / IPL sharing by tag (9.3.2.2) or Network / IPL sharing by encapsulation (9.3.2.3) is supported. The object identifies the value representing the encapsulation method that is used to transport IPL frames to the Neighbor Portal System when the IPL and network link are sharing the same physical link. It consists of the 3-octet OUI or CID identifying the organization that is responsible for this encapsulation and one following octet used to identify the encapsulation method defined by that organization. Table 9-11 provides the IEEE 802.1 OUI (00-80-C2) encapsulation method encodings. A Default value of 0x00-80-C2-00 indicates that the IPL is using a separate physical or Aggregation link. A value of 1 indicates that Network / IPL sharing by time (9.3.2.1) is used. A value of 2 indicates that the encapsulation method used is the same as the one used by network frames and that Network / IPL sharing by tag (9.3.2.2) is used. |
| OCT dot3adDrniDRPortConversationPasses | 1.2.840.10006.300.43.1.4.1.1.17 | OCTET STRING | read-only | A read-only current operational vector of Boolean values, with one value for each possible Port Conversation ID. A 1 indicates that the Port Conversation ID is allowed to be distributed through this DR Function's Aggregator, and a 0 indicates that it cannot. aDrniDRPortConversationPasses is referencing the current value of Drni_Portal_System_Port_Conversation (9.3.4.2). |
| OCT dot3adDrniDRGatewayConversationPasses | 1.2.840.10006.300.43.1.4.1.1.18 | OCTET STRING | read-only | A read-only current operational vector of Boolean values, with one value for each possible Gateway Conversation ID. A 1 indicates that the Gateway Conversation ID is allowed to pass through this DR Function's Gateway, and a 0 indicates that it cannot. aDrniDRGatewayConversationPasses is referencing the current value of Drni_Portal_System_Gateway_Conversation (9.3.4.2). |
| T/F dot3adDrniPSI | 1.2.840.10006.300.43.1.4.1.1.19 | TruthValue | read-only | A read-only Boolean value providing the value of PSI, which indicates whether this Portal System is isolated from the other Portal Systems within the same Portal ('TRUE') or not ('FALSE'). |
| T/F dot3adDrniPortConversationControl | 1.2.840.10006.300.43.1.4.1.1.20 | TruthValue | read-write | A read-write Boolean value that controls the operation of the updateDRFHomeState (9.4.11). When set to 'TRUE' the Home Gateway Vector is set equal to Drni_Portal_System_Port_Conversation. Setting this object to 'TRUE' is only possible when the Gateway algorithm and the Port algorithm use the same distributions methods. The default is 'FALSE', indicating that the Home Gateway Vector is controlled by the network control protocol. |
| MAC dot3adDrniIntraPortalPortProtocolDA | 1.2.840.10006.300.43.1.4.1.1.21 | MacAddress | read-write | A 6-octet read-write MAC Address value specifying the destination address to be used when sending DRCPDUs, corresponding to the value of DRCP_Protocol_DA in 9.4.4.1.3. Its values is one of the addresses selected from Table 9-4 and its default shall be the IEEE 802.1 Nearest non-TPMR Bridge group address (01-80-C2-00-00-03). |
| dot3adDrniConvAdminGatewayTable | 1.2.840.10006.300.43.1.4.2 | not-accessible | There are 4096 aDrniConvAdminGateway[] variables, aDrniConvAdminGateway[0] through aDrniConvAdminGateway[4095], indexed by Gateway Conversation ID. Each contains administrative values of the Gateway selection priority list for the Distributed Relay for the referenced Gateway Conversation ID. This selection priority list, a sequence of integers for each Gateway Conversation ID, is a list of Portal System Numbers in the order of preference, highest to lowest, for the corresponding preferred Portal System's Gateway to carry that Conversation. NOTE - To the extent that the network administrator fails to configure the same values for the aDrniConvAdminGateway[] variables in all of the DR Functions of a Portal, frames can be misdirected. The DRCP (9.4) detects such misconfiguration. | |
| dot3adDrniConvAdminGatewayEntry | 1.2.840.10006.300.43.1.4.2.1 | not-accessible | A Gateway selection priority list for the Distributed Relay for the referenced Gateway Conversation ID. This selection priority list, a sequence of integers for each Gateway Conversation ID, is a list of Portal System Numbers in the order of preference, highest to lowest, for the corresponding preferred Portal System's Gateway to carry that Conversation. | |
| I32 dot3adDrniGatewayConversationID | 1.2.840.10006.300.43.1.4.2.1.1 | Integer32 | not-accessible | An identifer for a Gateway Conversation. |
| DRN dot3adDrniConvAdminGatewayList | 1.2.840.10006.300.43.1.4.2.1.2 | DrniConvAdminGatewayList | read-write | Priority list of Portal System Numbers in order of preference from highest to lowest. |
| dot3adDrniIPLEncapMapTable | 1.2.840.10006.300.43.1.4.3 | not-accessible | This managed object is applicable only when Network / IPL sharing by tag (9.3.2.2) or Network / IPL sharing by encapsulation (9.3.2.3) is supported. Each entry represents the value of the identifier used for an IPL frame associated with that Gateway Conversation ID for the encapsulation method specified in 7.4.1.1.17. | |
| dot3adDrniIPLEncapMapEntry | 1.2.840.10006.300.43.1.4.3.1 | not-accessible | An entry represents the value of the identifier used for an IPL frame associated with that Gateway Conversation ID for the encapsulation method specified in 7.4.1.1.17. | |
| I32 dot3adDrniIPLFrameIdValue | 1.2.840.10006.300.43.1.4.3.1.2 | Integer32 | read-write | The value of the identifier used for an IPL frame associated with that Gateway Conversation ID for the encapsulation method. |
| dot3adDrniNetEncapMapTable | 1.2.840.10006.300.43.1.4.4 | not-accessible | This managed object is applicable only when Network / IPL sharing by tag (9.3.2.2) is supported. Each entry represents the translated value of the identifier used for a network frame associated with that Gateway Conversation ID when the method specified in 7.4.1.1.17 is the Network / IPL sharing by tag method specified in 9.3.2.2 and the network frames need to share the tag space used by IPL frames. | |
| dot3adDrniNetEncapMapEntry | 1.2.840.10006.300.43.1.4.4.1 | not-accessible | An entry represents the translated value of the identifier used for a network frame associated with that Gateway Conversation ID when the method specified in 7.4.1.1.12 is the Network / IPL sharing by tag method specified in 9.3.2.2 and the network frames need to share the tag space used by IPL frames. | |
| I32 dot3adDrniNetFrameIdValue | 1.2.840.10006.300.43.1.4.4.1.1 | Integer32 | read-write | The translated value of the identifier used for a network frame associated that Gateway Conversation ID. |
| dot3adIPP | 1.2.840.10006.300.43.1.5 | |||
| dot3adIPPAttributeTable | 1.2.840.10006.300.43.1.5.1 | not-accessible | A table that contains information about every IPP that is associated with this System. | |
| dot3adIPPAttributeEntry | 1.2.840.10006.300.43.1.5.1.1 | not-accessible | An entry containing Attributes for an IPP. | |
| NUM dot3adIPPIndex | 1.2.840.10006.300.43.1.5.1.1.1 | InterfaceIndex | not-accessible | The unique identifier allocated to this IPP by the local Portal System. This attribute identifies an IPP instance among the subordinate managed objects of the containing object. This value is read-only. NOTE-The aIPPID is represented in the SMIv2 MIB as an ifIndex-see D.5. |
| OCT dot3adIPPPortConversationPasses | 1.2.840.10006.300.43.1.5.1.1.2 | OCTET STRING | read-only | A read-only current operational vector of Boolean values, with one value for each possible Port Conversation ID. A 1 indicates that the Port Conversation ID is allowed to be transmitted through this IPP Intra-Portal Port, and a 0 indicates that it cannot. aDrniIPPPortConversationPasses is referencing the current value of Ipp_Port_Conversation_Passes (9.3.4.3). |
| OCT dot3adIPPGatewayConversationDirection | 1.2.840.10006.300.43.1.5.1.1.3 | OCTET STRING | read-only | A read-only current operational vector of Boolean values, with one value for each possible Gateway Conversation ID. A 1 indicates that the Gateway Conversation ID is assigned to Gateways reachable through this IPP Intra-Portal Port, and a 0 indicates that the Gateway for the indexed Gateway Conversation ID is not reachable through this IPP Intra-Portal Port. aIPPGatewayConversationDirection is referencing the current value of Ipp_Gateway_Conversation_Direction (9.3.4.3). |
| AGG dot3adIPPAdminState | 1.2.840.10006.300.43.1.5.1.1.4 | AggState | read-write | This read-write value defines the administrative state of the IPP. A value of 'up' indicates that the operational state of the IPP (aIPPOperState) is permitted to be either up or down. A value of 'down' forces the operational state of the IPP to be down. A GET operation returns the current administrative state. A SET operation changes the administrative state to a new value. |
| AGG dot3adIPPOperState | 1.2.840.10006.300.43.1.5.1.1.5 | AggState | read-only | This read-only value defines the operational state of the IPP. The operational state is 'up' if the IPL is operational, and if the value of aIPPAdminState for the IPP is also 'up'. If the IPL is not operational, or if the administrative state of the IPP (aIPPAdminState) is 'down', then the operational state is 'down.' An operational state of 'up' indicates that the IPP is available for use by the DR Function; a value of 'down' indicates that the IPP is not available for use by the DR Function. |
| I32 dot3adIPPTimeOfLastOperChange | 1.2.840.10006.300.43.1.5.1.1.6 | Integer32 | read-only | The time at which the interface entered its current operational state, in terms of centiseconds since the system was last reset. If the current state was entered prior to the last reinitialization of the local network management subsystem, then this object contains a value of zero. The ifLastChange object in the Interfaces MIB defined in IETF RFC 2863 is a suitable object for supplying a value for aIPPTimeOfLastOperChange. This value is read-only. |
| dot3adIPPStatsTable | 1.2.840.10006.300.43.1.5.2 | not-accessible | A table that contains information for IPP statistics. A row appears in this table for each IPP in the system. | |
| dot3adIPPStatsEntry | 1.2.840.10006.300.43.1.5.2.1 | not-accessible | An entry containing Statistics for an IPP. | |
| C64 dot3adIPPStatsDRCPDUsRx | 1.2.840.10006.300.43.1.5.2.1.1 | Counter64 | read-only | The number of valid DRCPDUs received on this IPP. This value is read-only. |
| C64 dot3adIPPStatsIllegalRx | 1.2.840.10006.300.43.1.5.2.1.2 | Counter64 | read-only | The number of frames received that carry the DRCP Ethernet Type value (9.4.2.4), but contain a badly formed PDU. This value is read-only. |
| C64 dot3adIPPStatsDRCPDUsTx | 1.2.840.10006.300.43.1.5.2.1.3 | Counter64 | read-only | The number of DRCPDUs transmitted on this IPP. This value is read-only. |
| dot3adIPPDebugTable | 1.2.840.10006.300.43.1.5.3 | not-accessible | A table that contains IPP debug information. A row appears in this table for each IPP in the system. | |
| dot3adIPPDebugEntry | 1.2.840.10006.300.43.1.5.3.1 | not-accessible | An entry containing Debug Information for an IPP. | |
| INT dot3adIPPDebugDRCPRxState | 1.2.840.10006.300.43.1.5.3.1.1 | INTEGER | read-only | This attribute holds the value 'current' if the DRCPDU Receive state machine for the IPP is in the CURRENT state, 'expired' if the DRCPDU Receive state machine is in the EXPIRED state, 'defaulted' if the DRCPDU Receive state machine is in the DEFAULTED state, 'initialize' if the DRCPDU Receive state machine is in the INITIALIZE state, or 'reportToManagement' if the Receive state machine is in the REPORT_TO_MANAGEMENT state. This value is read-only. |
| TIK dot3adIPPDebugLastRxTime | 1.2.840.10006.300.43.1.5.3.1.2 | TimeTicks | read-only | The time at which the last DRCPDU was received by this IPP, in terms of centiseconds since the system was last reset. The ifLastChange object in the Interfaces MIB defined in IETF RFC 2863 is a suitable object for supplying a value for aDrniIPPDebugLastRxTime. This value is read-only. |
| STR dot3adIPPDebugDifferPortalReason | 1.2.840.10006.300.43.1.5.3.1.3 | SnmpAdminString | read-only | A human-readable text string indicating the most recent set of variables that are responsible for setting the variable Differ_Portal or Differ_Conf_Portal (9.4.8) on this IPP to TRUE. This value is read-only. |
| dot3adAggConformance | 1.2.840.10006.300.43.2 | |||
| dot3adAggGroups | 1.2.840.10006.300.43.2.1 | |||
| dot3adAggGroup | 1.2.840.10006.300.43.2.1.1 | A collection of objects providing information about an aggregation. | ||
| dot3adAggPortListGroup | 1.2.840.10006.300.43.2.1.2 | A collection of objects providing information about every port in an aggregation. | ||
| dot3adAggPortGroup | 1.2.840.10006.300.43.2.1.3 | A collection of objects providing information about every port in an aggregation. | ||
| dot3adAggPortStatsGroup | 1.2.840.10006.300.43.2.1.4 | A collection of objects providing information about every port in an aggregation. | ||
| dot3adAggPortDebugGroup | 1.2.840.10006.300.43.2.1.5 | A collection of objects providing debug information about every aggregated port. | ||
| dot3adTablesLastChangedGroup | 1.2.840.10006.300.43.2.1.6 | A collection of objects providing information about the time of changes to the configuration of aggregations and their ports. | ||
| dot3adAggPortProtocolDAGroup | 1.2.840.10006.300.43.2.1.7 | A collection of objects providing information about the protocol destination address in use for ports in an aggregation. | ||
| dot3adAggNotificationGroup | 1.2.840.10006.300.43.2.1.8 | A collection of notifications providing information about the aggregation. | ||
| dot3adAggXGroup | 1.2.840.10006.300.43.2.1.9 | A collection of extension entries providing information on an aggregation. | ||
| dot3adAggRecommendedGroup | 1.2.840.10006.300.43.2.1.10 | A collection of recommended objects providing information about an aggregation. | ||
| dot3adAggOptionalGroup | 1.2.840.10006.300.43.2.1.11 | A collection of optional objects providing information about an aggregation. | ||
| dot3adPerServiceFrameDistGroup | 1.2.840.10006.300.43.2.1.12 | A collection of objects providing information about Per-Service Frame Distribution. Replaced by dot3adPerServiceFrameDistGroup2. | ||
| dot3adAggPortDebugXGroup | 1.2.840.10006.300.43.2.1.13 | A collection of objects extending aggregator port debug. | ||
| dot3adDrniGroup | 1.2.840.10006.300.43.2.1.14 | A collection of objects providing information about DRNI. | ||
| dot3adIPPGroup | 1.2.840.10006.300.43.2.1.15 | A collection of objects providing IPP information. | ||
| dot3adIPPStatsGroup | 1.2.840.10006.300.43.2.1.16 | A collection of objects providing IPP statistics information. | ||
| dot3adIPPDebugGroup | 1.2.840.10006.300.43.2.1.17 | A collection of objects providing IPP debug information. | ||
| dot3adPerServiceFrameDistGroup2 | 1.2.840.10006.300.43.2.1.18 | A collection of objects providing information about Per-Service Frame Distribution. | ||
| dot3adAggCompliances | 1.2.840.10006.300.43.2.2 | |||
| dot3adAggCompliance | 1.2.840.10006.300.43.2.2.1 | The compliance statement for device support of Link Aggregation. Replaced by dot3adAggCompliance2. | ||
| dot3adAggCompliance2 | 1.2.840.10006.300.43.2.2.2 | The compliance statement for device support of Link Aggregation. |
RFC description
IEEE 802.3 Link Aggregation Control MIB (RFC 3580) for link aggregation groups.
Start monitoring Vendor-neutral IEEE 802.3ad/802.1AX standard (switches/routers supporting LACP) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.