dlLocation
LUXN-MIB ·
.1.3.6.1.4.1.4253.1.6.3.1.2
Object
The location to be downloaded or to be activated. The choices are: local, remote or both. (Only local and remote are supported at this time, LuxnOS has only local choice and is not supported yet. When dlType is set to all, only local is supported.
Context
- MIB
- LUXN-MIB
- OID
.1.3.6.1.4.1.4253.1.6.3.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- dlDownloadEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUXN-MIB::dlLocation'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUXN-MIB::dlLocation.<dlType>.<dlLocation>.<dlShelf>.<dlSlot>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUXN-MIB::dlLocation'
Syntax
- Source
- DownloadLocation
- Base type
Enumeration
Values & Constraints
Type Values
1 | local |
2 | remote |
3 | remote2 |