Does Unleashed AP system log can redirect to remote log server ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2016 11:02 PM
Does Unleashed AP system log can redirect to remote log server ?
9 REPLIES 9
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2018 07:04 AM
Any update on this?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2018 12:15 PM
has this been added to unleashed? i was really supprised when i found this thread (as i had assumed remote syslog ability was a part of all ruckus controller type software). tks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2018 10:14 AM
Wow. So helpful Ruckus.
You can do it via ssh to the AP acting as the master:
Welcome to Ruckus Unleashed Network Command Line Interface
ruckus> enable
ruckus# config
You have all rights in this mode.
ruckus(config)# system
ruckus(config-sys)# syslog
ruckus(config-sys-syslog)# server 10.1.1.1
...etc.
server Sets the syslog server address. facility
Sets the syslog facility name (local0 - local7).
priority
Sets the syslog priority level (emerg, alert, crit, err, warning, notice,
info, debug).
ap-facility
Sets the AP syslog facility name (local0 - local7).
ap-priority
Sets the AP syslog priority level (emerg, alert, crit, err, warning, notice,
info, debug).
and save it.
You can do it via ssh to the AP acting as the master:
Welcome to Ruckus Unleashed Network Command Line Interface
ruckus> enable
ruckus# config
You have all rights in this mode.
ruckus(config)# system
ruckus(config-sys)# syslog
ruckus(config-sys-syslog)# server 10.1.1.1
...etc.
server
Sets the syslog facility name (local0 - local7).
priority
Sets the syslog priority level (emerg, alert, crit, err, warning, notice,
info, debug).
ap-facility
Sets the AP syslog facility name (local0 - local7).
ap-priority
Sets the AP syslog priority level (emerg, alert, crit, err, warning, notice,
info, debug).
and save it.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2018 12:36 PM
Great. Thnx for this.
Do you happen to know if its using port 513 or port 514 as default?
Need to get it working on port 514.
Do you happen to know if its using port 513 or port 514 as default?
Need to get it working on port 514.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2018 12:19 AM
Found out port 514 is default and can not be changed.

