HH3C-QINQ-MIB

File: HH3C-QINQ-MIB.mib (20710 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI RFC1213-MIB
HH3C-OID-MIB

Imported symbols

RowStatus TEXTUAL-CONVENTION MODULE-IDENTITY
OBJECT-TYPE Integer32 ifIndex
hh3cCommon

Defined Types

Hh3cQinQSwitchState  
An enumerated value which indicates the state of switch.
TEXTUAL-CONVENTION    
  INTEGER enabled(1), disabled(2)  

Hh3cQinQBpduTunnelEntry  
SEQUENCE    
  hh3cQinQProtocolIndex INTEGER
  hh3cQinQBpduRowStatus RowStatus

Hh3cQinQPriorityRemarkEntry  
SEQUENCE    
  hh3cQinQPriorityValue Integer32
  hh3cQinQPriorityRemarkValue Integer32
  hh3cQinQPriorityRowStatus RowStatus

Hh3cQinQVidEntry  
SEQUENCE    
  hh3cQinQVlanID Integer32
  hh3cQinQInboundVidListLow OCTET STRING
  hh3cQinQInboundVidListHigh OCTET STRING
  hh3cQinQVidEthernetType Integer32
  hh3cQinQVidRowStatus RowStatus

Hh3cQinQVidSwapEntry  
SEQUENCE    
  hh3cQinQVidSwapOld Integer32
  hh3cQinQVidSwapNew Integer32
  hh3cQinQVidSwapRowStatus RowStatus

Hh3cQinQPrioritySwapEntry  
SEQUENCE    
  hh3cQinQPrioritySwapOld Integer32
  hh3cQinQPrioritySwapNew Integer32
  hh3cQinQPrioritySwapRowStatus RowStatus

Hh3cQinQIfConfigEntry  
SEQUENCE    
  hh3cQinQIfEthernetType Integer32
  hh3cQinQIfSwitch Hh3cQinQSwitchState
  hh3cQinQIfRowStatus RowStatus
  hh3cQinQIfServiceTPIDValue Integer32
  hh3cQinQIfCustomerTPIDValue Integer32
  hh3cQinQIfUplinkSwitch Hh3cQinQSwitchState
  hh3cQinQIfDownlinkSwitch Hh3cQinQSwitchState

Defined Values

hh3cQINQ 1.3.6.1.4.1.25506.2.69
H3C 802.1Q-in-Q MIB
MODULE-IDENTITY    

hh3cQinQMibObject 1.3.6.1.4.1.25506.2.69.1
OBJECT IDENTIFIER    

hh3cQinQGlobalConfigGroup 1.3.6.1.4.1.25506.2.69.1.1
OBJECT IDENTIFIER    

hh3cQinQBpduTunnelSwitch 1.3.6.1.4.1.25506.2.69.1.1.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  Hh3cQinQSwitchState  

hh3cQinQEthernetTypeValue 1.3.6.1.4.1.25506.2.69.1.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

hh3cQinQServiceTPIDValue 1.3.6.1.4.1.25506.2.69.1.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

hh3cQinQCustomerTPIDValue 1.3.6.1.4.1.25506.2.69.1.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

hh3cQinQBpduTunnelTable 1.3.6.1.4.1.25506.2.69.1.2
A table for configuring 802.1q BPDU tunnel function for interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cQinQBpduTunnelEntry

hh3cQinQBpduTunnelEntry 1.3.6.1.4.1.25506.2.69.1.2.1
An entry for configuring 802.1q BPDU tunnel function for interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cQinQBpduTunnelEntry  

hh3cQinQProtocolIndex 1.3.6.1.4.1.25506.2.69.1.2.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER bpdu(1), stp(2), gmosaic(3), igmp(4)  

hh3cQinQBpduRowStatus 1.3.6.1.4.1.25506.2.69.1.2.1.2
Operation status of this table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cQinQPriorityRemarkTable 1.3.6.1.4.1.25506.2.69.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cQinQPriorityRemarkEntry

hh3cQinQPriorityRemarkEntry 1.3.6.1.4.1.25506.2.69.1.3.1
An entry for configuring priority remark function for interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cQinQPriorityRemarkEntry  

hh3cQinQPriorityValue 1.3.6.1.4.1.25506.2.69.1.3.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..8  

hh3cQinQPriorityRemarkValue 1.3.6.1.4.1.25506.2.69.1.3.1.2
The new priority value used to fill outer tag.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..7  

hh3cQinQPriorityRowStatus 1.3.6.1.4.1.25506.2.69.1.3.1.3
Operation status of this table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cQinQVidTable 1.3.6.1.4.1.25506.2.69.1.4
A table for configuring VLAN ID of the 802.1Q-in-Q interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cQinQVidEntry

hh3cQinQVidEntry 1.3.6.1.4.1.25506.2.69.1.4.1
An entry for configuring VLAN ID of the 802.1Q-in-Q interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cQinQVidEntry  

hh3cQinQVlanID 1.3.6.1.4.1.25506.2.69.1.4.1.1
VLAN ID
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..4094  

hh3cQinQInboundVidListLow 1.3.6.1.4.1.25506.2.69.1.4.1.2
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.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(256)  

hh3cQinQInboundVidListHigh 1.3.6.1.4.1.25506.2.69.1.4.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(256)  

hh3cQinQVidEthernetType 1.3.6.1.4.1.25506.2.69.1.4.1.4
Ethernet protocol type configuring for a VLAN.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

hh3cQinQVidRowStatus 1.3.6.1.4.1.25506.2.69.1.4.1.5
Operation status of this table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cQinQVidSwapTable 1.3.6.1.4.1.25506.2.69.1.5
A table for configuring 802.1Q-in-Q inner VLAN ID swapping function for interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cQinQVidSwapEntry

hh3cQinQVidSwapEntry 1.3.6.1.4.1.25506.2.69.1.5.1
An entry for configuring 802.1Q-in-Q inner VLAN ID swapping function for interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cQinQVidSwapEntry  

hh3cQinQVidSwapOld 1.3.6.1.4.1.25506.2.69.1.5.1.1
The old VLAN ID of original 802.1Q packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..4094  

hh3cQinQVidSwapNew 1.3.6.1.4.1.25506.2.69.1.5.1.2
The new VLAN ID of original 802.1Q packets.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..4094  

hh3cQinQVidSwapRowStatus 1.3.6.1.4.1.25506.2.69.1.5.1.3
Operation status of this table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cQinQPrioritySwapTable 1.3.6.1.4.1.25506.2.69.1.6
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cQinQPrioritySwapEntry

hh3cQinQPrioritySwapEntry 1.3.6.1.4.1.25506.2.69.1.6.1
An entry for configuring 802.1Q-in-Q inner VLAN priority swapping function for interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cQinQPrioritySwapEntry  

hh3cQinQPrioritySwapOld 1.3.6.1.4.1.25506.2.69.1.6.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..8  

hh3cQinQPrioritySwapNew 1.3.6.1.4.1.25506.2.69.1.6.1.2
The new priority of original 802.1Q packets. It is the priority of inner VLAN tag after swapped.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..7  

hh3cQinQPrioritySwapRowStatus 1.3.6.1.4.1.25506.2.69.1.6.1.3
Operation status of this table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cQinQIfConfigTable 1.3.6.1.4.1.25506.2.69.1.7
A table for configuring 802.1Q-in-Q functions for interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cQinQIfConfigEntry

hh3cQinQIfConfigEntry 1.3.6.1.4.1.25506.2.69.1.7.1
An entry for configuring 802.1Q-in-Q functions for interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cQinQIfConfigEntry  

hh3cQinQIfEthernetType 1.3.6.1.4.1.25506.2.69.1.7.1.1
Ethernet protocol type configuring for an interface.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

hh3cQinQIfSwitch 1.3.6.1.4.1.25506.2.69.1.7.1.2
Switch of 802.1Q-in-Q functions configuring for an interface.
Status: current Access: read-create
OBJECT-TYPE    
  Hh3cQinQSwitchState  

hh3cQinQIfRowStatus 1.3.6.1.4.1.25506.2.69.1.7.1.3
Operation status of this table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cQinQIfServiceTPIDValue 1.3.6.1.4.1.25506.2.69.1.7.1.4
Service TPID value configured for an interface.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

hh3cQinQIfCustomerTPIDValue 1.3.6.1.4.1.25506.2.69.1.7.1.5
Customer TPID value configured for an interface.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

hh3cQinQIfUplinkSwitch 1.3.6.1.4.1.25506.2.69.1.7.1.6
Switch of the uplink 802.1Q-in-Q function for an interface.
Status: current Access: read-create
OBJECT-TYPE    
  Hh3cQinQSwitchState  

hh3cQinQIfDownlinkSwitch 1.3.6.1.4.1.25506.2.69.1.7.1.7
Switch of the downlink 802.1Q-in-Q function for an interface.
Status: current Access: read-create
OBJECT-TYPE    
  Hh3cQinQSwitchState