CISCO-QINQ-VLAN-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-QINQ-VLAN-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
 ciscoQinqVlanMIB 1.3.6.1.4.1.9.9.445
This MIB defines configuration and monitoring capabilities relating to 802.1QinQ interfaces. QinQ interfaces are capable of terminating QinQ traffic and translating QinQ tags. IEEE 802.1Q VLAN specification provides for an option to tag Ethernet frames with two VLAN tags: - An inner tag that specifies the customer's VLAN ID. This tag is called the 'CE VLAN'. - An outer tag that specifies the service provider's VLAN ID. This tag is called the 'metro tag', or the 'PE VLAN'. The combination of inner and outer VLAN tags is used to uniquely identify a particular customer's service flow.
         ciscoQinqVlanMIBNotifs 1.3.6.1.4.1.9.9.445.0
         ciscoQinqVlanMIBObjects 1.3.6.1.4.1.9.9.445.1
             cqvTermination 1.3.6.1.4.1.9.9.445.1.1
                 cqvTerminationTable 1.3.6.1.4.1.9.9.445.1.1.1 no-access
This table contains attributes pertaining to QinQ terminated interfaces. The ifIndex in the INDEX clause identifies the interface that terminates QinQ traffic. A management application can create a conceptual row in this table by setting the cqvTerminationRowStatus to 'createAndWait' or 'createAndGo'. A conceptual row in this table cannot be modified while cqvTerminationRowStatus is set to 'active'.
                     cqvTerminationEntry 1.3.6.1.4.1.9.9.445.1.1.1.1 no-access
An entry in this table defines a QinQ terminated interface.
                         cqvTerminationPeVlanId 1.3.6.1.4.1.9.9.445.1.1.1.1.1 vlanid no-access
The VLAN ID of the outer tag of a QinQ frame.
                         cqvTerminationCeVlanId 1.3.6.1.4.1.9.9.445.1.1.1.1.2 vlanid no-access
The VLAN ID of the inner tag of a QinQ frame.
                         cqvTerminationPeEncap 1.3.6.1.4.1.9.9.445.1.1.1.1.3 cqvencapsulationtype read-only
The encapsulation type of the PE VLAN (cqvTerminationPeVlanId) of a QinQ frame.
                         cqvTerminationRowStatus 1.3.6.1.4.1.9.9.445.1.1.1.1.4 rowstatus read-only
This object facilitates the creation, modification, or deletion of a conceptual row in this table.
             cqvTranslation 1.3.6.1.4.1.9.9.445.1.2
                 cqvTranslationTable 1.3.6.1.4.1.9.9.445.1.2.1 no-access
This table defines the translations performed on QinQ capable interfaces. The ifIndex in the INDEX clause identifies the QinQ interface. A QinQ interface performs the following translations: - Double Tagged to Single Tagged - the inner and outer tags of the frames internal to the switch are replaced with a single trunk VLAN tag when the outgoing frame is transmitted. - Double Tagged to Double Tagged - the outer tag of the frames internal to the switch are replaced with an outer trunk VLAN tag when the outgoing frame is transmitted. The inner tag remains unchanged in the transmitted frame. The following picture illustrates QinQ translations. <----- Provider Side -----|----- Customer Side -----> Switch +--------------------------------+ | | | +---------------+ +-------| +------------------+ | | Double Tagged | | QinQ | | Single or Double | | | Frames | --> | Intf | --> | Tagged Frames | | +---------------+ +-------| +------------------+ | | +--------------------------------+ Also, the QinQ interface sets the IEEE 802.1P prioritization bits (P bits) in the outgoing frames by copying the P bits either from the internal frame's outer or inner VLAN tag. A management application can create a conceptual row in this table by setting the cqvTranslationRowStatus to 'createAndWait' or 'createAndGo'. A conceptual row in this table cannot be modified while cqvTranslationRowStatus is set to 'active'.
                     cqvTranslationEntry 1.3.6.1.4.1.9.9.445.1.2.1.1 no-access
An entry in this table contains translation information for a particular QinQ interface.
                         cqvTranslationInternalPeVlanId 1.3.6.1.4.1.9.9.445.1.2.1.1.1 cqvvlanidorzero no-access
The QinQ outer VLAN ID of an internal double tagged frame. This object will have the value of zero as described in the cqvTranslationType object.
                         cqvTranslationInternalCeVlanId 1.3.6.1.4.1.9.9.445.1.2.1.1.2 cqvvlanidorzero no-access
The QinQ inner VLAN ID of an internal double tagged frame. This object will have the value of zero as described in the cqvTranslationType object.
                         cqvTranslationTrunkPeVlanId 1.3.6.1.4.1.9.9.445.1.2.1.1.3 cqvvlanidorzero read-only
The QinQ outer VLAN ID of a trunk VLAN frame. This object will have the value of zero as described in the cqvTranslationType object.
                         cqvTranslationTrunkCeVlanId 1.3.6.1.4.1.9.9.445.1.2.1.1.4 cqvvlanidorzero read-only
The QinQ inner VLAN ID of a trunk VLAN frame. This object will have the value of zero as described in the cqvTranslationType object.
                         cqvTranslationType 1.3.6.1.4.1.9.9.445.1.2.1.1.5 integer read-only
The QinQ translation type being performed on the interface. 'doubleToSingle' - Double tagged to single tagged traffic. The value of cqvTranslationTrunkPeVlanId will be zero. This indicates that the PE VLAN tag will be absent in the trunk interface. 'doubleToDouble' - Double tagged to double tagged traffic. The value of the internal PE and CE, and the trunk PE and CE VLAN IDs are non-zero. 'doubleToDoubleOutOfRange' - Double tagged to double tagged traffic that does not have a defined translation. The value of cqvTranslationInternalCeVlanId will be zero. This indicates that the CE VLAN tag is being used as a wildcard. Enumeration: 'doubleToDoubleOutOfRange': 3, 'doubleToDouble': 2, 'doubleToSingle': 1.
                         cqvTranslationCosPBits 1.3.6.1.4.1.9.9.445.1.2.1.1.6 integer read-only
This object indicates how the IEEE 802.1P bits (P bits) in the IEEE 802.1Q header of the trunk VLAN are to be set. The P bits in the trunk VLAN can be set by copying the P bits of the outer PE tag or the inner CE tag. 'copyFromOuterTag' - Copy the P bits from the outer PE tag. 'copyFromInnerTag' - Copy the P bits from the inner CE tag. Enumeration: 'copyFromOuterTag': 1, 'copyFromInnerTag': 2.
                         cqvTranslationRowStatus 1.3.6.1.4.1.9.9.445.1.2.1.1.7 rowstatus read-only
This object facilitates the creation, modification, or deletion of a conceptual row in this table.
         ciscoQinqVlanMIBConform 1.3.6.1.4.1.9.9.445.2
             ciscoQinqVlanMIBCompliances 1.3.6.1.4.1.9.9.445.2.1
                 ciscoQinQVlanMIBCompliance 1.3.6.1.4.1.9.9.445.2.1.1
The compliance statement for entities which implement the Cisco QinQ MIB.
             ciscoQinqVlanMIBGroups 1.3.6.1.4.1.9.9.445.2.2
                 ciscoQinqVlanTerminationGroup 1.3.6.1.4.1.9.9.445.2.2.1
Objects for providing configuration for QinQ termination.
                 ciscoQinqVlanTranslationGroup 1.3.6.1.4.1.9.9.445.2.2.2
Objects for providing configuration for QinQ translation.