ctDLOnLineDownLoad
CTRON-DOWNLOAD-MIB ·
.1.3.6.1.4.1.52.4.1.5.8.1.16
Object
scalar mandatory
r/w
Enumeration
During normal operation this object has the value of 1.
By setting this object to a value of forceDownLoad(2) an
image download via TFTP will be performed, ctDLNetAddress
specifies the TFTP server and ctDLFileName specifies the
file name of the image on the TFTP server.
By setting this object to a value of forceDownLoadReset(3)
an image download via TFTP will be performed, ctDLNetAddress
specifies the TFTP server and ctDLFileName specifies the
file name of the image on the TFTP server. A reset will be
forced upon successful completion of the download.
By setting this object to a value of downLoadConfiguration(4)
the specified configuration file will be downloaded, verified,
and, if valid, committed to NVRAM, if valid. A reset will be
forced upon successful completion. ctDLNetAddress specifies
the TFTP server and ctDLFileName specifies the name of the
configuration file on the TFTP server.
By setting this object to upLoadConfiguration(5), the
contents of NVRAM will be uploaded via TFTP to the specified
file on the specified TFTP server. ctDLNetAddress specifies
the TFTP server and ctDLFileName specifies the name of the
configuration file.
Context
- MIB
- CTRON-DOWNLOAD-MIB
- OID
.1.3.6.1.4.1.52.4.1.5.8.1.16- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- ctDL
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 'CTRON-DOWNLOAD-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-DOWNLOAD-MIB::ctDLOnLineDownLoad.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTRON-DOWNLOAD-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTRON-DOWNLOAD-MIB::ctDLOnLineDownLoad'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normalOperation |
2 | forceDownLoad |
3 | forceDownLoadReset |
4 | downLoadConfiguration |
5 | upLoadConfiguration |