switchRestartControl
BRCMROBOMGMT5324MIB ·
.1.3.6.1.4.1.655.9.22.1.1.5
Object
scalar mandatory
r/w
Enumeration
Setting this object to warmBoot(2) causes the device to restart the application software with current configuration parameters saved in non-volatile memory. Setting this object to coldBoot(3) causes the device to reinitialize configuration parameters in non-volatile memory to default values and restart the application software. When the device is running normally, this variable has a value of running(1).
Context
- MIB
- BRCMROBOMGMT5324MIB
- OID
.1.3.6.1.4.1.655.9.22.1.1.5- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- basicSwitchMgt
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BRCMROBOMGMT5324MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BRCMROBOMGMT5324MIB::switchRestartControl.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BRCMROBOMGMT5324MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BRCMROBOMGMT5324MIB::switchRestartControl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | running |
2 | warmboot |
3 | coldboot |