ā02-05-2025 06:13 AM
following instructions to upload
Log in to the Cisco Wireless Controller CLI, and execute the following commands:
transfer download datatype cmx-serv-ca-cert
transfer download mode tftp
transfer download filename {your_filename}.cer
transfer download serverip {your_tftp_server_ip}
transfer download start
I don't have the option to use the command transfer - is that under a tftp command or something like that? I have transport but no transfer.
ā02-05-2025 06:32 AM
To be honest, the GUI has a great interface to manage files. Allowing you to upload files from the destop/http/sftp,etc. Since you have an IOS-XE, you have to use the same commands you would from an IOS-XE switch as an example. The copy command. Here is an example of an sftp copy to local disk.
copy sftp://<TFTP SERVER>/<path>/<filename> disk:
Here are available commands for the copy:
9800-L#copy ?
/erase Erase destination file system.
/error Allow to copy error file.
/noverify Don't verify image signature before reload.
/verify Verify image signature before reload.
bootflash: Copy from bootflash: file system
cloudfs: Copy from cloudfs: file system
cns: Copy from cns: file system
crashinfo: Copy from crashinfo: file system
flash: Copy from flash: file system
ftp: Copy from ftp: file system
http: Copy from http: file system
https: Copy from https: file system
null: Copy from null: file system
nvram: Copy from nvram: file system
pram: Copy from pram: file system
rcp: Copy from rcp: file system
running-config Copy from current system configuration
scp: Copy from scp: file system
sftp: Copy from sftp: file system
startup-config Copy from startup configuration
system: Copy from system: file system
tar: Copy from tar: file system
tftp: Copy from tftp: file system
tmpsys: Copy from tmpsys: file system
webui: Copy from webui: file system
ā02-05-2025 06:33 AM
- Those are old style aireos commands for 9800 the commands are IOS-XE based and different,
M.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide