cltcTunnelThresholdProtocolIndex
CISCO-L2-TUNNEL-CONFIG-MIB ·
.1.3.6.1.4.1.9.9.246.1.4.1.1.1
Object
column Enumeration
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.
Context
- MIB
- CISCO-L2-TUNNEL-CONFIG-MIB
- OID
.1.3.6.1.4.1.9.9.246.1.4.1.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- cltcTunnelThresholdEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-L2-TUNNEL-CONFIG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-L2-TUNNEL-CONFIG-MIB::cltcTunnelThresholdProtocolIndex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-L2-TUNNEL-CONFIG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-L2-TUNNEL-CONFIG-MIB::cltcTunnelThresholdProtocolIndex.<ifIndex>.<cltcTunnelThresholdProtocolIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-L2-TUNNEL-CONFIG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-L2-TUNNEL-CONFIG-MIB::cltcTunnelThresholdProtocolIndex'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | all |
2 | cdp |
3 | vtp |
4 | stp |
5 | eoam |
6 | lldp |