cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1074
Views
0
Helpful
10
Replies

802.11A radio disable and down

Chieu Dinh
Level 1
Level 1

I changed the role from Installation mode to Non-Root bridge then the Software is disable and Hardware is down in 802.11A radio. How do I enable it again without reset to factory?

Thanks

10 Replies 10

Leo Laohoo
Hall of Fame
Hall of Fame

Attach a console cable to the WAP and reboot.  I want to see the complete bootup process to determine as to why the radio is disabled.

Have you tried the command:

int dot111

no shutdown?

Thank you for response. I did try the no shutdown command but it is still disable.

Here is my config

interface Dot11Radio0

no ip address

no ip route-cache

!

ssid LabTest

!

speed  basic-6.0 basic-9.0 basic-12.0 basic-18.0 basic-24.0 basic-36.0 basic-48.0 basic-54.0

packet retries 128

station-role non-root

rts threshold 4000

rts retries 128

concatenation

beacon period 20

infrastructure-client

!

interface Dot11Radio0.31

encapsulation dot1Q 31 native

no ip route-cache

no snmp trap link-status

bridge-group 1

!

interface FastEthernet0

no ip address

no ip route-cache

full-duplex

bridge non-root client-vlan 31

hold-queue 80 in

!

interface FastEthernet0.31

encapsulation dot1Q 31 native

no ip route-cache

no snmp trap link-status

bridge-group 1

!

interface BVI1

ip address 192.168.0.10 255.255.255.0

no ip route-cache

I can't input the power local and power client from the command line. I assumed it is running MAX.

Thank you very much

Those power commands "client/local" are related to "transmit" power, not the power necessary to "bring online" the radios of your AP.  It "seems" like you may not be drawing enough power, however you said the radio was "up" until you set the station-role to "non-root"?

Also, your outputs are regarding your 2.4 (d0) radio, but your post shows (802.11a radio down), so which is it?  Would you be able to post the entire run-config output?

Also, how are you powering this access point?  A POE switch, Injector, etc?

If POE, post the following, and specify which port your AP is in

#show power inline
#show cdp neighbor detail

If Injector/Adapter, please specify the exact model/part number.

Also, leolaohoo's request for the boot output would be nice too

So out of curiosity.  Are you using this AP for a bridge or just for client access?

>>>> I am using this bridge as a non-root bridge. The root bridge is online near by less than a 1mile.

a Non-root goes 'reset/down' if it doesn't detect a parent. 

>>>>> So it means the 802.11A interface will be down until it can see a parent which is the root bridge?

!

version 12.4

no service pad

service timestamps debug datetime msec

service timestamps log datetime msec

service password-encryption

!

hostname NonRootBridge1

!

no logging console

!

aaa new-model

!

!

aaa group server radius rad_eap

!

aaa group server radius rad_mac

!

aaa group server radius rad_acct

!

aaa group server radius rad_admin

!

aaa group server tacacs+ tac_admin

!

aaa group server radius rad_pmip

!

aaa group server radius dummy

!

aaa authentication login default local

aaa authentication login eap_methods group rad_eap

aaa authentication login mac_methods local

aaa authorization exec default local

aaa accounting network acct_methods start-stop group rad_acct

!

aaa session-id common

!

resource policy

!

clock timezone MST -7

clock save interval 24

ip subnet-zero

ip domain name NonRootBridge1

!

!

dot11 activity-timeout bridge default 10000

!

dot11 ssid LabTest

   vlan 51

   authentication open

   infrastructure-ssid

!

dot11 network-map

!

!

!

bridge irb

!

!

interface Dot11Radio0

no ip address

no ip route-cache

!

!

ssid LabTest

!

speed  basic-6.0 basic-9.0 basic-12.0 basic-18.0 basic-24.0 basic-36.0 basic-48.0 basic-54.0

packet retries 128

station-role non-root bridge

rts threshold 4000

rts retries 128

cca 90

concatenation

beacon period 20

infrastructure-client

!

interface Dot11Radio0.51

encapsulation dot1Q 51 native

no ip route-cache

no snmp trap link-status

bridge-group 1

!

interface FastEthernet0

no ip address

no ip route-cache

!

interface FastEthernet0.51

encapsulation dot1Q 51 native

no ip route-cache

no snmp trap link-status

bridge-group 1

!

interface BVI1

ip address 192.168.0.10 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

ip radius source-interface BVI1

radius-server attribute 32 include-in-access-req format %h

radius-server vsa send accounting

bridge 1 protocol ieee

bridge 1 route ip

!

!

!

line con 0

line vty 0 4

!

sntp server 192.168.0.50

sntp broadcast client

end

Those power commands  "client/local" are related to "transmit" power, not the power necessary  to "bring online" the radios of your AP.  It "seems" like you may not be  drawing enough power, however you said the radio was "up" until you set  the station-role to "non-root"?

>>>>>Yes. The interface is up in the install mode until I set to non root bridge then it goes down.

Also,  your outputs are regarding your 2.4 (d0) radio, but your post shows  (802.11a radio down), so which is it?  Would you be able to post the  entire run-config output?

Also, how are you powering this access point?  A POE switch, Injector, etc?

>>>>> I am using power injector AIR-PWRINJ-BLR1

If POE, post the following, and specify which port your AP is in

#show power inline
#show cdp neighbor detail

If Injector/Adapter, please specify the exact model/part number.

Also, leolaohoo's request for the boot output would be nice too

So out of curiosity.  Are you using this AP for a bridge or just for client access?

If it's just for client access then:

station-role root

a Non-root goes 'reset/down' if it doesn't detect a parent. 

Can you share the dot11 ssid config?

Steve

HTH,
Steve

------------------------------------------------------------------------------------------------
Please remember to rate useful posts, and mark questions as answered

can you also post teh config of the root bridge?  What type of antenna are you using, and what ports do you have it connected to?  What type of AP are these?

Steve

HTH,
Steve

------------------------------------------------------------------------------------------------
Please remember to rate useful posts, and mark questions as answered

Hi Steve

I am setting up the new Bridge 1400. I did some testing with the default configuration. The 802.11A interface is down on the hardware and disable on the sofware when I selected the non-root bridge. When the first time I change the IP the bridge interface is still up and enable until I selected the non-root bridge and apply, it went down.

Thank you very much

Attach a console cable to the WAP and reboot.  I want to see the complete bootup process to determine as to why the radio is disabled.

I want to get the boot process to show you but this power injector and this bridge can not attach to the console. It is only run with the straight through cable.

Thanks

Review Cisco Networking products for a $25 gift card