ccspsInspectionMethod
CISCO-CONTENT-SERVICES-MIB ·
.1.3.6.1.4.1.9.9.597.1.2.6.1.1
Object
column Enumeration
This object denotes the type of inspection method used to identify the protocol: 'system' - Inspection method used for protocols which have been identified using the protocol handler of the entity which provides the content services. 'nbar' - Inspection method used for NBAR protocols which have been identified using the NBAR classification engine.
Context
- MIB
- CISCO-CONTENT-SERVICES-MIB
- OID
.1.3.6.1.4.1.9.9.597.1.2.6.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- ccsProtocolStatsEntry
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-CONTENT-SERVICES-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CONTENT-SERVICES-MIB::ccspsInspectionMethod'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-CONTENT-SERVICES-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CONTENT-SERVICES-MIB::ccspsInspectionMethod.<entPhysicalIndex>.<ccspsInspectionMethod>.<ccspsProtocolName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-CONTENT-SERVICES-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-CONTENT-SERVICES-MIB::ccspsInspectionMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | system |
2 | nbar |