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

Wireless Setup

Status
Not open for further replies.

mccullrr

Technical User
Mar 6, 2006
71
Hi. I'm having trouble setting up a Cisco Wireless Access Point, 1200 series. I've set them up before, but this one I am using a vlan on. But, when I set up my ssid, I am getting this error:

DOT11-4-NO_SSID: No SSID configured. Dot11Radio0 not star
ted

Any ideas or suggestions? I would greatly appreciate it!

Thanks,
Becky

Below is my config..

Building configuration...

Current configuration : 1520 bytes
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname ASRC_WAP
!
enable secret 5 $1$SwrT$L1mozM3iY3TOgBwvN6AVT/
!
clock timezone EST -5
ip subnet-zero
!
!
no aaa new-model
!
dot11 ssid WestLiberty
vlan 170
authentication open
guest-mode
!
!
!
username Cisco password 7 14341B180F0B
username M41n password 7 022B500A051103744F
!
bridge irb
!
!
interface Dot11Radio0
no ip address
ip helper-address 10.1.255.251
no ip route-cache
!
ssid WestLiberty
!
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
channel 2432
station-role root
antenna receive right
antenna transmit right
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 10.70.3.200 255.255.254.0
no ip route-cache
!
ip http server
no ip http secure-server
ip http help-path !
snmp-server community 26wlsc74 RO
snmp-server enable traps tty
!
control-plane
!
bridge 1 route ip
!
!
!
line con 0
password 7 153F5F5D0A3D27712B
login
line vty 0 4
password 7 10635D480B001E5E0F
login
!
end
 
It seems that the error is happening when I enter the vlan information. As soon as I do that, it shuts everything down.

Any thoughts?

Thanks!!
Becky
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top