cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
8478
Views
18
Helpful
6
Replies

CLI show commands - AP Power (Autonomous)

LJ Gabrillo
Level 5
Level 5

Hi everyone,

I've been trying to find what the CLI show command for this UI:

AT: Software Tab
 CLICK: System Configuration
   SEE: System Power Settings

It displays the power settings, 
quite useful in troubleshooting xD

Hope someone can help me

PS: I always configure my APs through CLI, but this verification command/UI keeps bugging me because I cant find its CLI command.

6 Replies 6

Stephen Rodriguez
Cisco Employee
Cisco Employee

try:

 

show controllers dot11radio 0|1

 

that should show you the current configured power and channel

 

HTH,

Steve

HTH,
Steve

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

Thank Steph, 

But that isn't the one I am looking for
I am looking for Access Point  Power Supply DC or PoE verification.

As said, it can be found in UI:

 AT: Software Tab
 CLICK: System Configuration
   SEE: System Power Settings

 

the best I can come up with on that is to do this:

 

show logg | i %CDP_PD

 

this will parse the logging for the %CDP_PD message that calls out the power.

 

HTH,

Steve

HTH,
Steve

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

Thanks for the help Steve,

Well it looks like there is really no CLI command for that,
all log based xD

jqnombrefia
Level 1
Level 1

"show sysinfo" then the power supply will be shown:

 

Power Supply 1................................... Present, OK
Power Supply 2................................... Present, OK

laurencew
Level 1
Level 1

Is this what you are looking for?

(Controller) >grep include Power "sh ap config general AP_Name"

 

If it uses external power source you will get output similar to


(Controller) >grep include Power "sh ap config general Ap_Name"
Press any key to continue..
PoE Power Injector MAC Addr...................... 00:15:63:86:7d:bb
Power Type/Mode.................................. Power injector / Normal mode

There are 2 lines matching the pattern Power

(Contoller)

 

If using POE you should see something like this

 

(Controller) >grep include Power "sh ap config general AP_name"  
Press any key to continue..
PoE Power Injector MAC Addr...................... Disabled
Power Type/Mode.................................. PoE/Full Power

There are 2 lines matching the pattern Power

(Controller)

 

Review Cisco Networking products for a $25 gift card