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

How to block user

This thread has been viewed 4 times
  • 1.  How to block user

    Posted May 30, 2018 10:21 PM

    We need to block some users that connect to wifi. We have blacklist the mac address. But someday user can connect again to wifi.

     



  • 2.  RE: How to block user

    EMPLOYEE
    Posted May 30, 2018 10:47 PM
    What is your AAA server?


  • 3.  RE: How to block user

    Posted May 30, 2018 10:50 PM
    We do not use AAA for this SSID that connected.


  • 4.  RE: How to block user

    Posted May 31, 2018 02:28 AM

    Default blacklisting time is 3600 seconds, after that client is again eligible to join.

    Try this:

    conf t

    ap ap-blacklist-time 0

    end

    stm add-blacklist-client <client-mac>

     

     



  • 5.  RE: How to block user

    Posted May 31, 2018 02:59 AM

    Could you please show me to make it in web-ui.

     



  • 6.  RE: How to block user

    MVP EXPERT
    Posted May 31, 2018 04:01 AM

    Monitoring -> Clients -> [Client] -> Blacklist



  • 7.  RE: How to block user

    EMPLOYEE
    Posted Jun 02, 2018 03:36 AM
    Blocking a user is a function of a AAA server.


  • 8.  RE: How to block user

    Posted Jun 01, 2018 01:30 AM

    Hi,

     

    By default, the blacklist user idle time is 3600 seconds.

     

    To change to unlimited, you need to change to 0 seconds.

     

    I'll tell you the CLI command.

     

    wlan virtual-ap <profile name>
    auth-failure-blacklist-time <seconds>
    blacklist-time <seconds>



  • 9.  RE: How to block user

    EMPLOYEE
    Posted Jun 04, 2018 11:06 AM

    idhamkhaidir@gmail.com wrote:

    We need to block some users that connect to wifi. We have blacklist the mac address. But someday user can connect again to wifi.

     


    Can we get more details on your wireless setup? You mention not using an external AAA server, and also that you tried to blacklist the mac address for this user, but they are still able to connect.

     

    What is the security used for this SSID? PSK or 802.1X? Is mac authentication also enabled?



  • 10.  RE: How to block user

    Posted Jun 28, 2018 05:31 AM

    The security is using WPA2/PSK.