CISCO-VLAN-TRANSLATION-MIB

File: CISCO-VLAN-TRANSLATION-MIB.mib (17046 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB Q-BRIDGE-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
MODULE-COMPLIANCE OBJECT-GROUP RowStatus
TruthValue ifIndex VlanIndex
ciscoMgmt

Defined Types

CvtGlobalTranslationEntry  
SEQUENCE    
  cvtGlobalOriginalVlan VlanIndex
  cvtGlobalTranslatedVlan VlanIndex
  cvtGlobalTranslationEffective TruthValue
  cvtGlobalTranslationStatus RowStatus

CvtPortConfigEntry  
SEQUENCE    
  cvtPortTranslationEnabled TruthValue
  cvtPortTranslationMax Unsigned32

CvtPortTranslationEntry  
SEQUENCE    
  cvtPortOriginalVlan VlanIndex
  cvtPortTranslatedVlan VlanIndex
  cvtPortTranslationStatus RowStatus

Defined Values

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.
MODULE-IDENTITY    

ciscoVlanTranslationMIBNotifs 1.3.6.1.4.1.9.9.411.0
OBJECT IDENTIFIER    

ciscoVlanTranslationMIBObjects 1.3.6.1.4.1.9.9.411.1
OBJECT IDENTIFIER    

ciscoVlanTranslationMIBConform 1.3.6.1.4.1.9.9.411.2
OBJECT IDENTIFIER    

cvtGlobalTranslation 1.3.6.1.4.1.9.9.411.1.1
OBJECT IDENTIFIER    

cvtGlobalTranslationMax 1.3.6.1.4.1.9.9.411.1.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cvtGlobalTranslationTable 1.3.6.1.4.1.9.9.411.1.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CvtGlobalTranslationEntry

cvtGlobalTranslationEntry 1.3.6.1.4.1.9.9.411.1.1.2.1
Information about the VLAN translation for a particular VLAN to a different VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  CvtGlobalTranslationEntry  

cvtGlobalOriginalVlan 1.3.6.1.4.1.9.9.411.1.1.2.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanIndex  

cvtGlobalTranslatedVlan 1.3.6.1.4.1.9.9.411.1.1.2.1.2
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.
Status: current Access: read-create
OBJECT-TYPE    
  VlanIndex  

cvtGlobalTranslationEffective 1.3.6.1.4.1.9.9.411.1.1.2.1.3
Indicates whether this VLAN translation is functioning on the device.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cvtGlobalTranslationStatus 1.3.6.1.4.1.9.9.411.1.1.2.1.4
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'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cvtPortBasedTranslation 1.3.6.1.4.1.9.9.411.1.2
OBJECT IDENTIFIER    

cvtPortConfigTable 1.3.6.1.4.1.9.9.411.1.2.1
This table contains information related to the port based VLAN translation on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CvtPortConfigEntry

cvtPortConfigEntry 1.3.6.1.4.1.9.9.411.1.2.1.1
A set of configuration information regarding port based VLAN translation. An entry exists for every physical port which supports VLAN translation feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  CvtPortConfigEntry  

cvtPortTranslationEnabled 1.3.6.1.4.1.9.9.411.1.2.1.1.1
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'.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cvtPortTranslationMax 1.3.6.1.4.1.9.9.411.1.2.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cvtPortTranslationTable 1.3.6.1.4.1.9.9.411.1.2.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CvtPortTranslationEntry

cvtPortTranslationEntry 1.3.6.1.4.1.9.9.411.1.2.2.1
Entry containing VLAN translation Information for a particular VLAN on a specific port. The entry is created and deleted by using cvtPortTranslationStatus.
Status: current Access: not-accessible
OBJECT-TYPE    
  CvtPortTranslationEntry  

cvtPortOriginalVlan 1.3.6.1.4.1.9.9.411.1.2.2.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanIndex  

cvtPortTranslatedVlan 1.3.6.1.4.1.9.9.411.1.2.2.1.2
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.
Status: current Access: read-create
OBJECT-TYPE    
  VlanIndex  

cvtPortTranslationStatus 1.3.6.1.4.1.9.9.411.1.2.2.1.3
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'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cvtMIBCompliances 1.3.6.1.4.1.9.9.411.2.1
OBJECT IDENTIFIER    

cvtMIBCompliance 1.3.6.1.4.1.9.9.411.2.1.1
The compliance statement for trunk port VLAN translation implementations.
Status: current Access: read-create
MODULE-COMPLIANCE    

cvtMIBGroups 1.3.6.1.4.1.9.9.411.2.2
OBJECT IDENTIFIER    

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.
Status: current Access: read-create
OBJECT-GROUP    

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.
Status: current Access: read-create
OBJECT-GROUP