HPN-ICF-QINQ-MIB

File: HPN-ICF-QINQ-MIB.mib (20829 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI RFC1213-MIB
HPN-ICF-OID-MIB

Imported symbols

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

Defined Types

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

HpnicfQinQBpduTunnelEntry  
SEQUENCE    
  hpnicfQinQProtocolIndex INTEGER
  hpnicfQinQBpduRowStatus RowStatus

HpnicfQinQPriorityRemarkEntry  
SEQUENCE    
  hpnicfQinQPriorityValue Integer32
  hpnicfQinQPriorityRemarkValue Integer32
  hpnicfQinQPriorityRowStatus RowStatus

HpnicfQinQVidEntry  
SEQUENCE    
  hpnicfQinQVlanID Integer32
  hpnicfQinQInboundVidListLow OCTET STRING
  hpnicfQinQInboundVidListHigh OCTET STRING
  hpnicfQinQVidEthernetType Integer32
  hpnicfQinQVidRowStatus RowStatus

HpnicfQinQVidSwapEntry  
SEQUENCE    
  hpnicfQinQVidSwapOld Integer32
  hpnicfQinQVidSwapNew Integer32
  hpnicfQinQVidSwapRowStatus RowStatus

HpnicfQinQPrioritySwapEntry  
SEQUENCE    
  hpnicfQinQPrioritySwapOld Integer32
  hpnicfQinQPrioritySwapNew Integer32
  hpnicfQinQPrioritySwapRowStatus RowStatus

HpnicfQinQIfConfigEntry  
SEQUENCE    
  hpnicfQinQIfEthernetType Integer32
  hpnicfQinQIfSwitch HpnicfQinQSwitchState
  hpnicfQinQIfRowStatus RowStatus
  hpnicfQinQIfServiceTPIDValue Integer32
  hpnicfQinQIfCustomerTPIDValue Integer32
  hpnicfQinQIfUplinkSwitch HpnicfQinQSwitchState
  hpnicfQinQIfDownlinkSwitch HpnicfQinQSwitchState

Defined Values

hpnicfQINQ 1.3.6.1.4.1.11.2.14.11.15.2.69
802.1Q-in-Q MIB
MODULE-IDENTITY    

hpnicfQinQMibObject 1.3.6.1.4.1.11.2.14.11.15.2.69.1
OBJECT IDENTIFIER    

hpnicfQinQGlobalConfigGroup 1.3.6.1.4.1.11.2.14.11.15.2.69.1.1
OBJECT IDENTIFIER    

hpnicfQinQBpduTunnelSwitch 1.3.6.1.4.1.11.2.14.11.15.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    
  HpnicfQinQSwitchState  

hpnicfQinQEthernetTypeValue 1.3.6.1.4.1.11.2.14.11.15.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 hpnicfQinQIfEthernetType, whose priority is higher than hpnicfQinQEthernetTypeValue. 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 hpnicfQinQVidEthernetType that configured for a VLAN has the highest priority.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

hpnicfQinQServiceTPIDValue 1.3.6.1.4.1.11.2.14.11.15.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 hpnicfQinQIfServiceTPIDValue, whose priority is higher than hpnicfQinQServiceTPIDValue. 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  

hpnicfQinQCustomerTPIDValue 1.3.6.1.4.1.11.2.14.11.15.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 hpnicfQinQIfCustomerTPIDValue, whose priority is higher than hpnicfQinQCustomerTPIDValue. 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  

hpnicfQinQBpduTunnelTable 1.3.6.1.4.1.11.2.14.11.15.2.69.1.2
A table for configuring 802.1q BPDU tunnel function for interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfQinQBpduTunnelEntry

hpnicfQinQBpduTunnelEntry 1.3.6.1.4.1.11.2.14.11.15.2.69.1.2.1
An entry for configuring 802.1q BPDU tunnel function for interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfQinQBpduTunnelEntry  

hpnicfQinQProtocolIndex 1.3.6.1.4.1.11.2.14.11.15.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)  

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

hpnicfQinQPriorityRemarkTable 1.3.6.1.4.1.11.2.14.11.15.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  
    HpnicfQinQPriorityRemarkEntry

hpnicfQinQPriorityRemarkEntry 1.3.6.1.4.1.11.2.14.11.15.2.69.1.3.1
An entry for configuring priority remark function for interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfQinQPriorityRemarkEntry  

hpnicfQinQPriorityValue 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfQinQPriorityRemarkValue 1.3.6.1.4.1.11.2.14.11.15.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  

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

hpnicfQinQVidTable 1.3.6.1.4.1.11.2.14.11.15.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  
    HpnicfQinQVidEntry

hpnicfQinQVidEntry 1.3.6.1.4.1.11.2.14.11.15.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    
  HpnicfQinQVidEntry  

hpnicfQinQVlanID 1.3.6.1.4.1.11.2.14.11.15.2.69.1.4.1.1
VLAN ID
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..4094  

hpnicfQinQInboundVidListLow 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfQinQInboundVidListHigh 1.3.6.1.4.1.11.2.14.11.15.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)  

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

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

hpnicfQinQVidSwapTable 1.3.6.1.4.1.11.2.14.11.15.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  
    HpnicfQinQVidSwapEntry

hpnicfQinQVidSwapEntry 1.3.6.1.4.1.11.2.14.11.15.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    
  HpnicfQinQVidSwapEntry  

hpnicfQinQVidSwapOld 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfQinQVidSwapNew 1.3.6.1.4.1.11.2.14.11.15.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  

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

hpnicfQinQPrioritySwapTable 1.3.6.1.4.1.11.2.14.11.15.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  
    HpnicfQinQPrioritySwapEntry

hpnicfQinQPrioritySwapEntry 1.3.6.1.4.1.11.2.14.11.15.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    
  HpnicfQinQPrioritySwapEntry  

hpnicfQinQPrioritySwapOld 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfQinQPrioritySwapNew 1.3.6.1.4.1.11.2.14.11.15.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  

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

hpnicfQinQIfConfigTable 1.3.6.1.4.1.11.2.14.11.15.2.69.1.7
A table for configuring 802.1Q-in-Q functions for interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfQinQIfConfigEntry

hpnicfQinQIfConfigEntry 1.3.6.1.4.1.11.2.14.11.15.2.69.1.7.1
An entry for configuring 802.1Q-in-Q functions for interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfQinQIfConfigEntry  

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

hpnicfQinQIfSwitch 1.3.6.1.4.1.11.2.14.11.15.2.69.1.7.1.2
Switch of 802.1Q-in-Q functions configuring for an interface.
Status: current Access: read-create
OBJECT-TYPE    
  HpnicfQinQSwitchState  

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

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

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

hpnicfQinQIfUplinkSwitch 1.3.6.1.4.1.11.2.14.11.15.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    
  HpnicfQinQSwitchState  

hpnicfQinQIfDownlinkSwitch 1.3.6.1.4.1.11.2.14.11.15.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    
  HpnicfQinQSwitchState