带有rcvk9w8图像的AP3602抛出“%CDP_PD-2-POWER_LOW:禁用所有无线电”


9

我们最近从思科购买了一些新的AP3602E

我试图了解为什么当我们向AP发送足够的功率时,此AP无法打开无线电。我正在使用来自交换机的嵌入式电源,但是AP接通电源后,它将发送%CDP_PD-2-POWER_LOW: All radios disabled到控制台。AP上的LED闪烁绿色。

拓扑结构:

+---------------+ Gi1/0/1   Gi0/1 +-----------+
|   AP_Test     |                 |           |
|   Cat2960S    |-----------------|  AP3602E  |
|               |                 |           |
+---------------+                 +-----------+
                       <------- cdp Req 13000mW
power inline 13000mW ------->

AP正在运行12.4(25e)JAL1a rcvk9w8接收图像。

2960S正在运行12.2(55)SE7。

问题:如何使此AP打开无线电?


其他输出...

debug cdp ilp...

AP0006.6566.a57b#debug cdp ilp
*May  8 00:11:54.391: CDP-ILP: sent cdp msg:power consumed  pwr=13000
*May  8 00:11:54.391: CDP-ILP: sent cdp msg:power request reqid=47837 manid=3 rlevel(1)=13000
*May  8 00:11:54.635: CDP-ILP: rcvd cdp msg:power available reqid=47837 manid=3 alevel=13000 mlevel=13000
*May  8 00:11:54.635: CDP-ILP: power state:NEGOTIATED_UNCHANGED event:BOTH_ID_unCHANGED unchanged
AP0006.6566.a57b#

show power inline...

AP_Test#show power inline gi1/0/1
Interface Admin  Oper       Power   Device              Class Max
                            (Watts)
--------- ------ ---------- ------- ------------------- ----- ----
Gi1/0/1   auto   on         13.0    AIR-CAP3602E-A-K9     4   30.0

Interface  AdminPowerMax   AdminConsumption
             (Watts)           (Watts)
---------- --------------- ------------------

Gi1/0/1        30.0             30.0
AP_Test#

2960S交换机端口接口配置...

!
interface GigabitEthernet1/0/1
 switchport access vlan 385
 switchport mode access
 switchport nonegotiate
 switchport port-security
 switchport port-security aging time 5
 switchport port-security violation protect
 switchport port-security aging type inactivity
 storm-control broadcast level 0.50
 storm-control action trap
 spanning-tree portfast
 spanning-tree bpduguard enable
end

Answers:


10

它发送%CDP_PD-2-POWER_LOW: All radios disabled to the console...
问题:如何使此AP打开无线电?

我与Cisco Wireless Consulting SE进行了交谈...第一个问题是恢复映像(即rcv-w8映像)没有Dot11无线电的固件...因此我必须上载新的固件。

archive download-sw /force-reload /overwrite tftp://...当我处理较旧的Cisco AP 1242型号时,我通常使用升级映像。但是,在此图像下,直到使用debug capwap console cli... 我一直出现错误。

AP0006.6566.a57b#arch?
% Unrecognized command
AP0006.6566.a57b#debug capwap console cli
AP0006.6566.a57b#arch?
archive

AP0006.6566.a57b#archive download-sw /force-reload /overwrite tftp://192.0.2.100/ap32g2-k9w7-tar.152-4.JA1.tar

升级到ap32g2-k9w7-tar.152-4.JA1.tarw7是自治AP映像)后,出现了Dot11radio接口。


纯粹是信息性的...这是我们用于2.4G和5.0G调查的开放式身份验证自主AP配置...

!
version 15.2
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime localtime show-timezone
service timestamps log datetime localtime show-timezone
service password-encryption
!
hostname Survey_AP
!
!
logging rate-limit console 9
enable secret Cisco
!
aaa new-model
!
!
aaa authentication login default local
!
!
!
!
!
aaa session-id common
clock timezone CST -6 0
clock summer-time CDT recurring
no ip source-route
no ip routing
no ip cef
!
!
!
!
login on-failure log
login on-success log
dot11 syslog
!
dot11 ssid WifiSurvey
   vlan 1
   max-associations 50
   authentication open
   mbssid guest-mode
!
!
dot11 guest
!
!
!
username Cisco password 7 05280F1C2243
!
ip dhcp excluded-address 192.0.2.254
!
ip dhcp pool SURVEY_DHCP
 network 192.0.2.0 255.255.255.0
 lease 0 0 15
 domain-name survey.local
 default-router 192.0.2.254
 dns-server 192.0.2.254
!
!
bridge irb
!
!
!
interface Dot11Radio0
 no ip address
 no ip route-cache
 !
 ssid WifiSurvey
 no shutdown
 !
 antenna gain 0
 ! Block access to 802.11b clients: set 12Mbps as required speed
 speed basic-12.0 m0-7 m8-15
 ! Optional: Power is specified in mW
 ! power local 11
 ! power client 11
 stbc
 mbssid
 station-role root
 world-mode dot11d country-code US indoor
!
interface Dot11Radio0.1
 encapsulation dot1Q 1 native
 no ip route-cache
 bridge-group 1
 bridge-group 1 subscriber-loop-control
 bridge-group 1 spanning-disabled
 bridge-group 1 block-unknown-source
 no bridge-group 1 source-learning
 no bridge-group 1 unicast-flooding
!
interface Dot11Radio1
 no ip address
 no ip route-cache
 !
 ssid WifiSurvey
 no shutdown
 !
 antenna gain 0
 ! Block access to 802.11b clients: set 12Mbps as required speed
 speed basic-12.0 m0-7 m8-15
 ! Optional: Power is specified in mW
 ! power local 11
 ! power client 11
 peakdetect
 dfs band 3 block
 stbc
 mbssid
 channel dfs
 station-role root
 world-mode dot11d country-code US indoor
!
interface Dot11Radio1.1
 encapsulation dot1Q 1 native
 no ip route-cache
 bridge-group 1
 bridge-group 1 subscriber-loop-control
 bridge-group 1 spanning-disabled
 bridge-group 1 block-unknown-source
 no bridge-group 1 source-learning
 no bridge-group 1 unicast-flooding
!
interface GigabitEthernet0
 no ip address
 no ip route-cache
 duplex auto
 speed auto
 bridge-group 1
 bridge-group 1 spanning-disabled
 no bridge-group 1 source-learning
!
interface BVI1
 ip address 192.0.2.254 255.255.255.0
 no ip route-cache
 ipv6 address dhcp
 ipv6 address autoconfig
 ipv6 enable
!
ip forward-protocol nd
ip http server
no ip http secure-server
!
!
!
bridge 1 route ip
!
!
!
line con 0
line vty 0 4
 transport preferred none
 transport input all
!
end

时间有限,我完全想不到这是恢复映像,但这肯定可以解释问题。很高兴您找到了答案。
YLearn

没问题...我仍在寻找思科告诉您接收映像没有无线电固件的地方...而且很虚伪的是当他们没有固件时它们会给您CDP错误图片...无论如何,我都打开了收音机,以便我们进行现场调查。
Mike Pennington

6

某些3600确实需要802.3at的功率,并且看起来就像这样,并且由于某种原因,它仅消耗802.3af的功率。不确定交换机或AP代码中是否存在可能导致此错误的错误,但是可以尝试以下两种方法。

在某些情况下(通常在非Cisco设备上),我不得不在接口上添加以下内容(在添加/删除之前关闭接口):

power inline port 2x-mode

如果这样做不起作用,则有时可以通过强制接口使用802.3at的IEEE类协商而非CDP来禁用接口上的CDP。通常效率不高,但可以解决问题。


1
根据我在debug cdp ilpLWAP上看到的信息,它仅要求13000mW。我曾尝试过power inline power 2x-modepower inline static max 30000在发布问题之前这样做并没有帮助...但是我在黑暗中进行了更多操作,却不知道对此有任何实际要求...您知道任何提到802.3at要求的在线文档吗?在AIR-CAP3602E上?数据表清楚地表明它仅需要12.95W
Mike Pennington

我发现在本文档中提到了带有802.3at的附加模块的3600 。我相信我在其他地方也看到过它。
YLearn

谢谢...您提到的电源文档说,AP连接到802.3af源时应自动回退。这开始听起来像是AP的问题...我将更改AP的代码,但我至少应该赞扬一下,以帮助我找出故障所在。
Mike Pennington
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.