There is no copy command as such, however you can export the WLC config file and copy the command structure from that. To perform an export, you will require a FTP or TFTP server running on a laptop/PC.
1. SSH onto WLC and execute the following commands:
transfer upload username cisco
transfer upoad password cisco
transfer upload mode ftp
transfer upload filename WLC-BACKUP
transfer upload serverip XXX.XXX.XXX.XXX
transfer upload datatype config
transfer upload path ./
transfer download port 21
Once you have the configuration file, you can open it with notepad or any other text editor and look for the commands that begin with config wlan. Copy and manipulate the commands as required.
**Please rate if this post was helpful. Thank you**