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

VENDOR: CISCO


 Home MIB: CISCO-VLAN-TRANSLATION-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
 ciscoVlanTranslationMIB 1.3.6.1.4.1.9.9.411
The MIB module for the management of VLAN translations. VLAN translation refers to the ability of the device to translate between different virtual LANs or between VLAN and non-VLAN encapsulating interfaces at Layer 2. Translation is typically used for selective inter-VLAN switching of non-routable protocols and to extend a single VLAN topology across hybrid switching environments.
         ciscoVlanTranslationMIBNotifs 1.3.6.1.4.1.9.9.411.0
         ciscoVlanTranslationMIBObjects 1.3.6.1.4.1.9.9.411.1
             cvtGlobalTranslation 1.3.6.1.4.1.9.9.411.1.1
                 cvtGlobalTranslationMax 1.3.6.1.4.1.9.9.411.1.1.1 unsigned32 read-only
Maximum number of configurable global VLAN translation entries allowed in the cvtGlobalTranslationTable. A value of zero indicates no limitation on the number of configurable global VLAN translation.
                 cvtGlobalTranslationTable 1.3.6.1.4.1.9.9.411.1.1.2 no-access
This table contains the device based VLAN-to-VLAN associations for all the device's physical ports. The translation is applied in both ingress and egress sides of all the Layer 2 trunks. VLAN translation makes the traffic arriving on the VLAN cvtGlobalOriginalVlan on the trunk ports to be mapped to or tagged with the VLAN cvtGlobalTranslatedVlan. It also causes all the traffic internally tagged with the VLAN cvtGlobalTranslatedVlan and leaving the trunk ports to be tagged with VLAN cvtGlobalOriginalVlan. A global VLAN translation configuration is inactive for those ports that are not Layer 2 trunks. The global VLAN translations are mutually exclusive to the port based VLAN translations. The rows in this table can only be created when the table cvtPortTranslationTable is empty. A conceptual row is created for each VLAN mapping configuration on the device which supports the feature. The value of cvtGlobalTranslationMax determines the maximum number of rows in this table.
                     cvtGlobalTranslationEntry 1.3.6.1.4.1.9.9.411.1.1.2.1 no-access
Information about the VLAN translation for a particular VLAN to a different VLAN.
                         cvtGlobalOriginalVlan 1.3.6.1.4.1.9.9.411.1.1.2.1.1 vlanindex no-access
The VLAN translation is applied in both ingress and egress sides of all the Layer 2 trunks. It makes the traffic arriving on the VLAN with this VLAN ID to be mapped to or tagged with the corresponding instance of cvtGlobalTranslatedVlan on the device. It also causes all the traffic internally tagged with the corresponding instance of cvtGlobalTranslatedVlan and leaving the trunk ports to be tagged with the VLAN of this VLAN ID.
                         cvtGlobalTranslatedVlan 1.3.6.1.4.1.9.9.411.1.1.2.1.2 vlanindex read-only
The VLAN translation is applied in both ingress and egress sides of all the Layer 2 trunks. It makes the traffic arriving on the VLAN with the corresponding instance of cvtGlobalOriginalVlan on the device to be mapped to or tagged with the VLAN of this VLAN ID. It also causes all the traffic internally tagged with the VLAN of this VLAN ID and leaving the trunk ports to be tagged with the corresponding instance of cvtGlobalOriginalVlan on the device.
                         cvtGlobalTranslationEffective 1.3.6.1.4.1.9.9.411.1.1.2.1.3 truthvalue read-only
Indicates whether this VLAN translation is functioning on the device.
                         cvtGlobalTranslationStatus 1.3.6.1.4.1.9.9.411.1.1.2.1.4 rowstatus read-only
The status of the conceptual row for this global VLAN translation. Once a row becomes active, value in any other column within such row cannot be modified. When this object is set to createAndGo(4) and the number of the existing rows exceeds cvtGlobalTranslationMax, agent returns 'resourceUnavailable'.
             cvtPortBasedTranslation 1.3.6.1.4.1.9.9.411.1.2
                 cvtPortConfigTable 1.3.6.1.4.1.9.9.411.1.2.1 no-access
This table contains information related to the port based VLAN translation on the device.
                     cvtPortConfigEntry 1.3.6.1.4.1.9.9.411.1.2.1.1 no-access
A set of configuration information regarding port based VLAN translation. An entry exists for every physical port which supports VLAN translation feature.
                         cvtPortTranslationEnabled 1.3.6.1.4.1.9.9.411.1.2.1.1.1 truthvalue read-write
This object indicates whether the VLAN translation feature is enabled on the port. Setting this value to 'true' enables VLAN translation on the port. Setting this value to 'false' disables VLAN translation on the port. The corresponding entries in table cvtPortTranslationTable will not be used if the value of this object is 'false'.
                         cvtPortTranslationMax 1.3.6.1.4.1.9.9.411.1.2.1.1.2 unsigned32 read-only
Maximum number of configurable VLAN translation entries allowed on the port. A value of zero indicates no limitation on the number of configurable VLANs which can be translated.
                 cvtPortTranslationTable 1.3.6.1.4.1.9.9.411.1.2.2 no-access
This table contains the port based VLAN-to-VLAN associations for the device's physical ports. The translation is applied in both ingress and egress sides of the layer 2 trunk on the port. It causes the traffic arriving on the VLAN cvtPortOriginalVlan on this port to be mapped to or tagged with the VLAN cvtPortTranslatedVlan. It also causes all the traffic internally tagged with the VLAN cvtPortTranslatedVlan and leaving the port to be tagged with VLAN cvtPortOriginalVlan. A VLAN translation configuration that is applied to Layer 2 ports that are not Layer 2 trunks is inactive. The port based VLAN translations are mutually exclusive to the global VLAN translations. The rows in this table can only be created when the table cvtGlobalTranslationTable is empty. A conceptual row is created for a translation on a particular physical port which supports the feature. The value of the corresponding instance of cvtPortTranslationMax determines the maximum number of rows for the same port. On some platforms, VLAN translation may be configured per port group rather than per port. If multiple ports belong to a port group, the VLAN translation configured to any of the ports in such group will apply to all ports in the same group.
                     cvtPortTranslationEntry 1.3.6.1.4.1.9.9.411.1.2.2.1 no-access
Entry containing VLAN translation Information for a particular VLAN on a specific port. The entry is created and deleted by using cvtPortTranslationStatus.
                         cvtPortOriginalVlan 1.3.6.1.4.1.9.9.411.1.2.2.1.1 vlanindex no-access
The VLAN translation is applied in both ingress and egress sides of the layer 2 trunk on the port. It makes the traffic arriving on the VLAN with this VLAN ID to be mapped to or tagged with the corresponding instance of cvtPortTranslatedVlan on the port. It also causes all the traffic internally tagged with the corresponding instance of cvtPortTranslatedVlan and leaving the trunk port to be tagged with the VLAN of this VLAN ID.
                         cvtPortTranslatedVlan 1.3.6.1.4.1.9.9.411.1.2.2.1.2 vlanindex read-only
The VLAN translation is applied in both ingress and egress sides of the Layer 2 trunk on the port. It makes the traffic arriving on the VLAN with the corresponding instance of cvtPortOriginalVlan on the device to be mapped to or tagged with the VLAN of this VLAN ID. It also causes all the traffic internally tagged with the VLAN of this VLAN ID and leaving the trunk port to be tagged with the corresponding instance of cvtPortOriginalVlan on the port.
                         cvtPortTranslationStatus 1.3.6.1.4.1.9.9.411.1.2.2.1.3 rowstatus read-only
The status of this conceptual row for the VLAN translation on the specific port. Once a row becomes active, value in any other column within such row cannot be modified. When this object is set to 'createAndGo' and the number of the existing rows for a specific physical port exceeds cvtPortTranslationMax of this port in cvtPortConfigTable, agent returns 'resourceUnavailable'.
         ciscoVlanTranslationMIBConform 1.3.6.1.4.1.9.9.411.2
             cvtMIBCompliances 1.3.6.1.4.1.9.9.411.2.1
                 cvtMIBCompliance 1.3.6.1.4.1.9.9.411.2.1.1
The compliance statement for trunk port VLAN translation implementations.
             cvtMIBGroups 1.3.6.1.4.1.9.9.411.2.2
                 cvtGlobalTranslationGroup 1.3.6.1.4.1.9.9.411.2.2.1
A collection of objects providing the device level VLAN translation ability on the device.
                 cvtPortTranslationGroup 1.3.6.1.4.1.9.9.411.2.2.2
A collection of objects providing the port level VLAN translation ability on the device.