cfwBufferStatType
CISCO-FIREWALL-MIB ·
.1.3.6.1.4.1.9.9.147.1.2.2.1.1.2
Object
column ResourceStatistics
This object identifies the type of statistic given by this row for the particular set of buffers identified by cfwBufferStatSize.
Context
- MIB
- CISCO-FIREWALL-MIB
- OID
.1.3.6.1.4.1.9.9.147.1.2.2.1.1.2- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- cfwBufferStatsEntry
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-FIREWALL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-FIREWALL-MIB::cfwBufferStatType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-FIREWALL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-FIREWALL-MIB::cfwBufferStatType.<cfwBufferStatSize>.<cfwBufferStatType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-FIREWALL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-FIREWALL-MIB::cfwBufferStatType'
Syntax
- Source
- ResourceStatistics
- Base type
Enumeration
Values & Constraints
Type Values
1 | highUse |
2 | highLoad |
3 | maximum |
4 | minimum |
5 | low |
6 | high |
7 | average |
8 | free |
9 | inUse |