juniSystemBootConfigControl
Juniper-System-MIB ·
.1.3.6.1.4.1.4874.2.2.2.1.1.7
Object
scalar r/w
Enumeration
System boot configuration control:
file - On a system reboot use the configuration
settings specified by the
juniSystemBootConfigFile. The
juniSystemBootConfigControl and
juniSystemBootConfigFile must be specified
together in the same set request PDU.
fileOnce - On the next system reboot use the
configuration settings specified by the
juniSystemBootConfigFile. Do not continue
to use this file after using it once; on
subsequent reboots use the running
configuration. The
juniSystemBootConfigControl and
juniSystemBootConfigFile must be specified
together in the same set request PDU.
factoryDefaults - On the next system reboot use the factory
default settings. On subsequent reboots use
the running configuration.
runningConfiguration - On a system reboot use the current
configuration settings.
Context
- MIB
- Juniper-System-MIB
- OID
.1.3.6.1.4.1.4874.2.2.2.1.1.7- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- juniSystemGeneral
- Groups
- 2
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 'Juniper-System-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-System-MIB::juniSystemBootConfigControl.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Juniper-System-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Juniper-System-MIB::juniSystemBootConfigControl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | file |
1 | fileOnce |
2 | factoryDefaults |
3 | runningConfiguration |