arrisGpsScanStatus
ARRIS-GPS-MIB ·
.1.3.6.1.4.1.4115.12.7
Object
scalar Enumeration
Indicates the current status of this scan. Enumeration of:
- Indeterminate (The scan has not been executed and there are
no valid scan results available)
- InProgress
- Success
- Error
- Error_TIMEOUT
The value of this parameter is not persistent.
TR-069/TR-181 reference: Device.FAP.GPS.ScanStatus.
Context
- MIB
- ARRIS-GPS-MIB
- OID
.1.3.6.1.4.1.4115.12.7- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- arrisGpsMib
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-GPS-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-GPS-MIB::arrisGpsScanStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARRIS-GPS-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARRIS-GPS-MIB::arrisGpsScanStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | indeterminate |
1 | inprogress |
2 | success |
3 | error |
4 | errorTimeout |