cancel
Showing results for 
Search instead for 
Did you mean: 

EWC Check WASSP / CAPWAP Tunnel Status ?

EWC Check WASSP / CAPWAP Tunnel Status ?

M_Nees
Contributor III
Hi,

is there a way to check the CAPWAP Tunnel Status of all connected APs ?

Currently i do only know the AP Availability Report which show the tunnel status with green / brown color.

But i fear that if the AP looses the Tunnel for a short period of time or Tunnel is flapping - the report is to slow to show that. Also i need to know how long is the tunnel active! How many Tunnel up/downs are occuring.

It will be also interessting to see some counters regarding Tunnel status - like RX / TX Tunnel Probe packet (i hope they exists - i do not know exactly) or any other.

Any hints for me ?
9 REPLIES 9

Tony1
New Contributor III
We have a script, that greps the syslog file and counts the session poll disconnects (tunnel down) messages. Then we manually check APs that have more than 20 disconnects per day.

Oct 12 01:01:13 192.168.1.9 events: RU Session Manager Wireless AP session poll disconnect Wireless AP session timed out. (AP SN 12345678910 AP NAME xyz AP IP 192.168.15.115 timeout 45 secs (active tunnel)) 2

Oct 12 01:01:21 192.168.1.10 events: RU Session Manager Wireless AP session poll disconnect Wireless AP session timed out. (AP SN 12345678910 AP NAME xyz AP IP 192.168.15.115 timeout 60 secs (backup tunnel)) 2

Tony1
New Contributor III
Hello Joshua,

I've asked the responsible colleagues. They use syslog-ng and it's possible to define filters in syslog-ng and create specific actions when these filters apply.

We use the following filter and write into MySQL database:



filter f_wlan_session_poll {



message('session poll disconnect')



;};





Joshua_Puusep
New Contributor III
Would you be willing to share the script? 

Joshua_Puusep
New Contributor III
Here is the link to the Controller documentation. You can find the CLI guide for your respective controller under the software guides:

https://extranet.extremenetworks.com/downloads/Pages/WirelessControllers.aspx

GTM-P2G8KFN