HUAWEI-LACP-MIB: View SNMP OID List / Download MIB
VENDOR: HUAWEI
Home | MIB: HUAWEI-LACP-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
hwLacpExt | 1.3.6.1.4.1.2011.5.102 |
This mib module defines the Link Aggregation Control Protocol (LACP) MIB objects. LACP is the control protocol for implementing the link aggregation in the IEEE 802.3ad standard. By using this protocol, the ports between devices are automatically aggregated, port failure detection at layer 2 is performed, line aggregation protocol control is performed, and protection switchover function is triggered. |
||
hwLacpMibObjects | 1.3.6.1.4.1.2011.5.102.1 | |||
hwAggLinkTable | 1.3.6.1.4.1.2011.5.102.1.1 | no-access |
Describes the configuration of static LAGs. The index of this table is hwAggLinkNumber. |
|
1.3.6.1.4.1.2011.5.102.1.1.1 | no-access |
Describes the configuration of static LAGs. The index of this entry is hwAggLinkNumber. |
||
hwAggLinkNumber | 1.3.6.1.4.1.2011.5.102.1.1.1.1 | integer32 | no-access |
Indicates the index of each LAG. The index uniquely identifies an LAG and equals the ifindex value of the master port. |
hwAggLinkName | 1.3.6.1.4.1.2011.5.102.1.1.1.2 | octet string | read-only |
The name of an aggregation group |
hwAggLinkMode | 1.3.6.1.4.1.2011.5.102.1.1.1.3 | integer | read-only |
Type of aggregation. 1 => Manual aggregation, no LACP 2 => Membership specified by user, LACP is used to validate 3 => Completely dynamic aggregation detected by LACP Options: 1. manual(1) -indicates the type of aggregation is manual 2. static(2) -indicates the type of aggregation is static 3. dynamic(3) -indicates the type of aggregation is dynamic Enumeration: 'manual': 1, 'static': 2, 'dynamic': 3. |
hwAggLinkPortList | 1.3.6.1.4.1.2011.5.102.1.1.1.4 | integer32 | read-only |
List of ports in this AL, by bridge port number. If the type is manual or static, you can update this list to your hearts content. If, however, the AL is dynamic, then the system will maintain it. You are NOT permitted to set the value of this to all zeroes. |
hwAggLinkState | 1.3.6.1.4.1.2011.5.102.1.1.1.5 | rowstatus | read-only |
RowStatus |
hwAggPortListSelectedPorts | 1.3.6.1.4.1.2011.5.102.1.1.1.6 | integer32 | read-only |
A PortList of physical ports that have selected to this aggregator, but which have not yet attached. |
hwAggPortListSamePartnerPorts | 1.3.6.1.4.1.2011.5.102.1.1.1.7 | integer32 | read-only |
PortList of physical ports that the same Actor SystemID and partner systemID as this aggregator, but have differing actor and partner keys. |
hwAggLinkShareType | 1.3.6.1.4.1.2011.5.102.1.1.1.8 | integer | read-only |
Indicates the load sharing type of links. Options: 1. loadSharing(1) -indicates sharing the link load 2. nonLoadSharing(2) -indicates not sharing the link load Currently, the system supports only loadsharing(1). Enumeration: 'nonLoadSharing': 2, 'loadSharing': 1. |
hwAggLinkProtectType | 1.3.6.1.4.1.2011.5.102.1.1.1.9 | integer | read-only |
Indicates the protection type of links. Options: 1. backupProtect(1) -indicates the backup aggregation protection 2. nonBackupProtect(2) -indicates the non-backup aggregation protection Enumeration: 'nonBackupProtect': 2, 'backupProtect': 1. |
hwAggLinkSelectPorts | 1.3.6.1.4.1.2011.5.102.1.1.1.10 | integer32 | read-only |
Indicates the number of selected ports in the LAG. |
hwAggLinkUnselectPorts | 1.3.6.1.4.1.2011.5.102.1.1.1.11 | integer32 | read-only |
Indicates the number of unselected ports in the LAG. |
hwAggLinkMasterPort | 1.3.6.1.4.1.2011.5.102.1.1.1.12 | integer32 | read-only |
Indicates the ifindex of the master port in the LAG. |
hwAggPortTable | 1.3.6.1.4.1.2011.5.102.1.2 | no-access |
Describes the configuration of the ports in static LAGs. The index of this table is hwAggPortIndex. |
|
1.3.6.1.4.1.2011.5.102.1.2.1 | no-access |
Describes the configuration of the ports in static LAGs. The index of this entry is hwAggPortIndex. |
||
hwAggPortIndex | 1.3.6.1.4.1.2011.5.102.1.2.1.1 | gauge32 | no-access |
Indicates the index of the port in an LAG. The index uniquely identifies a port in an LAG and equals the ifIndex value of the port. |
hwAggPortNotAttachedReason | 1.3.6.1.4.1.2011.5.102.1.2.1.2 | integer32 | read-write |
Indicates why this port is selected for an aggregator but not attached,-- 1 - all active ports are already in-use for this aggregator.-- 2 - all aggregation resources are already being used.-- 3 - the port's configuration is not appropriate. -- 4 - the port's partner is not appropriate |
hwAggPortLacpState | 1.3.6.1.4.1.2011.5.102.1.2.1.3 | truthvalue | read-write |
Control lacp enable or disable |
hwAggPortNotAttachedString | 1.3.6.1.4.1.2011.5.102.1.2.1.4 | displaystring | read-write |
Indicates why this port is selected for an aggregator but not attached |
hwAggPortRole | 1.3.6.1.4.1.2011.5.102.1.2.1.5 | integer | read-only |
Indicates the port role. Options: 1. selected(1) -indicates the port is selected 2. unselected(2) -indicates the port is not selected Enumeration: 'selected': 1, 'unselected': 2. |
hwAggPortType | 1.3.6.1.4.1.2011.5.102.1.2.1.6 | integer | read-only |
Indicates the port type. Options: 1. mastPort(1) -indicates the port is a primary port 2. nonMastPort(2) -indicates the port is a secondary port Enumeration: 'nonMastPort': 2, 'mastPort': 1. |
hwAggPortStatus | 1.3.6.1.4.1.2011.5.102.1.2.1.7 | integer | read-only |
Indicates the port status. Options: 1. fowarding(1) -indicates packets on the port can be forwarded 2. block(2) -indicates the port is blocked Enumeration: 'fowarding': 1, 'block': 2. |
hwAggResourceAllocationValue | 1.3.6.1.4.1.2011.5.102.1.3 | integer32 | read-only |
The priority value calculated to decide which aggregations have first call on the load-sharing aggregation resources in the hardware. DEFVAL { 0 } |
hwAggShortPeriod | 1.3.6.1.4.1.2011.5.102.1.4 | integer32 | read-write |
Indicates the value of the short period for link aggregation. Range: 0-10 Default: 1 Unit: second When set to 0, the short period is restored to the default value. |
hwAggLongPeriod | 1.3.6.1.4.1.2011.5.102.1.5 | integer32 | read-write |
Indicates the value of the long period for link aggregation. Range: 0, 20-40 Default: 30 Unit: second When set to 0, the long period is restored to the default value. |
hwAggPreempt | 1.3.6.1.4.1.2011.5.102.1.6 | integer | read-write |
This object enables/disables LACP priority preemption function. Options: 1. enable(1) -indicates the LACP priority preemption function is enable 2. disable(2) -indicates the LACP priority preemption function is disable Default: disable(2) Enumeration: 'enable': 1, 'disable': 2. |
hwLacpMibNotifications | 1.3.6.1.4.1.2011.5.102.2 | |||
hwAggSpeedChangedNotification | 1.3.6.1.4.1.2011.5.102.2.1 |
This event will be triggered whenever an aggregation changes its speed. |
||
hwAggPortInactiveNotification | 1.3.6.1.4.1.2011.5.102.2.4 |
This event will be triggered whenever any port in aggregator is made inactive |
||
hwLacpMibConformance | 1.3.6.1.4.1.2011.5.102.4 | |||
hwLacpMibCompliances | 1.3.6.1.4.1.2011.5.102.4.1 | |||
hwLacpMibCompliance | 1.3.6.1.4.1.2011.5.102.4.1.1 |
The compliance statement for SNMP entities which implement the Lacp MIB. |
||
hwLacpMibGroup | 1.3.6.1.4.1.2011.5.102.4.2 | |||
hwLacpMibObjectGroup | 1.3.6.1.4.1.2011.5.102.4.2.1 |
The collection of objects which are used to represent Lacp objects. |
||
hwLacpMibNotificationGroup | 1.3.6.1.4.1.2011.5.102.4.2.2 |
The collection of objects which are used to represent notifications. |
||
hwLacpTrapsVbOids | 1.3.6.1.4.1.2011.5.102.5 | |||
hwOldUpLinkMACAddress | 1.3.6.1.4.1.2011.5.102.5.1 | macaddress | no-access |
Indicates the old up link mac-address. |
hwNewUpLinkMACAddress | 1.3.6.1.4.1.2011.5.102.5.2 | macaddress | no-access |
Indicates the new up link mac-address. |
hwAggLinkGroupID | 1.3.6.1.4.1.2011.5.102.5.3 | integer32 | no-access |
Indicates the aggregation link group ID. |
hwLacpTraps | 1.3.6.1.4.1.2011.5.102.6 | |||
hwLacpAlarmTraps | 1.3.6.1.4.1.2011.5.102.6.1 | |||
hwLacpAlarmTrapsPrefix | 1.3.6.1.4.1.2011.5.102.6.1.0 | |||
hwLacpPortLinkFaultTrap | 1.3.6.1.4.1.2011.5.102.6.1.0.1 |
The SNMP trap that is generated when LACP link is faulty. |
||
hwLacpPortLinkRecoverTrap | 1.3.6.1.4.1.2011.5.102.6.1.0.2 |
The SNMP trap that is generated when the port receives the LACP packet normally. |
||
hwLacpGroupMacChangeTrap | 1.3.6.1.4.1.2011.5.102.6.1.0.3 |
The SNMP trap that is generated when LACP up link switch over. |
||
hwLacpCommonTraps | 1.3.6.1.4.1.2011.5.102.6.2 | |||
hwLacpCommonTrapsPrefix | 1.3.6.1.4.1.2011.5.102.6.2.0 | |||
hwLacpPortStateForwarding | 1.3.6.1.4.1.2011.5.102.6.2.0.1 |
The SNMP trap that is generated when a port turns into forwarding state form other state. |
||
hwLacpPortStateDiscarding | 1.3.6.1.4.1.2011.5.102.6.2.0.2 |
The SNMP trap that is generated when a port turns into discarding state form forwarding state. |