<div dir="ltr">Hi guys,<br><br>I have configured a router with a HWIC AP, I have a 7921 that I want to register to my CallManger in the lab. The problem that I'm having is that the 7921 will not register to wireless network, it says connection error but when I try to connect a wireless notebook to the wireless network I don't have a problem, what have I missed?<br>
<br>Here is an extract of the config:<br><br>!<br>aaa new-model<br>!<br>aaa session-id common<br>!<br>resource policy<br>!<br>mmi polling-interval 60<br>no mmi auto-configure<br>no mmi pvc<br>mmi snmp-timeout 180<br>!<br>
dot11 ssid <ssid><br> vlan 1<br> authentication open <br> authentication key-management wpa<br> wpa-psk ascii 0 <pass_key><br> guest-mode<br>!<br>ip cef<br>!<br>!<br>no ip domain lookup<br>!<br>!<br>
bridge irb<br>!<br>!<br>interface FastEthernet0/0<br> description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$<br> no ip address<br> bridge-group 1<br> bridge-group 1 spanning-disabled<br> no ip redirects<br> no ip unreachables<br>
no ip proxy-arp<br> no ip route-cache<br> speed auto<br> full-duplex<br> no cdp enable<br> no mop enabled<br>!<br>interface FastEthernet0/1<br> no ip address<br> no ip redirects<br> no ip unreachables<br> no ip proxy-arp<br>
no ip route-cache<br> shutdown<br> duplex auto<br> speed auto<br> no cdp enable<br> no mop enabled<br>!<br>interface Serial0/0/0<br> no ip address<br> no ip redirects<br> no ip unreachables<br> no ip proxy-arp<br> no ip route-cache<br>
shutdown<br> clock rate 2000000<br> no cdp enable<br>!<br>interface Dot11Radio0/1/0<br> no ip address<br> !<br> encryption vlan 1 mode ciphers aes-ccm tkip <br> !<br> ssid <ssid><br> !<br> 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<br>
station-role root<br> channel least-congested 2412 2437 2462<br>!<br>interface Dot11Radio0/1/0.1<br> encapsulation dot1Q 1 native<br> no snmp trap link-status<br> bridge-group 1<br> bridge-group 1 spanning-disabled<br> bridge-group 1 subscriber-loop-control<br>
bridge-group 1 block-unknown-source<br> no bridge-group 1 source-learning<br> no bridge-group 1 unicast-flooding<br>!<br>interface Dot11Radio0/1/1<br> no ip address<br> speed basic-6.0 9.0 basic-12.0 18.0 basic-24.0 36.0 48.0 54.0<br>
station-role root<br>!<br>interface BVI1<br> ip address <ip_address> <subnet_mask><br>! <br>!<br>ip http server<br>no ip http secure-server<br>!<br>control-plane<br>!<br>bridge 1 route ip<br>!<br>!<br>
line con 0<br> exec-timeout 0 0<br>line aux 0<br>line vty 0 4<br>!<br>!<br>webvpn context Default_context<br> ssl authenticate verify all<br> !<br> no inservice<br>!<br>end<br><br>Thanks.<br></div>