CISCO-L2-TUNNEL-CONFIG-MIB: View SNMP OID List / Download MIB
VENDOR: CISCO
Home | MIB: CISCO-L2-TUNNEL-CONFIG-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).
|
|||
Object Name | OID | Type | Access | Info |
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. |
||
cltcMIBObjects | 1.3.6.1.4.1.9.9.246.1 | |||
cltcGlobal | 1.3.6.1.4.1.9.9.246.1.1 | |||
cltcTunnelCos | 1.3.6.1.4.1.9.9.246.1.1.1 | qoslayer2cos | read-write |
Specifies the user priority of the tunneled PDUs and applies to all ingress tunneling interfaces. |
cltcNotificationEnable | 1.3.6.1.4.1.9.9.246.1.1.2 | truthvalue | read-write |
This object indicates whether the system will generate the cltcTunnelDropThresholdExceeded and cltcTunnelShutdownThresholdExceeded notifications. |
cltcTunnelSysDropThreshold | 1.3.6.1.4.1.9.9.246.1.1.3 | unsigned32 | read-write |
This object specifies the drop threshold at the system level. A value of zero indicates that system level rate limiting is disabled. |
cltcTunnelSysDropNotifEnable | 1.3.6.1.4.1.9.9.246.1.1.4 | truthvalue | read-write |
This object specifies whether the system will generate the cltcTunnelSysDropThresholdExceeded notification. |
cltcDot1qTunnel | 1.3.6.1.4.1.9.9.246.1.2 | |||
cltcDot1qTunnelTable | 1.3.6.1.4.1.9.9.246.1.2.1 | no-access |
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. |
|
1.3.6.1.4.1.9.9.246.1.2.1.1 | no-access |
Information about the dot1q tunnel. Only dot1q tunneling capable interfaces are shown. |
||
cltcDot1qTunnelMode | 1.3.6.1.4.1.9.9.246.1.2.1.1.1 | integer | read-write |
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. Enumeration: 'disabled': 2, 'enabled': 1. |
cltcTunneledProtocol | 1.3.6.1.4.1.9.9.246.1.3 | |||
cltcTunneledProtocolTable | 1.3.6.1.4.1.9.9.246.1.3.1 | no-access |
This table contains information about the protocols being tunneled. Only tunneled protocol filtering capable interfaces are shown. |
|
1.3.6.1.4.1.9.9.246.1.3.1.1 | no-access |
Information about the protocols being tunneled. Only tunneled protocol filtering capable interfaces are shown. |
||
cltcTunneledProtocolType | 1.3.6.1.4.1.9.9.246.1.3.1.1.1 | bits | read-write |
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. Bits: 'lldp': 4, 'vtp': 1, 'stp': 2, 'cdp': 0, 'eoam': 3. |
cltcTunnelThreshold | 1.3.6.1.4.1.9.9.246.1.4 | |||
cltcTunnelThresholdTable | 1.3.6.1.4.1.9.9.246.1.4.1 | no-access |
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. |
|
1.3.6.1.4.1.9.9.246.1.4.1.1 | no-access |
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 |
||
cltcTunnelThresholdProtocolIndex | 1.3.6.1.4.1.9.9.246.1.4.1.1.1 | integer | no-access |
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. Enumeration: 'lldp': 6, 'all': 1, 'eoam': 5, 'vtp': 3, 'cdp': 2, 'stp': 4. |
cltcTunnelDropThreshold | 1.3.6.1.4.1.9.9.246.1.4.1.1.2 | unsigned32 | read-write |
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. |
cltcTunnelShutdownThreshold | 1.3.6.1.4.1.9.9.246.1.4.1.1.3 | unsigned32 | read-write |
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. |
cltcTunnelStatistics | 1.3.6.1.4.1.9.9.246.1.5 | |||
cltcTunnelStatisticsTable | 1.3.6.1.4.1.9.9.246.1.5.1 | no-access |
This table contains protocol tunneling statistics on the interface. |
|
1.3.6.1.4.1.9.9.246.1.5.1.1 | no-access |
Protocol tunneling statistics on the interface. |
||
cltcTunneledProtocolIndex | 1.3.6.1.4.1.9.9.246.1.5.1.1.1 | integer | no-access |
A tunneled protocol of an interface. Enumeration: 'lldp': 6, 'vtp': 3, 'stp': 4, 'cdp': 2, 'eoam': 5. |
cltcTunnelEncapStats | 1.3.6.1.4.1.9.9.246.1.5.1.1.2 | counter32 | read-only |
The tunneled PDU encapsulation statistics of an interface. These statistics cover the number of tunneled ingress PDUs. |
cltcTunnelDeEncapStats | 1.3.6.1.4.1.9.9.246.1.5.1.1.3 | counter32 | read-only |
The tunneled PDU de-encapsulation statistics of an interface. These statistics cover the number of tunneled egress PDUs. |
cltcTunnelDropStats | 1.3.6.1.4.1.9.9.246.1.5.1.1.4 | counter32 | read-only |
The number of PDUs dropped on an interface for a given protocol. The PDUs will be dropped when the cltcTunnelDropThreshold is reached. |
cltcTunnelDropStatTable | 1.3.6.1.4.1.9.9.246.1.5.2 | no-access |
This table contains protocol tunneling drop statistics. |
|
1.3.6.1.4.1.9.9.246.1.5.2.1 | no-access |
Drop statistics for a tunneled protocol. |
||
cltcTunnelTotalDropStats | 1.3.6.1.4.1.9.9.246.1.5.2.1.1 | counter32 | read-only |
The number of tunneled ingress PDUs that have been dropped. |
cltcDot1qAllTagged | 1.3.6.1.4.1.9.9.246.1.6 | |||
cltcDot1qAllTaggedEnabled | 1.3.6.1.4.1.9.9.246.1.6.1 | truthvalue | read-write |
This object controls if dot1q-all-tagged feature is enabled in the managed system. |
cltcDot1qAllTaggedIfTable | 1.3.6.1.4.1.9.9.246.1.6.2 | no-access |
This table contains information about the dot1q-all-tagged feature's configuration of capable interfaces in the system. |
|
1.3.6.1.4.1.9.9.246.1.6.2.1 | no-access |
Configuration of dot1q-all-tagged feature on interfaces. Each entry is created for a dot1q-all-tagged capable interface in the system. |
||
cltcDot1qAllTaggedIfEnabled | 1.3.6.1.4.1.9.9.246.1.6.2.1.1 | truthvalue | read-write |
This object specifies whether dot1q-all-tagged feature has been enabled on a specific interface. |
cltcMIBNotifications | 1.3.6.1.4.1.9.9.246.2 | |||
cltcMIBNotificationsPrefix | 1.3.6.1.4.1.9.9.246.2.0 | |||
cltcTunnelDropThresholdExceeded | 1.3.6.1.4.1.9.9.246.2.0.1 |
This notification is generated when the cltcTunnelDropThreshold has been exceeded. |
||
cltcTunnelShutdownThresholdExceeded | 1.3.6.1.4.1.9.9.246.2.0.2 |
This notification is generated when the cltcTunnelShutdownThreshold has been exceeded. |
||
cltcTunnelSysDropThresholdExceeded | 1.3.6.1.4.1.9.9.246.2.0.3 |
This notification is generated when the cltcTunnelSysDropThreshold has been exceeded. |
||
cltcMIBConformance | 1.3.6.1.4.1.9.9.246.3 | |||
cltcMIBCompliances | 1.3.6.1.4.1.9.9.246.3.1 | |||
cltcMIBCompliance | 1.3.6.1.4.1.9.9.246.3.1.1 |
The compliance statement for the CISCO-L2-TUNNEL-CONFIG-MIB. |
||
cltcMIBCompliance2 | 1.3.6.1.4.1.9.9.246.3.1.2 |
The compliance statement for the CISCO-L2-TUNNEL-CONFIG-MIB. |
||
cltcMIBCompliance3 | 1.3.6.1.4.1.9.9.246.3.1.3 |
The compliance statement for the CISCO-L2-TUNNEL-CONFIG-MIB. |
||
cltcMIBCompliance4 | 1.3.6.1.4.1.9.9.246.3.1.4 |
The compliance statement for the CISCO-L2-TUNNEL-CONFIG-MIB. |
||
cltcMIBCompliance5 | 1.3.6.1.4.1.9.9.246.3.1.5 |
The compliance statement for the CISCO-L2-TUNNEL-CONFIG-MIB. |
||
cltcMIBGroups | 1.3.6.1.4.1.9.9.246.3.2 | |||
cltcDot1qTunnelGroup | 1.3.6.1.4.1.9.9.246.3.2.1 |
A collection of objects for configuring dot1q tunnneling. |
||
cltcTunneledProtocolGroup | 1.3.6.1.4.1.9.9.246.3.2.2 |
A collection of objects for configuring tunneled protocols. |
||
cltcTunnelThresholdGroup | 1.3.6.1.4.1.9.9.246.3.2.3 |
A collection of objects for configuring the thresholds for protocol tunneling. |
||
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. |
||
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. |
||
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. |
||
cltcNotifsEnableGroup | 1.3.6.1.4.1.9.9.246.3.2.7 |
A collections of objects used to enable notifications. |
||
cltcTunnelThresholdNotifsGroup | 1.3.6.1.4.1.9.9.246.3.2.8 |
A collection of notifications used for the tunnel thresholds. |
||
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. |
||
cltcTunnelSysDropNotifEnableGroup | 1.3.6.1.4.1.9.9.246.3.2.10 |
A collection of object to enable cltcTunnelSysDropThresholdExceeded notification. |
||
cltcTunnelSysDropGroup | 1.3.6.1.4.1.9.9.246.3.2.11 |
A collection of object for configuring the system level rate limiting. |
||
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. |