adAOSDownloadDestinationType
ADTRAN-AOSDOWNLOAD ·
.1.3.6.1.4.1.664.5.53.1.3.1.1.14
Object
column r/w
Enumeration
The destination of the download file.
The allowable destination names depend on the type
of agent being downloaded. In all cases, a
destination of 'primary(1)' or 'secondary(2)'
indicates that this is a download of the agent's
firmware image. The agent will use 'primary(1)'
as the default value for this object when the row
is created.
ICF router agents also allow a download of a config
file. Currently, the name of the config file on the
agent is 'config(3)'.
ICF router agents also allow a download of a
file to a remote server. A destination of 'remote(4)'
indicates that this is a download to a remote server.
An agent should reject an attempt to set this object
to a destination name that does not make sense for
this type of agent.
Context
- MIB
- ADTRAN-AOSDOWNLOAD
- OID
.1.3.6.1.4.1.664.5.53.1.3.1.1.14- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- adAOSDownloadEntry
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 'ADTRAN-AOSDOWNLOAD' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-AOSDOWNLOAD::adAOSDownloadDestinationType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADTRAN-AOSDOWNLOAD' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-AOSDOWNLOAD::adAOSDownloadDestinationType.<adAOSDownloadIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-AOSDOWNLOAD' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-AOSDOWNLOAD::adAOSDownloadDestinationType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | primary |
2 | secondary |
3 | config |
4 | remote |
5 | other |