cfsFeatureOpLastAction
CISCO-CFS-MIB ·
.1.3.6.1.4.1.9.9.433.1.1.1.1.5
Object
column CiscoCFSAction
The last action performed on this feature. If no action has been triggered for the feature since the last reboot of the system, then retrieving the value of this object will return 'noop'.
Context
- MIB
- CISCO-CFS-MIB
- OID
.1.3.6.1.4.1.9.9.433.1.1.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cfsFeatureOpEntry
- Groups
- 3
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-CFS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CFS-MIB::cfsFeatureOpLastAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-CFS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CFS-MIB::cfsFeatureOpLastAction.<cfsFeatureOpName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-CFS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-CFS-MIB::cfsFeatureOpLastAction'
Syntax
- Source
- CiscoCFSAction
- Base type
Enumeration
Values & Constraints
Type Values
1 | noop |
2 | enable |
3 | disable |
4 | commit |
5 | abort |
6 | clear |