wrsBootConfigStatus

WR-SWITCH-MIB · .1.3.6.1.4.1.96.100.7.1.2.9

Object

scalar Enumeration
Result of loading or downloading dot-config file
ok - dot-config downloaded or loaded correctly
downloadError - unable to download a file from a given source
checkError - config file is not valid or too short (less than 200 characters).
errorMinor - cannot read the status file, problem is probably somewhere else
dhcpError - unable to get URL to dot-config via DHCP (only for forceDhcp)

Context

MIB
WR-SWITCH-MIB
OID
.1.3.6.1.4.1.96.100.7.1.2.9
Type
scalar
Access
readonly
Status
current
Parent
wrsBootStatusGroup

Scalars have one instance, identified by the .0 suffix.

Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WR-SWITCH-MIB' -M '/opt/observium/mibs/white-rabbit:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WR-SWITCH-MIB::wrsBootConfigStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WR-SWITCH-MIB' -M '/opt/observium/mibs/white-rabbit:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WR-SWITCH-MIB::wrsBootConfigStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0na
1ok
2error
3downloadError
4checkError
5errorMinor
6dhcpError