cancel
Showing results for 
Search instead for 
Did you mean: 

Does Unleashed AP system log can redirect to remote log server ?

tsao_huei
New Contributor
Does  Unleashed AP  system log can redirect to remote log server ? 
9 REPLIES 9

ms
New Contributor II
Any update on this?

stephen_hall_60
Contributor
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

ms
New Contributor II
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.

sureal_alamsjah
New Contributor III
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.

sureal_alamsjah
New Contributor III
Found out port 514 is default and can not be changed.