HH3C-QINQ-MIB
- Registered at
- 1.3.6.1.4.1.25506.2.69
- Last updated
- 2006-03-10 00:00
- Organization
- New H3C Tech. Co., Ltd.
- Revisions
- 2006-03-10 00:00
- Namespace
- comware
- Source file
HH3C-QINQ-MIB- Digest
sha256:7172000a8608c6cb96ec4b86ce3bec2d63fa015b717393b2b4f1ac46cab2a872
Description
802.1Q-in-Q MIB
Contact
Platform Team New H3C Tech. Co., Ltd. Hai-Dian District Beijing P.R. China http://www.h3c.com Zip:100085
Imports
| From | Symbols |
|---|---|
| HH3C-OID-MIB | hh3cCommon |
| IF-MIB | ifIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HH3C-OID-MIB HH3C-QINQ-MIB IANAifType-MIB IF-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| Hh3cQinQSwitchState TEXTUAL-CONVENTION An enumerated value which indicates the state of switch. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hh3cQinQMibObject OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.69.1 | |||
| hh3cQinQGlobalConfigGroup OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.69.1.1 | |||
| hh3cQinQBpduTunnelSwitch OBJECT-TYPE The global configuration switch of BPDU 802.1q tunnel. If global configuration is disabled, BPDU tunnel function will be disabled despite of the corresponding configuration of interface. BPDU tunnel function of a certain interface would work only if the global and interface's switch are both enabled. | 1.3.6.1.4.1.25506.2.69.1.1.1 | Hh3cQinQSwitchState | read-write | current |
| hh3cQinQEthernetTypeValue OBJECT-TYPE Ethernet protocol type configuring for a global value. The ethernet protocol type is also the TPID(Tag Protocol Identity) field of a VLAN tag described in 802.1q document. This value can be also configured for an individual interface or VLAN. The node that configure this value for a single interface is hh3cQinQIfEthernetType, whose priority is higher than hh3cQinQEthernetTypeValue. That means, if the value configured for a interface is different from the global value, the switch will select the configuration of the interface and ignore the global configuration. The ethernet protocol type of node hh3cQinQVidEthernetType that configured for a VLAN has the highest priority. | 1.3.6.1.4.1.25506.2.69.1.1.2 | Integer32 (1..65535) | read-write | current |
| hh3cQinQServiceTPIDValue OBJECT-TYPE Ethernet protocol type configured for service VLAN tags globally. The ethernet protocol type is also the TPID(Tag Protocol Identity) field of a VLAN tag described in 802.1q document. This value can be also configured for an individual interface. The node that configure this value for a single interface is hh3cQinQIfServiceTPIDValue, whose priority is higher than hh3cQinQServiceTPIDValue. That means, if the value configured for a interface is different from the global value, the switch will select the configuration of the interface and ignore the global configuration. | 1.3.6.1.4.1.25506.2.69.1.1.3 | Integer32 (1..65535) | read-write | current |
| hh3cQinQCustomerTPIDValue OBJECT-TYPE Ethernet protocol type configured for customer VLAN tags globally. The ethernet protocol type is also the TPID(Tag Protocol Identity) field of a VLAN tag described in 802.1q document. This value can be also configured for an individual interface. The node that configure this value for a single interface is hh3cQinQIfCustomerTPIDValue, whose priority is higher than hh3cQinQCustomerTPIDValue. That means, if the value configured for a interface is different from the global value, the switch will select the configuration of the interface and ignore the global configuration. | 1.3.6.1.4.1.25506.2.69.1.1.4 | Integer32 (1..65535) | read-write | current |
| hh3cQinQBpduTunnelTable OBJECT-TYPE A table for configuring 802.1q BPDU tunnel function for interfaces. | 1.3.6.1.4.1.25506.2.69.1.2 | not-accessible | current | |
| hh3cQinQBpduTunnelEntry OBJECT-TYPE An entry for configuring 802.1q BPDU tunnel function for interfaces. | 1.3.6.1.4.1.25506.2.69.1.2.1 | not-accessible | current | |
| hh3cQinQProtocolIndex OBJECT-TYPE The index of protocol on which the BPDU tunnel state will be set. 'bpdu' represents status of BPDU tunnel. 'stp' represents STP tunnel. 'gmosaic' represents GMOSAIC tunnel. 'igmp' represents IGMP tunnel. STP/GMOSAIC/IGMP tunnel will start to work only if BPDU tunnel and STP/GMOSAIC/IGMP tunnel are both enabled. | 1.3.6.1.4.1.25506.2.69.1.2.1.1 | INTEGER {bpdu(1), stp(2), gmosaic(3), igmp(4)} | not-accessible | current |
| hh3cQinQBpduRowStatus OBJECT-TYPE Operation status of this table entry. | 1.3.6.1.4.1.25506.2.69.1.2.1.2 | RowStatus | read-create | current |
| hh3cQinQPriorityRemarkTable OBJECT-TYPE A table for configuring priority field in 802.1Q-in-Q outer VLAN tag for interfaces. This feature uses the priority of an inner VLAN tag to remark the priority of an outer VLAN tag. | 1.3.6.1.4.1.25506.2.69.1.3 | not-accessible | current | |
| hh3cQinQPriorityRemarkEntry OBJECT-TYPE An entry for configuring priority remark function for interfaces. | 1.3.6.1.4.1.25506.2.69.1.3.1 | not-accessible | current | |
| hh3cQinQPriorityValue OBJECT-TYPE The priority value in inner VLAN tag. Since the priority range is from 0 to 7, yet the index range is from 1 to 8. Thus, the actual priority value equals to the value that subtracts 1 from corresponding index value. | 1.3.6.1.4.1.25506.2.69.1.3.1.1 | Integer32 (1..8) | not-accessible | current |
| hh3cQinQPriorityRemarkValue OBJECT-TYPE The new priority value used to fill outer tag. | 1.3.6.1.4.1.25506.2.69.1.3.1.2 | Integer32 (0..7) | read-create | current |
| hh3cQinQPriorityRowStatus OBJECT-TYPE Operation status of this table entry. | 1.3.6.1.4.1.25506.2.69.1.3.1.3 | RowStatus | read-create | current |
| hh3cQinQVidTable OBJECT-TYPE A table for configuring VLAN ID of the 802.1Q-in-Q interfaces. | 1.3.6.1.4.1.25506.2.69.1.4 | not-accessible | current | |
| hh3cQinQVidEntry OBJECT-TYPE An entry for configuring VLAN ID of the 802.1Q-in-Q interfaces. | 1.3.6.1.4.1.25506.2.69.1.4.1 | not-accessible | current | |
| hh3cQinQVlanID OBJECT-TYPE VLAN ID | 1.3.6.1.4.1.25506.2.69.1.4.1.1 | Integer32 (1..4094) | not-accessible | current |
| hh3cQinQInboundVidListLow OBJECT-TYPE The inbound VLAN IDs which need 802.1Q-in-Q processing. 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, etc. Within each octet, the most significant bit represents the highest numbered VLAN, and the least significant bit represents the lowest numbered VLAN. | 1.3.6.1.4.1.25506.2.69.1.4.1.2 | OCTET STRING (SIZE(256)) | read-create | current |
| hh3cQinQInboundVidListHigh OBJECT-TYPE The inbound VLAN IDs which need 802.1Q-in-Q processing. 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, etc. Within each octet, the most significant bit represents the highest numbered VLAN, and the least significant bit represents the lowest numbered VLAN. | 1.3.6.1.4.1.25506.2.69.1.4.1.3 | OCTET STRING (SIZE(256)) | read-create | current |
| hh3cQinQVidEthernetType OBJECT-TYPE Ethernet protocol type configuring for a VLAN. | 1.3.6.1.4.1.25506.2.69.1.4.1.4 | Integer32 (1..65535) | read-create | current |
| hh3cQinQVidRowStatus OBJECT-TYPE Operation status of this table entry. | 1.3.6.1.4.1.25506.2.69.1.4.1.5 | RowStatus | read-create | current |
| hh3cQinQVidSwapTable OBJECT-TYPE A table for configuring 802.1Q-in-Q inner VLAN ID swapping function for interfaces. | 1.3.6.1.4.1.25506.2.69.1.5 | not-accessible | current | |
| hh3cQinQVidSwapEntry OBJECT-TYPE An entry for configuring 802.1Q-in-Q inner VLAN ID swapping function for interfaces. | 1.3.6.1.4.1.25506.2.69.1.5.1 | not-accessible | current | |
| hh3cQinQVidSwapOld OBJECT-TYPE The old VLAN ID of original 802.1Q packets. | 1.3.6.1.4.1.25506.2.69.1.5.1.1 | Integer32 (1..4094) | not-accessible | current |
| hh3cQinQVidSwapNew OBJECT-TYPE The new VLAN ID of original 802.1Q packets. | 1.3.6.1.4.1.25506.2.69.1.5.1.2 | Integer32 (1..4094) | read-create | current |
| hh3cQinQVidSwapRowStatus OBJECT-TYPE Operation status of this table entry. | 1.3.6.1.4.1.25506.2.69.1.5.1.3 | RowStatus | read-create | current |
| hh3cQinQPrioritySwapTable OBJECT-TYPE A table for configuring 802.1Q-in-Q inner VLAN priority swapping function for interfaces. Using this function, the priority of inner VLAN tag can be modified. | 1.3.6.1.4.1.25506.2.69.1.6 | not-accessible | current | |
| hh3cQinQPrioritySwapEntry OBJECT-TYPE An entry for configuring 802.1Q-in-Q inner VLAN priority swapping function for interfaces. | 1.3.6.1.4.1.25506.2.69.1.6.1 | not-accessible | current | |
| hh3cQinQPrioritySwapOld OBJECT-TYPE The old priority of original 802.1Q packets. It is the priority of inner VLAN tag. Since the VLAN priority range is from 0 to 7, yet the index range is from 1 to 8. Thus, the actual priority value equals to the value that subtracts 1 from corresponding index value. | 1.3.6.1.4.1.25506.2.69.1.6.1.1 | Integer32 (1..8) | not-accessible | current |
| hh3cQinQPrioritySwapNew OBJECT-TYPE The new priority of original 802.1Q packets. It is the priority of inner VLAN tag after swapped. | 1.3.6.1.4.1.25506.2.69.1.6.1.2 | Integer32 (0..7) | read-create | current |
| hh3cQinQPrioritySwapRowStatus OBJECT-TYPE Operation status of this table entry. | 1.3.6.1.4.1.25506.2.69.1.6.1.3 | RowStatus | read-create | current |
| hh3cQinQIfConfigTable OBJECT-TYPE A table for configuring 802.1Q-in-Q functions for interfaces. | 1.3.6.1.4.1.25506.2.69.1.7 | not-accessible | current | |
| hh3cQinQIfConfigEntry OBJECT-TYPE An entry for configuring 802.1Q-in-Q functions for interfaces. | 1.3.6.1.4.1.25506.2.69.1.7.1 | not-accessible | current | |
| hh3cQinQIfEthernetType OBJECT-TYPE Ethernet protocol type configuring for an interface. | 1.3.6.1.4.1.25506.2.69.1.7.1.1 | Integer32 (1..65535) | read-create | current |
| hh3cQinQIfSwitch OBJECT-TYPE Switch of 802.1Q-in-Q functions configuring for an interface. | 1.3.6.1.4.1.25506.2.69.1.7.1.2 | Hh3cQinQSwitchState | read-create | current |
| hh3cQinQIfRowStatus OBJECT-TYPE Operation status of this table entry. | 1.3.6.1.4.1.25506.2.69.1.7.1.3 | RowStatus | read-create | current |
| hh3cQinQIfServiceTPIDValue OBJECT-TYPE Service TPID value configured for an interface. | 1.3.6.1.4.1.25506.2.69.1.7.1.4 | Integer32 (1..65535) | read-create | current |
| hh3cQinQIfCustomerTPIDValue OBJECT-TYPE Customer TPID value configured for an interface. | 1.3.6.1.4.1.25506.2.69.1.7.1.5 | Integer32 (1..65535) | read-create | current |
| hh3cQinQIfUplinkSwitch OBJECT-TYPE Switch of the uplink 802.1Q-in-Q function for an interface. | 1.3.6.1.4.1.25506.2.69.1.7.1.6 | Hh3cQinQSwitchState | read-create | current |
| hh3cQinQIfDownlinkSwitch OBJECT-TYPE Switch of the downlink 802.1Q-in-Q function for an interface. | 1.3.6.1.4.1.25506.2.69.1.7.1.7 | Hh3cQinQSwitchState | read-create | current |