agentTransferDownloadMode
FASTPATH-SWITCHING-MIB ·
.1.3.6.1.4.1.4413.1.1.1.2.9.2.1
Object
scalar r/w
Enumeration
Transfer download mode configures the mode to use when downloading to the switch. The mode is either X/Y/ZMODEM, TFTP, SFTP or SCP. X/Y/ZMODEM is valid only when the file transfer is initiated by the serial EIA 232 port. Y/ZMODEM is valid only on the Linux platform. SFTP and SCP are only allowed if the SSH feature is present.
Context
- MIB
- FASTPATH-SWITCHING-MIB
- OID
.1.3.6.1.4.1.4413.1.1.1.2.9.2.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- agentTransferDownloadGroup
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 'FASTPATH-SWITCHING-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FASTPATH-SWITCHING-MIB::agentTransferDownloadMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FASTPATH-SWITCHING-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FASTPATH-SWITCHING-MIB::agentTransferDownloadMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | tftp |
2 | xmodem |
3 | ymodem |
4 | zmodem |
5 | sftp |
6 | scp |