deviceUsageHigh
BLUECOAT-SG-USAGE-MIB ·
.1.3.6.1.4.1.3417.2.4.1.1.1.5
Object
column Percent
Percent usage which a notification will be sent when the value is reached. For example, if deviceUsageHigh is set to 79 then notification will be send when the value changes from less than 79 to 79. The default is defined by the device for a particular resource.
Context
- MIB
- BLUECOAT-SG-USAGE-MIB
- OID
.1.3.6.1.4.1.3417.2.4.1.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- deviceUsageEntry
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 'BLUECOAT-SG-USAGE-MIB' -M '/opt/observium/mibs/bluecoat:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLUECOAT-SG-USAGE-MIB::deviceUsageHigh'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BLUECOAT-SG-USAGE-MIB' -M '/opt/observium/mibs/bluecoat:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLUECOAT-SG-USAGE-MIB::deviceUsageHigh.<deviceUsageIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BLUECOAT-SG-USAGE-MIB' -M '/opt/observium/mibs/bluecoat:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BLUECOAT-SG-USAGE-MIB::deviceUsageHigh'