TABLE OF CONTENTS
Overview
Extreme Wireless Controller is a device you can ingest logs from. In order to ingest these logs, you will need to allow port 514 through your customer firewall.
Steps of Configuration
- Login to the extreme wireless controller.
- From the top menu, select Controller.
- From the left panel, select Logs.
- In the Syslog section, to enable the Syslog function for up to three syslog servers, select the checkboxes as shown below. Your setup may be slightly different.
- For each enabled Syslog server, in the IP box, type a CCE server’s IP address. This is the server that will receive the logs.
In the Port# box, the default port for syslog (514) is displayed. CCE also uses the same port, so keep it as the default. - To include all system messages, select the Include all services messages checkbox. If the box is not selected, only component messages (logs and traces) are relayed. This setting applies to all three servers. The additional service message is: DHCP messages reporting users receiving IP addresses.
- To include audit messages, select the Include audit messages checkbox.
- To include station session event messages, select the Include station event messages checkbox.
- In the Application Logs drop-down list, click the log level (local0 - local6) to be sent to the syslog server. This setting applies to all three servers.
- If the Include all service messages checkbox is selected, the Service Logs drop-down list becomes available. Select the log level (local 0 - local 6) to be sent to the syslog server. This setting applies to all three servers.
- If you selected the Include audit messages checkbox, the Audit Logs drop-down list becomes available. Select the log level (local 0 - local 6) to be sent to the syslog server. This setting applies to all three servers.
- If you selected the Include station event messages checkbox, the Station Logs drop-down list becomes available. Select the log level (local0 - local6) to be sent to the syslog server. This setting applies to all three servers.
- Select Apply.
Verification
Verification can be done either from the CCE Server or from the UI.
Using the UI
- Login to the UI. Select System.
- Go to Log/Flow Collection Status.
- Inside Source Device IP, the IP address will be reflected.
Using the CCE SERVER
The command below should be run on the CCE server to check whether we are getting logs or not:
sudo tcpdump -i any host 514 and host <IP address> -AAA
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article