Wireless Access

last person joined: yesterday 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

show rogue/interferring SSIDs in CLI

This thread has been viewed 11 times
  • 1.  show rogue/interferring SSIDs in CLI

    Posted Dec 15, 2011 05:22 PM

    I am using A.OS version 3.4 here. Does anyone know the commands to show list of Rogue/Interferring SSIDs in CLI?

     

    Thanks!:smileylol:



  • 2.  RE: show rogue/interferring SSIDs in CLI
    Best Answer

    EMPLOYEE
    Posted Dec 15, 2011 05:58 PM

    show wms ap list

     

    To find rogues:

     

    show wms ap list | include rogue



  • 3.  RE: show rogue/interferring SSIDs in CLI

    Posted Dec 16, 2011 09:42 AM

    thanks colin!

     

    looks like this command only shows result from excuting from the master controller.



  • 4.  RE: show rogue/interferring SSIDs in CLI

    EMPLOYEE
    Posted Dec 16, 2011 10:59 AM

    Skywalker,

     

    Yes, that is where all that info is correlated and stored.

     



  • 5.  RE: show rogue/interferring SSIDs in CLI

    Posted Apr 18, 2012 04:31 PM

    Other than:

    show wms rogue-ap <bssid>

     

    Is there a way on the command line to see the APs that are able to see the rogue and their SNR?

     

    I used to look at the list under the Dashboard -> Security -> [Locate] button, but since upgrading to 6.1.3.1 that box is always empty (tried different OSes and browsers).

     

    The locate used to work after seeing those as well.

     



  • 6.  RE: show rogue/interferring SSIDs in CLI

    Posted Apr 18, 2012 04:35 PM

    "show ap monitor ap-list ap-name <name of AP> | include rogue"



  • 7.  RE: show rogue/interferring SSIDs in CLI

    Posted Apr 18, 2012 04:50 PM

    Cool, yeah, I mean that works but how do I know which APs can see it?  If I have to specify each AP by name it will take sometime.

     

    That list gave me AP - SNR to rogue

     

    My guess is with CLI I'd have to:

    1. show wms rogue;
    2. find the nearest AP;
    3. show the ap-list for that AP (include rogue)
    4. Find APs near that AP from the list
    5. Repeat


  • 8.  RE: show rogue/interferring SSIDs in CLI

    Posted Apr 18, 2012 04:57 PM

    show wms ap-list | include rogue

     

    That should give you all the AP MAC addrs that can hear the rogues (you can replace "rogue" with the ESSID name to get only the APs that hear a specific ESSID).

     

    Is that more what you were looking for?  What it doesnt give you is the AP name, only the MAC addr.  You can use the "show ap database long" command to see the wired MAC for each AP.