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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SSID

Status
Not open for further replies.

mccullrr

Technical User
Mar 6, 2006
71
How do I make it so that my SSID is not broadcasted? The following is my current config..

sh run
Building configuration...

!
enable secret 5
!
ip subnet-zero
ip name-server
ip name-server
!
!
aaa new-model
!
!
aaa group server radius rad_acct
!
aaa group server radius rad_mac
server 10.1.255.250 auth-port 1645 acct-port 1646
!
aaa group server radius rad_admin
!
aaa group server tacacs+ tac_admin
!
aaa group server radius dummy
!
aaa group server radius rad_eap
server 192.168.201.250 auth-port 1812 acct-port 1813
!
aaa authentication login default local
aaa authentication login eap_methods group rad_eap
aaa authentication login mac_methods group rad_mac
aaa authorization exec default local
aaa accounting network acct_methods start-stop group rad_acct
aaa session-id common
!
dot11 ssid 1234
authentication open mac-address mac_methods
guest-mode
!
!
!
username #### password 7
!
bridge irb
!
!
interface Dot11Radio0
no ip address
ip helper-address 10.1.255.251
no ip route-cache
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
!
interface FastEthernet0
no ip address
no ip route-cache
duplex auto
speed auto
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
hold-queue 160 in
!
interface BVI1
ip address 192.168.201.250 255.255.255.0
no ip route-cache
!
ip default-gateway 192.168.201.1
ip http server
no ip http secure-server
ip http help-path ip radius source-interface BVI1
!
snmp-server community #### RO
snmp-server chassis-id ap
snmp-server enable traps tty
no cdp run
radius-server attribute 32 include-in-access-req format %h
radius-server host 10.1.255.250 auth-port 1645 acct-port 1646 key 7
radius-server host 192.168.201.250 auth-port 1812 acct-port 1813 key 7
radius-server vsa send accounting
!
control-plane
!
bridge 1 route ip
!
!
!
line con 0
password 7
line vty 0 4
password 7
line vty 5 15
password 7
!
end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top