- 칼럼 | 실수에서 뻔한 은폐까지··· 트럼프 행정부의 터무니없는 안보 실수
- 옵스나우, 클라우드 비용 최적화 솔루션 '오토세이빙즈' 상반기 국내 출시
- 칼럼 | 끊임없이 쏟아지는 AI 모델, 혁신인가 낭비인가?
- One of the most comfortable earbuds I've tested also has some serious ANC (and they're only $150)
- The 30+ best anti-Amazon Spring Sale deals 2025: Walmart, Best Buy, Costco, and more
A correct way to shutdown Cisco Autonomous AP
An interesting fact – powered over Ethernet autonomous Cisco access point continue to associate clients even if you shutdown the relevant switch port! I recently shutdown the switch port to which a spare access point has been connected, assuming it will stop providing PoE. Few days later my friend’s IT specialist reported their customers have connectivity problems when they approach that particular access point. He also asked if the blue light reflects a working condition. That knocked me down. How could it be powered on if I administratively disabled the switch port?!
I checked switchport status and it was in administratively shutdown state. I checked PoE status and found this switchport (although being shut!) continue to provide power. Huh?
WS-C3750-48PS-E#sh int statu | inc Port|Fa2/0/(45|46) Port Name Status Vlan Duplex Speed Type Fa2/0/45 AP1142N connected trunk a-full a-100 10/100BaseTX Fa2/0/46 AP1142N disabled 1 auto auto 10/100BaseTX
WS-C3750-48PS-E#sh power inline | inc Inter|Fa2/0/(45|46) Interface Admin Oper Power Device Class Max Fa2/0/45 auto on 15.4 AIR-AP1142N-E-K9 3 15.4 Fa2/0/46 auto on 15.4 Ieee PD 3 15.4
How do you like that?
So, it turned out that instead of being shutdown this access point got its power over Ethernet, booted and due to its autonomous nature (had valid config!) were associating clients, but were unable to forward the traffic because switch port was in disabled (or admin shutdown) state.
Nice experience, indeed.
To fix it, I explicitly disabled PoE by applying “power inline never” to AP’s switchport. That solved issues with connectivity at once.
Update: This is IOS dependent! Unfortunately Cisco Bug Toolkit has no traces about such behavior.
Orginal post # http://nexp.com.ua/technologies/wireless/shutdown-cisco-ap/