cancel
Showing results for 
Search instead for 
Did you mean: 

Scripting commands in the CLI

Anonymous
Not applicable
I'm looking to create a script to fill each AP's device name and description fields. I want to be able to rename them all with a few clicks, not manually change each AP in the CLI/GUI. However, there doesn't seem to be a way for me to send a string of commands in one go.

Is there a way to feed a bunch of commands to the unit?
7 REPLIES 7

Anonymous
Not applicable
I see there are no replies here.  I would interested in the same thing.  I assume the answer is no?

Anonymous
Not applicable
maybe not perfect but...
from the ssh shell to the controller i could do :
- remote ap-cli 0C:F4:D5:19:92:60 "set device-name abc"

now... all we need is a way to copy multiple lines to an ssh shell.. but have a few sec delay between each line

you can find the commands between the quotes by accessing an ap directly thru ssh

Anonymous
Not applicable
Thanks.  That will come in handy.

Anonymous
Not applicable
Use symbol ";" to separate your commands in one line.
How to set AP description?