CISCO-L2-TUNNEL-CONFIG-MIB

File: CISCO-L2-TUNNEL-CONFIG-MIB.mib (32496 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB CISCO-QOS-PIB-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 Counter32 MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP TruthValue
ifIndex QosLayer2Cos ciscoMgmt

Defined Types

CltcDot1qTunnelEntry  
SEQUENCE    
  cltcDot1qTunnelMode INTEGER

CltcTunneledProtocolEntry  
SEQUENCE    
  cltcTunneledProtocolType BITS

CltcTunnelThresholdEntry  
SEQUENCE    
  cltcTunnelThresholdProtocolIndex INTEGER
  cltcTunnelDropThreshold Unsigned32
  cltcTunnelShutdownThreshold Unsigned32

CltcTunnelStatisticsEntry  
SEQUENCE    
  cltcTunneledProtocolIndex INTEGER
  cltcTunnelEncapStats Counter32
  cltcTunnelDeEncapStats Counter32
  cltcTunnelDropStats Counter32

CltcTunnelDropStatEntry  
SEQUENCE    
  cltcTunnelTotalDropStats Counter32

CltcDot1qAllTaggedIfEntry  
SEQUENCE    
  cltcDot1qAllTaggedIfEnabled TruthValue

Defined Values

ciscoL2TunnelConfigMIB 1.3.6.1.4.1.9.9.246
This MIB module is for layer 2 tunneling related configurations on a device. Tunneling allows separate local networks to be considered as a single VLAN. These separate networks are connected via an ISP, which will tunnel the packets from one network to another, making it appear as if the two networks are actually just one.
MODULE-IDENTITY    

cltcMIBObjects 1.3.6.1.4.1.9.9.246.1
OBJECT IDENTIFIER    

cltcGlobal 1.3.6.1.4.1.9.9.246.1.1
OBJECT IDENTIFIER    

cltcDot1qTunnel 1.3.6.1.4.1.9.9.246.1.2
OBJECT IDENTIFIER    

cltcTunneledProtocol 1.3.6.1.4.1.9.9.246.1.3
OBJECT IDENTIFIER    

cltcTunnelThreshold 1.3.6.1.4.1.9.9.246.1.4
OBJECT IDENTIFIER    

cltcTunnelStatistics 1.3.6.1.4.1.9.9.246.1.5
OBJECT IDENTIFIER    

cltcDot1qAllTagged 1.3.6.1.4.1.9.9.246.1.6
OBJECT IDENTIFIER    

cltcTunnelCos 1.3.6.1.4.1.9.9.246.1.1.1
Specifies the user priority of the tunneled PDUs and applies to all ingress tunneling interfaces.
Status: current Access: read-write
OBJECT-TYPE    
  QosLayer2Cos  

cltcNotificationEnable 1.3.6.1.4.1.9.9.246.1.1.2
This object indicates whether the system will generate the cltcTunnelDropThresholdExceeded and cltcTunnelShutdownThresholdExceeded notifications.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cltcTunnelSysDropThreshold 1.3.6.1.4.1.9.9.246.1.1.3
This object specifies the drop threshold at the system level. A value of zero indicates that system level rate limiting is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cltcTunnelSysDropNotifEnable 1.3.6.1.4.1.9.9.246.1.1.4
This object specifies whether the system will generate the cltcTunnelSysDropThresholdExceeded notification.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cltcDot1qTunnelTable 1.3.6.1.4.1.9.9.246.1.2.1
This table contains information about the dot1q tunnel interfaces. Only dot1q tunneling capable interfaces are shown. 1Q-in-1Q will allow service providers to separate the traffic of various customers within their infrastructure while the customers appear to be on the same VLANs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CltcDot1qTunnelEntry

cltcDot1qTunnelEntry 1.3.6.1.4.1.9.9.246.1.2.1.1
Information about the dot1q tunnel. Only dot1q tunneling capable interfaces are shown.
Status: current Access: not-accessible
OBJECT-TYPE    
  CltcDot1qTunnelEntry  

cltcDot1qTunnelMode 1.3.6.1.4.1.9.9.246.1.2.1.1.1
Indicates the dot1q tunnel mode of the interface. Setting the interface to dot1q tunnel 'disabled' mode causes the dot1q tunnel feature to be disabled on this interface. Setting the interface to dot1q tunnel 'enabled' mode causes the dot1q tunnel feature to be enabled on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cltcTunneledProtocolTable 1.3.6.1.4.1.9.9.246.1.3.1
This table contains information about the protocols being tunneled. Only tunneled protocol filtering capable interfaces are shown.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CltcTunneledProtocolEntry

cltcTunneledProtocolEntry 1.3.6.1.4.1.9.9.246.1.3.1.1
Information about the protocols being tunneled. Only tunneled protocol filtering capable interfaces are shown.
Status: current Access: not-accessible
OBJECT-TYPE    
  CltcTunneledProtocolEntry  

cltcTunneledProtocolType 1.3.6.1.4.1.9.9.246.1.3.1.1.1
Indicates tunneled protocol of the interface. If a BIT is set, then the value of the corresponding protocol is tunneled. Specifically, if the 'cdp(0)' BIT is set, then the Cisco Discovery Protocol PDU is tunneled; if the 'vtp(1)' BIT is set, then the VLAN Trunking Protocol PDU is tunneled; if the 'stp(2)' BIT is set, then the Spanning Tree Protocol PDU is tunneled; if the 'eoam(3)' BIT is set, then the ethernet Operation, Administration and Maintenance PDU is tunneled; if the 'lldp(4)' BIT is set, then the Link Layer Discovery Protocol is tunneled. If the bit for a given protocol is set for an interface, then the statistics for that interface and protocol will start to be monitored.
Status: current Access: read-write
OBJECT-TYPE    
  BITS cdp(0), vtp(1), stp(2), eoam(3), lldp(4)  

cltcTunnelThresholdTable 1.3.6.1.4.1.9.9.246.1.4.1
This table contains information about the thresholds for protocol tunneling. Only tunneled protocol filtering capable interfaces are shown. The objects will be on a per interface, per protocol basis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CltcTunnelThresholdEntry

cltcTunnelThresholdEntry 1.3.6.1.4.1.9.9.246.1.4.1.1
Information about the thresholds for protocol tunneling. Only tunneled protocol filtering capable interfaces are shown. The entries will be on a per interface, per protocol basis
Status: current Access: not-accessible
OBJECT-TYPE    
  CltcTunnelThresholdEntry  

cltcTunnelThresholdProtocolIndex 1.3.6.1.4.1.9.9.246.1.4.1.1.1
A tunneled protocol of an interface. - all(1) is supported for devices which allow the setting of thresholds on a per interface basis. This threshold is a combined threshold for the interface which includes all supported protocols. - cdp(2), vtp(3), stp(4), eoam(5) and lldp(6) are supported for devices which allow the setting of thresholds on a per interface, per protocol basis.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER all(1), cdp(2), vtp(3), stp(4), eoam(5), lldp(6)  

cltcTunnelDropThreshold 1.3.6.1.4.1.9.9.246.1.4.1.1.2
The drop threshold on an interface for a given protocol. After reaching this drop threshold, the interface will start dropping PDUs for the given protocol. This value cannot be greater than the value of cltcTunnelShutdownThreshold. A value of 0 indicates that no limit is set.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cltcTunnelShutdownThreshold 1.3.6.1.4.1.9.9.246.1.4.1.1.3
The shutdown threshold on an interface for a given protocol. After reaching the shutdown threshold, the interface will shutdown for the given protocol. This value cannot be less than the value of cltcTunnelDropThreshold. A value of 0 indicates that no limit is set.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cltcTunnelStatisticsTable 1.3.6.1.4.1.9.9.246.1.5.1
This table contains protocol tunneling statistics on the interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CltcTunnelStatisticsEntry

cltcTunnelStatisticsEntry 1.3.6.1.4.1.9.9.246.1.5.1.1
Protocol tunneling statistics on the interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CltcTunnelStatisticsEntry  

cltcTunneledProtocolIndex 1.3.6.1.4.1.9.9.246.1.5.1.1.1
A tunneled protocol of an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER cdp(2), vtp(3), stp(4), eoam(5), lldp(6)  

cltcTunnelEncapStats 1.3.6.1.4.1.9.9.246.1.5.1.1.2
The tunneled PDU encapsulation statistics of an interface. These statistics cover the number of tunneled ingress PDUs.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cltcTunnelDeEncapStats 1.3.6.1.4.1.9.9.246.1.5.1.1.3
The tunneled PDU de-encapsulation statistics of an interface. These statistics cover the number of tunneled egress PDUs.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cltcTunnelDropStats 1.3.6.1.4.1.9.9.246.1.5.1.1.4
The number of PDUs dropped on an interface for a given protocol. The PDUs will be dropped when the cltcTunnelDropThreshold is reached.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cltcTunnelDropStatTable 1.3.6.1.4.1.9.9.246.1.5.2
This table contains protocol tunneling drop statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CltcTunnelDropStatEntry

cltcTunnelDropStatEntry 1.3.6.1.4.1.9.9.246.1.5.2.1
Drop statistics for a tunneled protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  CltcTunnelDropStatEntry  

cltcTunnelTotalDropStats 1.3.6.1.4.1.9.9.246.1.5.2.1.1
The number of tunneled ingress PDUs that have been dropped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cltcDot1qAllTaggedEnabled 1.3.6.1.4.1.9.9.246.1.6.1
This object controls if dot1q-all-tagged feature is enabled in the managed system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cltcDot1qAllTaggedIfTable 1.3.6.1.4.1.9.9.246.1.6.2
This table contains information about the dot1q-all-tagged feature's configuration of capable interfaces in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CltcDot1qAllTaggedIfEntry

cltcDot1qAllTaggedIfEntry 1.3.6.1.4.1.9.9.246.1.6.2.1
Configuration of dot1q-all-tagged feature on interfaces. Each entry is created for a dot1q-all-tagged capable interface in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CltcDot1qAllTaggedIfEntry  

cltcDot1qAllTaggedIfEnabled 1.3.6.1.4.1.9.9.246.1.6.2.1.1
This object specifies whether dot1q-all-tagged feature has been enabled on a specific interface.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cltcMIBNotifications 1.3.6.1.4.1.9.9.246.2
OBJECT IDENTIFIER    

cltcMIBNotificationsPrefix 1.3.6.1.4.1.9.9.246.2.0
OBJECT IDENTIFIER    

cltcTunnelDropThresholdExceeded 1.3.6.1.4.1.9.9.246.2.0.1
This notification is generated when the cltcTunnelDropThreshold has been exceeded.
Status: current Access: read-write
NOTIFICATION-TYPE    

cltcTunnelShutdownThresholdExceeded 1.3.6.1.4.1.9.9.246.2.0.2
This notification is generated when the cltcTunnelShutdownThreshold has been exceeded.
Status: current Access: read-write
NOTIFICATION-TYPE    

cltcTunnelSysDropThresholdExceeded 1.3.6.1.4.1.9.9.246.2.0.3
This notification is generated when the cltcTunnelSysDropThreshold has been exceeded.
Status: current Access: read-write
NOTIFICATION-TYPE    

cltcMIBConformance 1.3.6.1.4.1.9.9.246.3
OBJECT IDENTIFIER    

cltcMIBCompliances 1.3.6.1.4.1.9.9.246.3.1
OBJECT IDENTIFIER    

cltcMIBGroups 1.3.6.1.4.1.9.9.246.3.2
OBJECT IDENTIFIER    

cltcMIBCompliance 1.3.6.1.4.1.9.9.246.3.1.1
The compliance statement for the CISCO-L2-TUNNEL-CONFIG-MIB.
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

cltcMIBCompliance2 1.3.6.1.4.1.9.9.246.3.1.2
The compliance statement for the CISCO-L2-TUNNEL-CONFIG-MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cltcMIBCompliance3 1.3.6.1.4.1.9.9.246.3.1.3
The compliance statement for the CISCO-L2-TUNNEL-CONFIG-MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cltcMIBCompliance4 1.3.6.1.4.1.9.9.246.3.1.4
The compliance statement for the CISCO-L2-TUNNEL-CONFIG-MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cltcMIBCompliance5 1.3.6.1.4.1.9.9.246.3.1.5
The compliance statement for the CISCO-L2-TUNNEL-CONFIG-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

cltcDot1qTunnelGroup 1.3.6.1.4.1.9.9.246.3.2.1
A collection of objects for configuring dot1q tunnneling.
Status: current Access: read-only
OBJECT-GROUP    

cltcTunneledProtocolGroup 1.3.6.1.4.1.9.9.246.3.2.2
A collection of objects for configuring tunneled protocols.
Status: current Access: read-only
OBJECT-GROUP    

cltcTunnelThresholdGroup 1.3.6.1.4.1.9.9.246.3.2.3
A collection of objects for configuring the thresholds for protocol tunneling.
Status: current Access: read-only
OBJECT-GROUP    

cltcTunnelStatisticsGroup 1.3.6.1.4.1.9.9.246.3.2.4
A collection of objects which give the statistics regarding the tunneling interfaces.
Status: current Access: read-only
OBJECT-GROUP    

cltcDot1qAllTaggedGroup 1.3.6.1.4.1.9.9.246.3.2.5
A collection of objects for configuring the dot1q-all-tagged feature in the system.
Status: current Access: read-only
OBJECT-GROUP    

cltcTunnelDropStatisticsGroup 1.3.6.1.4.1.9.9.246.3.2.6
A collection of objects which give the statistics regarding dropped PDUs on the tunneling interfaces.
Status: current Access: read-only
OBJECT-GROUP    

cltcNotifsEnableGroup 1.3.6.1.4.1.9.9.246.3.2.7
A collections of objects used to enable notifications.
Status: current Access: read-only
OBJECT-GROUP    

cltcTunnelThresholdNotifsGroup 1.3.6.1.4.1.9.9.246.3.2.8
A collection of notifications used for the tunnel thresholds.
Status: current Access: read-only
NOTIFICATION-GROUP    

cltcTunnelTotalDropGroup 1.3.6.1.4.1.9.9.246.3.2.9
A collection of objects which give the statistics regarding total number of dropped PDUs per protocol type.
Status: current Access: read-only
OBJECT-GROUP    

cltcTunnelSysDropNotifEnableGroup 1.3.6.1.4.1.9.9.246.3.2.10
A collection of object to enable cltcTunnelSysDropThresholdExceeded notification.
Status: current Access: read-only
OBJECT-GROUP    

cltcTunnelSysDropGroup 1.3.6.1.4.1.9.9.246.3.2.11
A collection of object for configuring the system level rate limiting.
Status: current Access: read-only
OBJECT-GROUP    

cltcTunnelSysDropNotifGroup 1.3.6.1.4.1.9.9.246.3.2.12
A collection of notification used for the system level rate limiting has been exceeded.
Status: current Access: read-only
NOTIFICATION-GROUP