HUAWEI-L3VLAN-MIB: View SNMP OID List / Download MIB

VENDOR: HUAWEI


 Home MIB: HUAWEI-L3VLAN-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
 hwL3Vlan 1.3.6.1.4.1.2011.5.25.100
The HUAWEI-L3VLAN-MIB contains objects to manage level 3 vlan. Through the MIB,you can get the detail information of each vlan,such as VLANID,encapsulated type,the statistics of the received and sent packets and so on.
         hwL3VlanMIBObjects 1.3.6.1.4.1.2011.5.25.100.1
             hwSubIfVlanTable 1.3.6.1.4.1.2011.5.25.100.1.1 no-access
This table contains the information of vlans encapsulated by the sub-interfaces.
                 hwSubIfVlanEntry 1.3.6.1.4.1.2011.5.25.100.1.1.1 no-access
Provides the information of a sub-interface vlan entry.
                     hwSubIfIndex 1.3.6.1.4.1.2011.5.25.100.1.1.1.1 interfaceindex no-access
Interface index(es) of port(s) present on the device.
                     hwSubIfVlanId 1.3.6.1.4.1.2011.5.25.100.1.1.1.2 integer32 no-access
This object specifies the vlan id encapsulated by the sub-interface.
                     hwSubIfVlanType 1.3.6.1.4.1.2011.5.25.100.1.1.1.3 integer read-only
This object specifies the vlan type encapsulated by the sub-interface. Enumeration: 'dot1q': 2.
                     hwSubIfVlanStatus 1.3.6.1.4.1.2011.5.25.100.1.1.1.4 rowstatus read-only
This object specifies the status of the sub-interface vlan table.
             hwVLANMibRoutertVlanCountTable 1.3.6.1.4.1.2011.5.25.100.1.2 no-access
Per vid router statistics table includes the number of packets that each vlan is received and sent.
                 hwVLANMibRoutertVlanCountEntry 1.3.6.1.4.1.2011.5.25.100.1.2.1 no-access
Entry of vLANMibRoutertVlanCountTable
                     hwVLANMibRouterPort 1.3.6.1.4.1.2011.5.25.100.1.2.1.1 interfaceindex read-only
Interface index(es) of trunk port(s) present on the device.
                     hwVLANMibRouterVID 1.3.6.1.4.1.2011.5.25.100.1.2.1.2 integer32 read-only
The vlan id.
                     hwVLANMibRouterVlanPacketTran 1.3.6.1.4.1.2011.5.25.100.1.2.1.3 counter32 read-only
The number of packets transmitted to vlan
                     hwVLANMibRouterVlanPacketSent 1.3.6.1.4.1.2011.5.25.100.1.2.1.4 counter32 read-only
Number of packets sent by vlan
                     hwVLANMibClearVidStatistics 1.3.6.1.4.1.2011.5.25.100.1.2.1.5 integer read-write
Setting the object to clear(1) will clear the counters of a row of the hwVLANMibRoutertVlanCountTable. When a clear action had been finished, or there is no clear action , the value of the object would be unavailable(0). Enumeration: 'clear': 1, 'unavailable': 0.
             hwSubIfVlanPolicyTable 1.3.6.1.4.1.2011.5.25.100.1.3 no-access
This table contains the information of vlan and 8021P/DSCP/EtherType policy encapsulated by the sub-interfaces.
                 hwSubIfVlanPolicyEntry 1.3.6.1.4.1.2011.5.25.100.1.3.1 no-access
Provides the information of a sub-interface vlan policy entry.
                     hwSubIfVlanPolicyIfIndex 1.3.6.1.4.1.2011.5.25.100.1.3.1.1 interfaceindex no-access
Interface index(es) of port(s) present on the device.
                     hwSubIfVlanPolicyVlanId 1.3.6.1.4.1.2011.5.25.100.1.3.1.2 integer32 no-access
This object specifies the vlan id encapsulated by the sub-interface. when the vlan id is zero it means to configure the interface as the untagged sub-interface, When configure vlan as a range, hwSubIfVlanPolicyVlanId is the start vlan id and hwSubIfVlanPolicyVlanIdEnd is the end vlan id.
                     hwSubIfVlanPolicyIfType 1.3.6.1.4.1.2011.5.25.100.1.3.1.3 integer read-only
Indicates the sub-interface type as follows: dot1q(1): indicates vlan-type dot1q sub-interface. dot1qTerm(2): indicates dot1q termination sub-interface. stacking(3): indicates qinq stacking sub-interface. untagged(4): indicates untagged sub-interface. Enumeration: 'dot1qTerm': 2, 'stacking': 3, 'dot1q': 1, 'untagged': 4.
                     hwSubIfVlanPolicyVlanIdEnd 1.3.6.1.4.1.2011.5.25.100.1.3.1.4 integer32 read-only
When configure vlan as a range, hwSubIfVlanPolicyVlanId is the start vlan id and hwSubIfVlanPolicyVlanIdEnd is the end vlan id.
                     hwSubIfVlanPolicyType 1.3.6.1.4.1.2011.5.25.100.1.3.1.5 integer read-only
Indicates the type of vlan policy as follows: 8021p(1): indicates IEEE 802.1P encapsulation. dscp(2): indicates Differentiated Services CodePoint. eth-type(3): indicates EtherType,For example PPPOE. default(4):indicates the default policy. Enumeration: 'default': 4, 'typeDSCP': 2, 'type8021P': 1, 'typeEtherType': 3.
                     hwSubIfVlanPolicyValue 1.3.6.1.4.1.2011.5.25.100.1.3.1.6 octet string read-only
Indicates the information of vlan policy as follows: Each octet within this value specifies a set of eight priorities. When the policy type is 8021p, the first octet specifying 8021p priority 0 through 7; When the policy type is dscp, the first octet specifying dscp priority 0 through 7, the second octet specifying priority 8 through 15, etc; When the policy type is eth-type, the most significant bit of the first octet specifying EtherType PPPOE. Within each octet, the most significant bit represents the lowest numbered priority, and the least significant bit represents the highest numbered priority. Thus, each priority is represented by a single bit within the value of this object. If that bit has a value of '1' then that priority is included in the set of priorities; the priority is not included if its bit has a value of '0'.
                     hwSubIfVlanPolicyGroupId 1.3.6.1.4.1.2011.5.25.100.1.3.1.7 integer32 read-only
Group-management id.
                     hwSubIfVlanPolicyRowStatus 1.3.6.1.4.1.2011.5.25.100.1.3.1.51 rowstatus read-only
This object specifies the status of the sub-interface vlan table.
         hwL3VlanTraps 1.3.6.1.4.1.2011.5.25.100.2
         hwL3VlanConformance 1.3.6.1.4.1.2011.5.25.100.3
             hwL3VlanCompliances 1.3.6.1.4.1.2011.5.25.100.3.1
                 hwL3VlanCompliance 1.3.6.1.4.1.2011.5.25.100.3.1.1
The compliance statement for systems supporting the HUAWEI-L3VLAN-MIB.
             hwL3VlanGroups 1.3.6.1.4.1.2011.5.25.100.3.2
                 hwSubIfVlanGroup 1.3.6.1.4.1.2011.5.25.100.3.2.1
Standard sub-interface vlan group.