H3C-SMLK-MIB: View SNMP OID List / Download MIB

VENDOR: HUAWEI


 Home MIB: H3C-SMLK-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 h3cSmlk 1.3.6.1.4.1.2011.10.2.147
This MIB defines objects for managing Smart Link. Smart Link is a feature developed to address the slow convergence issue with STP. It provides link redundancy and fast convergence in a dual uplink network, allowing the backup link to take over quickly when the primary link fails.
         h3cSmlkObject 1.3.6.1.4.1.2011.10.2.147.1
             h3cSmlkGroupTable 1.3.6.1.4.1.2011.10.2.147.1.1 no-access
A list of entries of a smart link group.
                 h3cSmlkGroupEntry 1.3.6.1.4.1.2011.10.2.147.1.1.1 no-access
A list of parameters that describe a smart link group.
                     h3cSmlkGroupID 1.3.6.1.4.1.2011.10.2.147.1.1.1.1 integer32 no-access
An index that uniquely identifies an entry in the smart link group table.
                     h3cSmlkDeviceID 1.3.6.1.4.1.2011.10.2.147.1.1.1.2 macaddress read-only
Device ID of a smart link group. The device ID is the bridge MAC of the device.
                     h3cSmlkPreemptionMode 1.3.6.1.4.1.2011.10.2.147.1.1.1.3 integer read-only
Preemption mode of a smart link group. Enumeration: 'role': 2, 'none': 1, 'speed': 3.
                     h3cSmlkSpeedThreshold 1.3.6.1.4.1.2011.10.2.147.1.1.1.4 integer32 read-only
Speed threshold for a smart link group in speed mode. This object is valid only when the value of h3cSmlkPreemptionMode is 'speed'.
                     h3cSmlkPreemptionDelay 1.3.6.1.4.1.2011.10.2.147.1.1.1.5 integer32 read-only
Preemption delay for a smart link group, in the range of 0 to 300 seconds.
                     h3cSmlkControlVlanID 1.3.6.1.4.1.2011.10.2.147.1.1.1.6 integer32 read-only
Index of the control VLAN specified for a smart link group. The value 65535 indicates that the control VLAN has not been configured.
                     h3cSmlkInstanceListLow 1.3.6.1.4.1.2011.10.2.147.1.1.1.7 octet string read-only
Each octet contained in this value specifies an eight-instance group, with the first octet specifying instances 0 through 7, the second octet specifying instances 8 through 15, and so on. Within each octet, the most significant bit represents the highest numbered instance, and the least significant bit represents the lowest numbered instance. Each instance to which the protected VLANs of a smart link group are mapped corresponds to a bit within the value of this object. A bit with a value of '1' indicates that the VLANs mapped to the instance are protected VLANs of the smart link group. The VLANs mapped to the instance are not protected VLANs if the corresponding bit has a value of '0'. The value of this object must be set with h3cSmlkInstanceListHigh at the same time when a SET operation is performed.
                     h3cSmlkInstanceListHigh 1.3.6.1.4.1.2011.10.2.147.1.1.1.8 octet string read-only
Each octet contained in this value specifies an eight-instance group, with the first octet specifying instances 2048 through 2055, the second octet specifying instances 2056 through 2063, and so on. Within each octet, the most significant bit represents the highest numbered instance, and the least significant bit represents the lowest numbered instance. The most significant bit of the last octet is invalid. Each instance to which the protected VLANs of a smart link group are mapped corresponds to a bit within the value of this object. A bit with a value of '1' indicates that the VLANs mapped to the instance are protected VLANs of the smart link group. The VLANs mapped to the instance are not protected VLANs if the corresponding bit has a value of '0'. The value of this object must be set with h3cSmlkInstanceListLow at the same time when a SET operation is performed.
                     h3cSmlkGroupRowStatus 1.3.6.1.4.1.2011.10.2.147.1.1.1.9 rowstatus read-only
This object is responsible for managing creation, deletion, and modification of rows. The rows support active status, CreatAndGo, and destroy operations.
             h3cSmlkPortTable 1.3.6.1.4.1.2011.10.2.147.1.2 no-access
A list of port entries of a smart link group.
                 h3cSmlkPortEntry 1.3.6.1.4.1.2011.10.2.147.1.2.1 no-access
A list of parameters that describe a port to be added to a smart link group.
                     h3cSmlkPortIfIndex 1.3.6.1.4.1.2011.10.2.147.1.2.1.1 interfaceindex no-access
IfIndex of a port in a smart link group.
                     h3cSmlkPortRole 1.3.6.1.4.1.2011.10.2.147.1.2.1.2 integer read-only
Role of a port in a smart link group. Enumeration: 'primary': 1, 'secondary': 2.
                     h3cSmlkPortStatus 1.3.6.1.4.1.2011.10.2.147.1.2.1.3 integer read-only
Status of a port in a smart link group. Enumeration: 'down': 1, 'active': 2, 'standby': 3.
                     h3cSmlkFlushCount 1.3.6.1.4.1.2011.10.2.147.1.2.1.4 counter64 read-only
Number of transmitted flush messages.
                     h3cSmlkLastFlushTime 1.3.6.1.4.1.2011.10.2.147.1.2.1.5 dateandtime read-only
Time when the last flush message was transmitted.
                     h3cSmlkPortRowStatus 1.3.6.1.4.1.2011.10.2.147.1.2.1.6 rowstatus read-only
This object is responsible for managing creation, deletion, and modification of rows. The rows support active status, CreatAndGo, and destroy operations.
             h3cSmlkFlushEnableTable 1.3.6.1.4.1.2011.10.2.147.1.3 no-access
A list of ports on which flush message receiving is enabled.
                 h3cSmlkFlushEnableEntry 1.3.6.1.4.1.2011.10.2.147.1.3.1 no-access
A list of parameters that describe a port on which flush message receiving is enabled.
                     h3cSmlkIfIndex 1.3.6.1.4.1.2011.10.2.147.1.3.1.1 interfaceindex no-access
IfIndex of a port on which flush message receiving is enabled.
                     h3cSmlkControlVlanListLow 1.3.6.1.4.1.2011.10.2.147.1.3.1.2 octet string read-write
Specifies the control VLANs used for receiving flush messages. The VLAN ID range, described by bitmap, is from 1 to 2048. The length of bitmap is 256 in bytes. Each octet within this value specifies a set of eight VLANs, with the first octet specifying VLANs 1 through 8, the second octet specifying VLANs 9 through 16, and so on. Within each octet, the most significant bit represents the highest numbered VLAN, and the least significant bit represents the lowest numbered VLAN.
                     h3cSmlkControlVlanListHigh 1.3.6.1.4.1.2011.10.2.147.1.3.1.3 octet string read-write
Specifies the control VLANs used for receiving flush messages. The VLAN ID range, described by bitmap, is from 2049 to 4094. The length of bitmap is 256 in bytes. Each octet within this value specifies a set of eight VLANs, with the first octet specifying VLANs 2049 through 2056, the second octet specifying VLANs 2057 through 2064, and so on. Within each octet, the most significant bit represents the highest numbered VLAN, and the least significant bit represents the lowest numbered VLAN.
         h3cSmlkTrap 1.3.6.1.4.1.2011.10.2.147.2
             h3cSmlkTrapPrefix 1.3.6.1.4.1.2011.10.2.147.2.0
                 h3cSmlkGroupLinkActive 1.3.6.1.4.1.2011.10.2.147.2.0.1
A trap message is generated when the status of a port in a smart link group changes to active.