cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1463
Views
5
Helpful
24
Replies

AP1240 problem

kamarul83
Level 1
Level 1

hi..

Do you have any idea why the radio will disable after i configure the AP1240 as workgroup bridge?

24 Replies 24

andrew.prince
Level 10
Level 10

First of all, thanks for your reply.

After I configured the AP1240, the software status still disabled and the hardware still down.

FYI, I have two of AP1240 and one 1300 Series Outdoor. For the AP1240, i configured as WGB and 1300 as Access Point.

Before this, all device working properly until last month. The AP1240 doesnt work but the 1300 Outdoor still working properly.

Did you have any idea what happen to my AP1240?

First of all, thanks for your reply.

After I configured the AP1240, the software status still disabled and the hardware still down.

FYI, I have two of AP1240 and one 1300 Series Outdoor. For the AP1240, i configured as WGB and 1300 as Access Point.

Before this, all device working properly until last month. The AP1240 doesnt work but the 1300 Outdoor still working properly.

Did you have any idea what happen to my AP1240?

Can you post your current config?

Below is the configuration that i copy for config.txt

version 12.3

no service pad

service timestamps debug datetime msec

service timestamps log datetime msec

service password-encryption

!

hostname ap

!

enable secret 5 $1$Gl9g$EL6iBO/Yfu.fskfJiY1rI.

!

ip subnet-zero

ip domain name m

!

!

no aaa new-model

!

dot11 ssid Myport

authentication open

!

power inline negotiation prestandard source

!

crypto pki trustpoint TP-self-signed-1842759256

enrollment selfsigned

subject-name cn=IOS-Self-Signed-Certificate-1842759256

revocation-check none

rsakeypair TP-self-signed-1842759256

!

!

crypto ca certificate chain TP-self-signed-1842759256

certificate self-signed 01 nvram:IOS-Self-Sig#3601.cer

username Cisco password 7 032752180500

!

bridge irb

!

!

interface Dot11Radio0

no ip address

no ip route-cache

!

ssid Myport

!

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 workgroup-bridge

infrastructure-client

bridge-group 1

bridge-group 1 spanning-disabled

!

interface Dot11Radio1

no ip address

no ip route-cache

shutdown

speed basic-6.0 9.0 basic-12.0 18.0 basic-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

bridge-group 1 spanning-disabled

hold-queue 160 in

!

interface BVI1

ip address 192.168.1.134 255.255.255.0

no ip route-cache

!

ip http server

no ip http secure-server

ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag

!

!

control-plane

!

bridge 1 route ip

!

!

!

line con 0

line vty 0 4

login local

!

end

Is this your current config?

I have checked you config - try the below:-

dot11 ssid Myport

infrastructure-ssid optional

or

infrastructure-ssid

then

inteface dot11radio0

no shut

test and post results?

I'm sorry. I'm not really understand. Could you please explain it to me?

I'm sorry. What do you mean Interface dot11radio0 no shut?

The wireless radio interface is current closed. To open the radio interface so wireless works - you must open it:- no shutdown is the command.

I've already select enable for the radio but the radio still =disable/down.

Below is the config;-

!

version 12.3

no service pad

service timestamps debug datetime msec

service timestamps log datetime msec

service password-encryption

!

hostname ap

!

enable secret 5 $1$Gl9g$EL6iBO/Yfu.fskfJiY1rI.

!

ip subnet-zero

ip domain name m

!

!

no aaa new-model

!

dot11 ssid Myport

authentication open

!

power inline negotiation prestandard source

!

crypto pki trustpoint TP-self-signed-1842759256

enrollment selfsigned

subject-name cn=IOS-Self-Signed-Certificate-1842759256

revocation-check none

rsakeypair TP-self-signed-1842759256

!

!

crypto ca certificate chain TP-self-signed-1842759256

certificate self-signed 01 nvram:IOS-Self-Sig#3601.cer

username Cisco password 7 032752180500

!

bridge irb

!

!

interface Dot11Radio0

no ip address

no ip route-cache

!

ssid Myport

!

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 workgroup-bridge

infrastructure-client

bridge-group 1

bridge-group 1 spanning-disabled

!

interface Dot11Radio1

no ip address

no ip route-cache

shutdown

speed basic-6.0 9.0 basic-12.0 18.0 basic-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

bridge-group 1 spanning-disabled

hold-queue 160 in

!

interface BVI1

ip address 192.168.1.134 255.255.255.0

no ip route-cache

!

ip http server

no ip http secure-server

ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag

!

!

control-plane

!

bridge 1 route ip

!

!

!

line con 0

line vty 0 4

login local

!

end

Try this:-

interface Dot11Radio0

no infrastructure-client

no shut

test - and post any information from the command line.

!

version 12.3

no service pad

service timestamps debug datetime msec

service timestamps log datetime msec

service password-encryption

!

hostname ap

!

enable secret xxx

!

ip subnet-zero

ip domain name m

!

!

no aaa new-model

!

dot11 ssid client

authentication open

!

power inline negotiation prestandard source

!

crypto pki trustpoint TP-self-signed-1842759256

enrollment selfsigned

subject-name cn=IOS-Self-Signed-Certificate-1842759256

revocation-check none

rsakeypair TP-self-signed-1842759256

!

!

crypto ca certificate chain TP-self-signed-1842759256

certificate self-signed 01 nvram:IOS-Self-Sig#3601.cer

username Cisco password xxx

!

bridge irb

!

!

interface Dot11Radio0

no ip address

no ip route-cache

!

ssid client

!

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 workgroup-bridge

infrastructure-client

bridge-group 1

bridge-group 1 spanning-disabled

!

interface Dot11Radio1

no ip address

no ip route-cache

shutdown

speed basic-6.0 9.0 basic-12.0 18.0 basic-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

bridge-group 1 spanning-disabled

hold-queue 160 in

!

interface BVI1

ip address 192.168.1.134 255.255.255.0

no ip route-cache

!

ip http server

no ip http secure-server

ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag

!

!

control-plane

!

bridge 1 route ip

!

!

!

line con 0

line vty 0 4

login local

!

end

You have changed the SSID - WHY? and you have not REMOVED "infrastructure-client" - WHY?

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card