06-08-2008 08:38 PM - edited 07-03-2021 03:59 PM
hi..
Do you have any idea why the radio will disable after i configure the AP1240 as workgroup bridge?
06-09-2008 11:36 AM
The below URL will give you the correct configuration setps:-
HTH.
06-09-2008 05:56 PM
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?
06-09-2008 10:23 PM
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?
06-10-2008 12:29 AM
Can you post your current config?
06-10-2008 12:39 AM
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
06-10-2008 12:42 AM
Is this your current config?
06-10-2008 12:59 AM
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?
06-10-2008 01:11 AM
I'm sorry. I'm not really understand. Could you please explain it to me?
06-10-2008 01:15 AM
I'm sorry. What do you mean Interface dot11radio0 no shut?
06-10-2008 01:19 AM
The wireless radio interface is current closed. To open the radio interface so wireless works - you must open it:- no shutdown is the command.
06-10-2008 01:30 AM
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
06-10-2008 01:32 AM
Try this:-
interface Dot11Radio0
no infrastructure-client
no shut
test - and post any information from the command line.
06-10-2008 01:41 AM
!
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
06-10-2008 01:51 AM
You have changed the SSID - WHY? and you have not REMOVED "infrastructure-client" - WHY?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide