flDeviceCpuAlarmsEnable
FIBROLAN-DEVICE-MIB ·
.1.3.6.1.4.1.4467.1000.10.1.120.1.5
Object
column r/w
Enumeration
Determine whether CPU traps are generated. When disabled, the alarm status object should not be polled (will indicate no alarm).
Context
- MIB
- FIBROLAN-DEVICE-MIB
- OID
.1.3.6.1.4.1.4467.1000.10.1.120.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- flDeviceCpuStatusEntry
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 'FIBROLAN-DEVICE-MIB' -M '/opt/observium/mibs/fibrolan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIBROLAN-DEVICE-MIB::flDeviceCpuAlarmsEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FIBROLAN-DEVICE-MIB' -M '/opt/observium/mibs/fibrolan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIBROLAN-DEVICE-MIB::flDeviceCpuAlarmsEnable.<flDeviceCpuIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FIBROLAN-DEVICE-MIB' -M '/opt/observium/mibs/fibrolan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FIBROLAN-DEVICE-MIB::flDeviceCpuAlarmsEnable'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |