Skip to main content
dudarra
New Member
January 17, 2014
Question

How to hide a SSID Broadcast

  • January 17, 2014
  • 3 replies
  • 23311 views
hi guys, stupid question, can i hide a single ssid? thanks in advance raffau

    3 replies

    emnoc
    New Member
    January 17, 2014
    Yes but it' s not a good security practice. Anybody with a wifi scanner like kismet will find it, & as soon as a client associates. if you think hidden a SSID for security practices, then you should rethink this and deploy common bcp for wifi protections. Hidding a SSID is not one of them in my book. [:' (]
    DirtyBlueshirt
    New Member
    January 22, 2014
    I don' t think it' s wise to simply dismiss a hidden SSID as a security practice. As with any security practice, it' s best as a layer of security. " Defense in Depth" , as it were. Corporations often use hidden SSIDs for their corporate networks, and then control access via Passwords, MAC filtering, or client certificates. The hidden SSID won' t stop anyone with a WiFi scanner, but it will stop the casual user from trying (and failing) to connect and tying up help desk resources with " why can' t I connect my iPod to xxxNet WiFi?" questions.
    dudarra
    dudarraAuthor
    New Member
    February 27, 2014
    thanks guys, it is only temporary! because we want to test some an features in 802.1x nac. i did some research, but still can' t find it... raffau
    neonbit
    New Member
    February 28, 2014
    Hi Raffau, You can stop a single SSID from broadcasting via the CLI with the following commands: config wireless-controller vap edit <ssid name> set broadcast-ssid disable end
    dudarra
    dudarraAuthor
    New Member
    March 11, 2014
    thanks! works! cheers raffau