rcEntPhysicalReboot
RAISECOM-OPTICAL-ENTITY-MIB ·
.1.3.6.1.4.1.8886.15.1.4.1.1.1.1.20
Object
column r/w
Enumeration
the reboot type of the physical entity
Context
- MIB
- RAISECOM-OPTICAL-ENTITY-MIB
- OID
.1.3.6.1.4.1.8886.15.1.4.1.1.1.1.20- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcEntPhysicalEntry
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 'RAISECOM-OPTICAL-ENTITY-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAISECOM-OPTICAL-ENTITY-MIB::rcEntPhysicalReboot'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAISECOM-OPTICAL-ENTITY-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAISECOM-OPTICAL-ENTITY-MIB::rcEntPhysicalReboot.<rcEntPhysicalID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAISECOM-OPTICAL-ENTITY-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAISECOM-OPTICAL-ENTITY-MIB::rcEntPhysicalReboot'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noReboot |
2 | softReboot |
3 | hardReset |