Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disable SSID Broadcast

Status
Not open for further replies.

reliancetech

Technical User
Sep 7, 2004
60
US
How do I disable SSID broadcast in Cisco Aronet 1200. There is feature available in GUI configuration mode, but I am not able to find out how do I do it using Command line.
 
Under the SSID ID on the Radio Interface there should be a line reading 'guest-mode' this is what advertises the SSID I think. If you remote this it should stop advertising yout SSID:

interface Dot11Radio0
no ip address
no ip route-cache
!
encryption mode wep mandatory
!
broadcast-key change 320
!
!
ssid MY-SSID
authentication network-eap eap_methods
accounting acct_methods
guest-mode
!

Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top