Q-IN-Q-MIB

File: Q-IN-Q-MIB.mib (26957 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC Q-BRIDGE-MIB
DLINK-ID-REC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
MacAddress RowStatus DisplayString
PortList dlink-common-mgmt

Defined Types

VlanId  
INTEGER 1..4094    

SwQinQPortEntry  
SEQUENCE    
  swQinQPortIndex INTEGER
  swQinQPortRole INTEGER
  swQinQPortMissDrop INTEGER
  swQinQPortTpid OCTET STRING
  swQinQPortUseInnerPriority INTEGER
  swQinQPortInnerTagState INTEGER
  swQinQPortInnerTag OCTET STRING
  swQinQPortTrustCVID INTEGER
  swQinQPortVlanTranslation INTEGER
  swQinQPortInnerTpid OCTET STRING

SwQinQPortRuleEntry  
SEQUENCE    
  swQinQPortRuleIndex INTEGER
  swQinQProfileId INTEGER
  swQinQPortRuleRowStatus RowStatus

SwVlanTranslateEntry  
SEQUENCE    
  swVlanTranslatePortIndex INTEGER
  swVlanTranslateCVID VlanId
  swVlanTranslateSVID VlanId
  swVlanTranslateSVIDOperation INTEGER
  swVlanTranslatePriority INTEGER
  swVlanTranslateRowStatus RowStatus

SwDoubleVlanTranslateEntry  
SEQUENCE    
  swDoubleVlanTranslatePortIndex INTEGER
  swDoubleVlanTranslateSVID VlanId
  swDoubleVlanTranslateCVID VlanId
  swDoubleVlanTranslateNewSVID VlanId
  swDoubleVlanTranslateOperation INTEGER
  swDoubleVlanTranslatePriority INTEGER
  swDoubleVlanTranslateRowStatus RowStatus

SwQinQProfileEntry  
SEQUENCE    
  swQinQProfileID INTEGER
  swQinQProfileRowStatus RowStatus

SwQinQRuleEntry  
SEQUENCE    
  swQinQRuleProfileID INTEGER
  swQinQRuleAccessID INTEGER
  swQinQRuleClassifySrcMacAddr MacAddress
  swQinQRuleClassifySrcMacAddrMask MacAddress
  swQinQRuleClassifyDstMacAddr MacAddress
  swQinQRuleClassifyDstMacAddrMask MacAddress
  swQinQRuleSrcIPv4Address IpAddress
  swQinQRuleSrcIPv4AddrMask IpAddress
  swQinQRuleDstIPv4Address IpAddress
  swQinQRuleDstIPv4AddrMask IpAddress
  swQinQRuleInnerVid DisplayString
  swQinQRuleOuterVid DisplayString
  swQinQRule8021p INTEGER
  swQinQRuleIpProtocol INTEGER
  swQinQRuleSourcePort INTEGER
  swQinQRuleDestinationPort INTEGER
  swQinQRuleSpvidOperation INTEGER
  swQinQRuleSpvid INTEGER
  swQinQPriority INTEGER
  swQinQRuleRowStatus RowStatus
  swQinQRuleActivePort PortList

SwVlanTranslationCVIDEntry  
SEQUENCE    
  swVlanTranslationCVID VlanId
  swVlanTranslationSVID VlanId
  swVlanTranslationSVIDOperation INTEGER
  swVlanTranslationCVIDRowStatus RowStatus

Defined Values

swQinQMIB 1.3.6.1.4.1.171.12.57
The structure of Q-in-Q information for the proprietary enterprise.
MODULE-IDENTITY    

swQinQCtrl 1.3.6.1.4.1.171.12.57.1
OBJECT IDENTIFIER    

swQinQInfo 1.3.6.1.4.1.171.12.57.2
OBJECT IDENTIFIER    

swQinQPortMgmt 1.3.6.1.4.1.171.12.57.3
OBJECT IDENTIFIER    

swQinQMgmt 1.3.6.1.4.1.171.12.57.4
OBJECT IDENTIFIER    

swQinQState 1.3.6.1.4.1.171.12.57.1.1
This object is used to enable/disable the Q-in-Q status.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

swQinQInnerTpid 1.3.6.1.4.1.171.12.57.1.2
This object is used to set the system's inner TPID.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(2)  

swQinQPortTable 1.3.6.1.4.1.171.12.57.3.1
A table that contains Q-in-Q VLAN mode information about each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwQinQPortEntry

swQinQPortEntry 1.3.6.1.4.1.171.12.57.3.1.1
A list of Q-in-Q VLAN mode information for each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwQinQPortEntry  

swQinQPortIndex 1.3.6.1.4.1.171.12.57.3.1.1.1
This object indicates the module's port number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

swQinQPortRole 1.3.6.1.4.1.171.12.57.3.1.1.2
This object sets the port role in Q-in-Q mode. It can be UNI port or NNI port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER nni(1), uni(2)  

swQinQPortMissDrop 1.3.6.1.4.1.171.12.57.3.1.1.3
This object is used to enable/disable C-VLAN based SP-VLAN assignment miss drop. If missdrop is enabled, the packet that does not match any assignment rule in the Q-in-Q profile will be dropped. If missdrop is disabled, then the packet will be assigned to the PVID of the received port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

swQinQPortTpid 1.3.6.1.4.1.171.12.57.3.1.1.4
Specifies the outer TPID for each port.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(2)  

swQinQPortUseInnerPriority 1.3.6.1.4.1.171.12.57.3.1.1.5
This object specifies whether to use the priority in the C-VLAN tag as the priority in the SP-VLAN tag.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

swQinQPortInnerTagState 1.3.6.1.4.1.171.12.57.3.1.1.6
Specifies whether to add inner tag for ingress untagged packets.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

swQinQPortInnerTag 1.3.6.1.4.1.171.12.57.3.1.1.7
If swQinQPortInnerTagState is enabled, this object specifies the inner tag.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(2)  

swQinQPortTrustCVID 1.3.6.1.4.1.171.12.57.3.1.1.8
If swQinQState is enabled, this object specifies whether to use the C-VID of the ingress packet to get S-VID on the UNI port or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

swQinQPortVlanTranslation 1.3.6.1.4.1.171.12.57.3.1.1.9
If swQinQState and swQinQPortTrustCVID are enabled, this object specifies whether to lookup VLAN translation table to get S-VID by the C-VID of the ingress packet on the UNI port or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

swQinQPortInnerTpid 1.3.6.1.4.1.171.12.57.3.1.1.10
Specifies the inner TPID for each port.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(2)  

swQinQPortRuleTable 1.3.6.1.4.1.171.12.57.3.2
A table that is used to configure a port's Q-in-Q SP-VLAN assignment rule.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwQinQPortRuleEntry

swQinQPortRuleEntry 1.3.6.1.4.1.171.12.57.3.2.1
A list of Q-in-Q SP-VLAN assignment rules for each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwQinQPortRuleEntry  

swQinQPortRuleIndex 1.3.6.1.4.1.171.12.57.3.2.1.1
This object indicates the module's port number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

swQinQProfileId 1.3.6.1.4.1.171.12.57.3.2.1.2
This object indicates the Q-in-Q profile ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

swQinQPortRuleRowStatus 1.3.6.1.4.1.171.12.57.3.2.1.3
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

swVlanTranslateTable 1.3.6.1.4.1.171.12.57.3.3
A table that contains VLAN translation information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwVlanTranslateEntry

swVlanTranslateEntry 1.3.6.1.4.1.171.12.57.3.3.1
A list of VLAN translation information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwVlanTranslateEntry  

swVlanTranslatePortIndex 1.3.6.1.4.1.171.12.57.3.3.1.1
This object indicates the module's port number.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swVlanTranslateCVID 1.3.6.1.4.1.171.12.57.3.3.1.2
The customer VLAN identifier in a C-TAG.
Status: current Access: read-only
OBJECT-TYPE    
  VlanId  

swVlanTranslateSVID 1.3.6.1.4.1.171.12.57.3.3.1.3
A VLAN identifier conveyed in an S-TAG.
Status: current Access: read-create
OBJECT-TYPE    
  VlanId  

swVlanTranslateSVIDOperation 1.3.6.1.4.1.171.12.57.3.3.1.4
The 'add' action indicates to add a tag for the assigned SP-VLAN before the C-VLAN tag. If there is S-TAG in the packet, this rule will not take effect. The 'replace' action indicates to replace the C-VLAN in the tag by the SP-VLAN. If there is no C-TAG in the packet, this rule will not take effect.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER add(1), replace(2)  

swVlanTranslatePriority 1.3.6.1.4.1.171.12.57.3.3.1.5
The priority of the S-TAG. -1 is default value.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER -1 | 0..7  

swVlanTranslateRowStatus 1.3.6.1.4.1.171.12.57.3.3.1.6
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

swDoubleVlanTranslateTable 1.3.6.1.4.1.171.12.57.3.4
A table that contains Double Tag VLAN translation information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwDoubleVlanTranslateEntry

swDoubleVlanTranslateEntry 1.3.6.1.4.1.171.12.57.3.4.1
A list of Double Tag VLAN translation information , only work on NNI port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwDoubleVlanTranslateEntry  

swDoubleVlanTranslatePortIndex 1.3.6.1.4.1.171.12.57.3.4.1.1
This object indicates the module's port number.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

swDoubleVlanTranslateSVID 1.3.6.1.4.1.171.12.57.3.4.1.2
The customer VLAN identifier in a S-TAG.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanId  

swDoubleVlanTranslateCVID 1.3.6.1.4.1.171.12.57.3.4.1.3
The customer VLAN identifier in a C-TAG.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanId  

swDoubleVlanTranslateOperation 1.3.6.1.4.1.171.12.57.3.4.1.4
The 'replace' action indicates to replace the S-VLAN in the tag by the New S-VLAN.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER replace(2)  

swDoubleVlanTranslateNewSVID 1.3.6.1.4.1.171.12.57.3.4.1.5
The SP-VLAN identifier used to replace.
Status: current Access: read-create
OBJECT-TYPE    
  VlanId  

swDoubleVlanTranslatePriority 1.3.6.1.4.1.171.12.57.3.4.1.6
The priority of the S-TAG. -1 is default value.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER -1 | 0..7  

swDoubleVlanTranslateRowStatus 1.3.6.1.4.1.171.12.57.3.4.1.7
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

swQinQProfileTable 1.3.6.1.4.1.171.12.57.4.1
This table is used to create a Q-in-Q profile to assign SP-VLAN. Multiple rules can be specified for a Q-in-Q profile.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwQinQProfileEntry

swQinQProfileEntry 1.3.6.1.4.1.171.12.57.4.1.1
A list containing Q-in-Q profile information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwQinQProfileEntry  

swQinQProfileID 1.3.6.1.4.1.171.12.57.4.1.1.1
Specifies the Q-in-Q profile ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

swQinQProfileRowStatus 1.3.6.1.4.1.171.12.57.4.1.1.2
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

swQinQRuleTable 1.3.6.1.4.1.171.12.57.4.2
This table contains Q-in-Q rule information. These rules will indicate whether to add a tag for the SP-VLAN or to replace the inner C-VLAN in the tag by the SP-VLAN. If the matched packet has a SP-VLAN tag and the action is 'add', this rule will not take effect for the packet. If the matched packet has no C-VLAN tag and the action is 'replace', this rule will not take effect too. C-VLAN based Q-in-Q rules have lower priority than flow-based Q-in-Q rules. For flow-based Q-in-Q rules in the same profile, the rule's priority is decided by the rule's ID; a smaller ID has a higher priority.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwQinQRuleEntry

swQinQRuleEntry 1.3.6.1.4.1.171.12.57.4.2.1
A list of information about Q-in-Q rules.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwQinQRuleEntry  

swQinQRuleProfileID 1.3.6.1.4.1.171.12.57.4.2.1.1
Specifies the profile ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

swQinQRuleAccessID 1.3.6.1.4.1.171.12.57.4.2.1.2
Specifies the ID of the Q-in-Q rule entry related to the swQinQRuleProfileID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

swQinQRuleClassifySrcMacAddr 1.3.6.1.4.1.171.12.57.4.2.1.3
Specifies the source MAC address.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

swQinQRuleClassifySrcMacAddrMask 1.3.6.1.4.1.171.12.57.4.2.1.4
Specifies the source MAC address mask.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

swQinQRuleClassifyDstMacAddr 1.3.6.1.4.1.171.12.57.4.2.1.5
Specifies the destination MAC address.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

swQinQRuleClassifyDstMacAddrMask 1.3.6.1.4.1.171.12.57.4.2.1.6
Specifies the destination MAC address mask.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

swQinQRuleSrcIPv4Address 1.3.6.1.4.1.171.12.57.4.2.1.7
Specifies an IPv4 source address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

swQinQRuleSrcIPv4AddrMask 1.3.6.1.4.1.171.12.57.4.2.1.8
Specifies the IPv4 source address mask.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

swQinQRuleDstIPv4Address 1.3.6.1.4.1.171.12.57.4.2.1.9
Specifies an IPv4 destination address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

swQinQRuleDstIPv4AddrMask 1.3.6.1.4.1.171.12.57.4.2.1.10
Specifies the IPv4 destination address mask.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

swQinQRuleInnerVid 1.3.6.1.4.1.171.12.57.4.2.1.11
Specifies the packet's inner VID range.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

swQinQRuleOuterVid 1.3.6.1.4.1.171.12.57.4.2.1.12
Specifies the packet's outer VID range.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

swQinQRule8021p 1.3.6.1.4.1.171.12.57.4.2.1.13
Specifies the packet's 802.1p priority. -1 means the 802.1p priority is not set
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER -1 | 0..7  

swQinQRuleIpProtocol 1.3.6.1.4.1.171.12.57.4.2.1.14
Specifies the IP protocol.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

swQinQRuleSourcePort 1.3.6.1.4.1.171.12.57.4.2.1.15
Specifies the source port number.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

swQinQRuleDestinationPort 1.3.6.1.4.1.171.12.57.4.2.1.16
Specifies the destination port number.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

swQinQRuleSpvidOperation 1.3.6.1.4.1.171.12.57.4.2.1.17
The 'add' action indicates to add a tag for the assigned SP-VLAN before the C-VLAN tag. If there is S-TAG in the packet, this rule will not take effect. The 'replace' action indicates to replace the C-VLAN in the tag by the SP-VLAN. If there is no C-TAG in the packet, this rule will not take effect.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER add(1), replace(2)  

swQinQRuleSpvid 1.3.6.1.4.1.171.12.57.4.2.1.18
Specifies the SP-VLAN ID to be assigned to the matched packet.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..4094  

swQinQPriority 1.3.6.1.4.1.171.12.57.4.2.1.19
Specifies the priority of the SP-VLAN. -1 is default value.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER -1 | 0..7  

swQinQRuleRowStatus 1.3.6.1.4.1.171.12.57.4.2.1.20
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

swQinQRuleActivePort 1.3.6.1.4.1.171.12.57.4.2.1.21
Specifies the active port list which the rule takes effect.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

swVlanTranslationCVIDTable 1.3.6.1.4.1.171.12.57.4.3
A table that contains VLAN translation information applied in enabling port's swQinQPortVlanTranslation, swQinQPortTrustCVID and QinQ.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwVlanTranslationCVIDEntry

swVlanTranslationCVIDEntry 1.3.6.1.4.1.171.12.57.4.3.1
A list of VLAN translation information applied in enabling a port's swQinQPortVlanTranslation, swQinQPortTrustCVID and QinQ.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwVlanTranslationCVIDEntry  

swVlanTranslationCVID 1.3.6.1.4.1.171.12.57.4.3.1.1
The customer VLAN identifier in a C-TAG.
Status: current Access: read-only
OBJECT-TYPE    
  VlanId  

swVlanTranslationSVID 1.3.6.1.4.1.171.12.57.4.3.1.2
A VLAN identifier conveyed in an S-TAG.
Status: current Access: read-create
OBJECT-TYPE    
  VlanId  

swVlanTranslationSVIDOperation 1.3.6.1.4.1.171.12.57.4.3.1.3
The 'add' action indicates to add a tag for the assigned SP-VLAN before the C-VLAN tag. If there is S-TAG in the packet, this rule will not take effect. The 'replace' action indicates to replace the C-VLAN in the tag by the SP-VLAN. If there is no C-TAG in the packet, this rule will not take effect.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER add(1), replace(2)  

swVlanTranslationCVIDRowStatus 1.3.6.1.4.1.171.12.57.4.3.1.4
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus