cmGwProvDeviceConfigStatus
CM-GATEWAY-MIB ·
.1.3.6.1.4.1.1166.1.19.52.1.1007.1.2
Object
scalar r/w
Enumeration
For products that download a separate Gateway config file this object is used to retrieve the configuration status of the Gateway. If set to notSpecified(1), then the Gateway will not attempt to download the Gateway config file. If set to download(7), the Gateway will restart the Provisioning process and download the Gateway config file.
Context
- MIB
- CM-GATEWAY-MIB
- OID
.1.3.6.1.4.1.1166.1.19.52.1.1007.1.2- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- cmGwProvisioningObjects
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 'CM-GATEWAY-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CM-GATEWAY-MIB::cmGwProvDeviceConfigStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CM-GATEWAY-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CM-GATEWAY-MIB::cmGwProvDeviceConfigStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notSpecified |
2 | inProgress |
3 | success |
4 | errorServerUnavailable |
5 | errorFileNotFound |
6 | errorBadFile |
7 | download |