cbfDefineObjectClass
CISCO-BULK-FILE-MIB ·
.1.3.6.1.4.1.9.9.81.1.1.10.1.2
Object
column r/w
Enumeration
The meaning of each object class is given below:
object a single MIB object is retrieved.
lexicalTable an entire table or partial table
is retrieved in lexical order of rows.
leastCpuTable an entire table is retrieved with
lowest CPU utilization.
Lexical ordering of rows may not be
maintained and is dependent upon
individual MIB implementation.
Context
- MIB
- CISCO-BULK-FILE-MIB
- OID
.1.3.6.1.4.1.9.9.81.1.1.10.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cbfDefineObjectEntry
- Groups
- 2
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-BULK-FILE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-BULK-FILE-MIB::cbfDefineObjectClass'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-BULK-FILE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-BULK-FILE-MIB::cbfDefineObjectClass.<cbfDefineFileIndex>.<cbfDefineObjectIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-BULK-FILE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-BULK-FILE-MIB::cbfDefineObjectClass'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | object |
2 | lexicalTable |
3 | leastCpuTable |