Controllerless Networks

last person joined: 8 hours ago 

Instant Mode - the controllerless Wi-Fi solution that's easy to set up, is loaded with security and smarts, and won't break your budget
Expand all | Collapse all

Live client debugging on an IAP

This thread has been viewed 18 times
  • 1.  Live client debugging on an IAP

    Posted Nov 26, 2018 03:50 PM

    Hello, Is this command set what I would use to debug a client device on an IAP cluster. Cluster is managed by Airwave. 6.5.1.5 IAP code. Second question, would I have to run this from the AP where the client is connected or can it be done from the VC and pull the data from wherever the client is connected.

     

    debug pkt match mac <mac>

    debug pkt type all

    debug pkt dump



  • 2.  RE: Live client debugging on an IAP

    EMPLOYEE
    Posted Nov 27, 2018 04:21 PM

    It really depends on what you are trying to debug.  The debug pkt commands are very useful, but on the other hand it's just a packet dump for any packet with a mac address that matches the filter you configure.  That might be ok, if you trying to figure if packet is sent/received from the AP, but if you are having trouble with say keying or something like that, you might not really get much insight.

     

    With regard to the second part of your question, you need to run the debug on local IAPs.  Now, there are situations whereby some traffic is sent to the master e.g. if you're using an IAP-VPN and it's NOT per-IAP tunneling.  In those cases, you might have to run the pkt debug on both a local and master IAP.

     

    Is there a specific issue / behavior / symptom that you're trying to troubleshoot?