Scripting commands in the CLI
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2017 05:39 PM
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?
Is there a way to feed a bunch of commands to the unit?
7 REPLIES 7
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2018 10:12 AM
I see there are no replies here. I would interested in the same thing. I assume the answer is no?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2018 11:48 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2018 03:45 PM
Thanks. That will come in handy.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2019 12:13 AM
Use symbol ";" to separate your commands in one line.
How to set AP description?
How to set AP description?

