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

VENDOR: HUAWEI


 Home MIB: H3C-EVC-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
 h3cEvc 1.3.6.1.4.1.2011.10.2.106
Ethernet Virtual Connection MIB
         h3cEvcObjects 1.3.6.1.4.1.2011.10.2.106.1
             h3cEvcScalarGroup 1.3.6.1.4.1.2011.10.2.106.1.1
                 h3cEvcSrvInstEncapCapabilities 1.3.6.1.4.1.2011.10.2.106.1.1.1 bits read-only
This object displays the encapsulation capabilities of service instance with respect to certain fields. The following values may be supported: encapPortBased: Support for matching packets by port. encapUntagged: Support for matching untagged packets. encapTagged: Support for matching all tagged packets. encapSvlanId: Support for matching packets by a SVLAN ID, and the packets may be untagged if PVID of the port is the SVLAN ID when the encapSvlanIdOnlyTagged field is not set. encapSvlanIdList: Support for matching packets by SVLAN ID list, and the packets may be untagged if PVID of the port is in SVLAN ID list when the encapSvlanIdOnlyTagged field is not set. encapSvlanIdOnlyTagged: encapSvlanId or encapSvlanId field indicates to support for matching only tagged packets when this field is set. Bits: 'encapSvlanIdList': 4, 'encapTagged': 2, 'encapSvlanId': 3, 'encapSvlanIdOnlyTagged': 5, 'encapUntagged': 1, 'encapPortBased': 0.
                 h3cEvcPortMaxSrvInstNum 1.3.6.1.4.1.2011.10.2.106.1.1.2 integer32 read-only
The max service instance number of a port.
             h3cEvcSrvInstTable 1.3.6.1.4.1.2011.10.2.106.1.2 no-access
A table for configuring service instance parameter of the port.
                 h3cEvcSrvInstEntry 1.3.6.1.4.1.2011.10.2.106.1.2.1 no-access
An entry for configuring service instance parameter of the port.
                     h3cEvcSrvInstId 1.3.6.1.4.1.2011.10.2.106.1.2.1.1 integer32 no-access
Service instance ID. Its value ranges from 1 to the value of h3cEvcPortMaxSrvInstNum.
                     h3cEvcSrvInstEncap 1.3.6.1.4.1.2011.10.2.106.1.2.1.2 integer read-only
Encapsulation mode of a service instance. none : Invalid value. portBased : Match packets by port. It is supported when encapPortBased field of h3cEvcCapabilities is set. untagged : Match untagged packets. It is supported when encapUntagged field of h3cEvcCapabilities is set. tagged : Match all tagged packets. It is supported when encapTagged field of h3cEvcCapabilities is set. svlanIdList: Match packets by SVLAN ID list and untagged packets if PVID of the port is in SVLAN ID list, the SVLAN ID list is denoted by h3cEvcSrvInstSvlanIdListLow and h3cEvcSrvInstSvlanIdListLow. It is supported when encapSvlanId or encapSvlanIdList field of h3cEvcCapabilities is set. Only a VLAN ID is supported when encapSvlanId field of h3cEvcCapabilities is set. svlanIdListOnlyTagged: Match only tagged packets by SVLAN ID list, the SVLAN ID is denoted by h3cEvcSrvInstSvlanIdListLow and h3cEvcSrvInstSvlanIdListLow. It is supported when encapSvlanId (or encapSvlanIdList) and encapSvlanIdOnlyTagged fields of h3cEvcCapabilities are set. Only a VLAN ID is supported when encapSvlanId and encapSvlanIdOnlyTagged field of h3cEvcCapabilities are set. Enumeration: 'none': 0, 'tagged': 3, 'svlanIdList': 4, 'untagged': 2, 'portBased': 1, 'svlanIdListOnlyTagged': 5.
                     h3cEvcSrvInstSvlanIdListLow 1.3.6.1.4.1.2011.10.2.106.1.2.1.3 octet string read-only
This object contains the first 2048 bits of the 4096 bit vector indicating which SVLAN IDs are assigned to this service instance. The lowest order bit of the first octet corresponds to SVLAN 1, while the highest order bit of the last octet corresponds to SVLAN 2048. A bit that is on (equal to 1) indicates that the corresponding SVLAN ID is assigned to this service instance.
                     h3cEvcSrvInstSvlanIdListHigh 1.3.6.1.4.1.2011.10.2.106.1.2.1.4 octet string read-only
This object contains the second 2048 bits of the 4096 bit vector indicating which SVLAN IDs are assigned to this service instance. The lowest order bit of the first octet corresponds to SVLAN 2049, while the third highest order bit of the last octet corresponds to SVLAN 4094. A bit that is on (equal to 1) indicates that the corresponding SVLAN ID is assigned to this service instance.
                     h3cEvcSrvInstRowStatus 1.3.6.1.4.1.2011.10.2.106.1.2.1.5 rowstatus read-only
Operation status of this table entry.