arrisRouterXmlProvisioningStatus
ARRIS-ROUTER-DEVICE-MIB ·
.1.3.6.1.4.1.4115.1.20.1.1.5.24
Object
scalar r/w
Enumeration
This object shows the download status of the Gateway XML configuration file. It can also be used to initiate an on demand download of the XML configuration file by setting the value to downloadFromMgt (7). This value is not permanently stored in non-volatile memory and shall reset to notSpecified (1) upon reboot.
Context
- MIB
- ARRIS-ROUTER-DEVICE-MIB
- OID
.1.3.6.1.4.1.4115.1.20.1.1.5.24- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- arrisRouterSysCfg
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 'ARRIS-ROUTER-DEVICE-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-ROUTER-DEVICE-MIB::arrisRouterXmlProvisioningStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARRIS-ROUTER-DEVICE-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARRIS-ROUTER-DEVICE-MIB::arrisRouterXmlProvisioningStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notSpecified |
2 | inProgress |
3 | downloadSuccess |
4 | serverError |
5 | fileNotFound |
6 | fileFormatError |
7 | downloadFromMgt |