Ap cli script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2017 03:09 AM
I have created a script to execute on the vSz, but it is giving error
"Unable to upload the AP CLI script to the controller. Reason: com.ruckuswireless.wsg.domain.diagnostics.exception.InvalidAPCLIScriptFileException: Wrong AP script syntax."
my script is as follows
script
#define AP FW version this should match the AP version of that zone
fw_version=x.x.x.x
#define Model class, at present we only support model=all
model=all
# Actual AP CLI command goes here, single line for single command
set scg ip x.x.x.x
set scg config interval 300
set scg status interval 300
quit
"Unable to upload the AP CLI script to the controller. Reason: com.ruckuswireless.wsg.domain.diagnostics.exception.InvalidAPCLIScriptFileException: Wrong AP script syntax."
my script is as follows
script
#define AP FW version this should match the AP version of that zone
fw_version=x.x.x.x
#define Model class, at present we only support model=all
model=all
# Actual AP CLI command goes here, single line for single command
set scg ip x.x.x.x
set scg config interval 300
set scg status interval 300
quit
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2017 03:48 AM
Hi
As example
save the following as text file.
model should allways be all.
fw_version=3.1.1.0.349
model=all
set qos wlan0 igmp disable
regards
Martin
As example
save the following as text file.
model should allways be all.
fw_version=3.1.1.0.349
model=all
set qos wlan0 igmp disable
regards
Martin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2017 04:04 AM
Hi Martin,
Thank you for your reply.
can you please tell me what does this command will do "set qos wlan0 igmp disable"
Regards
Ramesh
Thank you for your reply.
can you please tell me what does this command will do "set qos wlan0 igmp disable"
Regards
Ramesh
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2017 06:39 AM
Hi Ramesh,
This was just an example file I used.
The command itself disables IGMP on the wlan0 (for multicast traffic).
regards
Martin
This was just an example file I used.
The command itself disables IGMP on the wlan0 (for multicast traffic).
regards
Martin

