Controllerless Networks

last person joined: 3 days 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

View PER (error-rate threshold) IAP

This thread has been viewed 0 times
  • 1.  View PER (error-rate threshold) IAP

    Posted May 04, 2015 12:31 AM

    How do I view PER on an IAP?

     

    One of the ways ARM on IAP decides to change a channel is based on Error-Rate threshold, which I believe is a fancy term for Packet Error Rate (PER). I believe it is:

    > 50% PER over a 30-second period = channel change.

     

    What I've been doing thus far:

    # show ap debug radio-stats 0 | include "Rx Bad Fram|Rx Frames R"
    ...wait for 30 seconds. Issue same command.

    Subtract 1st "Bad Frames" from 2nd = Total Bad Frames

    Subtract 1st "Frames Recieved" from 2nd = Total Frames Recieved

    PER % = Total  “Bad Frames” / Total “Frames Received”

     



  • 2.  RE: View PER (error-rate threshold) IAP

    EMPLOYEE
    Posted May 04, 2015 07:38 AM

    MikeA,

     

    That parameter on the controller does not have an equivalent in IAP.



  • 3.  RE: View PER (error-rate threshold) IAP

    Posted May 04, 2015 02:51 PM

    The commands mentioned are on an IAP.

    Are you saying there is no way, other than the above commands, to view PER on IAP?