systemPmStatusCmdActivation
RAD-PM-MIB ·
.1.3.6.1.4.1.164.6.2.74.4.1.2
Object
column r/w
Enumeration
This command is related to systemPmIntervalConfigTable
and it defines the collection activation at the device level.
on - a command to activate the Performance Interval data
collection process.
off - agent will inactivate the Performance Interval data
collection process.
Context
- MIB
- RAD-PM-MIB
- OID
.1.3.6.1.4.1.164.6.2.74.4.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- systemPmStatusCmdEntry
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 'RAD-PM-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-PM-MIB::systemPmStatusCmdActivation'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-PM-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-PM-MIB::systemPmStatusCmdActivation.<systemPmStatusCmdIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-PM-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-PM-MIB::systemPmStatusCmdActivation'
Syntax
Enumeration
Values & Constraints
Enumerated Values
2 | off |
3 | on |