0

Please help me with a newbie question regarding Cisco AP CLI .

According to this Cisco doc , I know how to change WPA handshake timeout value to 2000 milliseconds.

Cisco1242AG-1(config)#dot11 wpa handshake timeout 2000

But, how do I query its current value?

Jimm Chen
  • 1,749
  • 5
  • 18
  • 32

1 Answers1

0

If the command is present in the configuration (show run) then the timeout is as configured.

If the command is not present in the configuration (show run) then the timeout is the default 100 milliseconds.

I have yet to find it in any other show output. My first hunch was it might also be present in show controllers dot11radio 0. Nope.

Weaver
  • 1,952
  • 12
  • 13
  • Thank you. The ``show run`` command does the trick. Using ``show controllers dot11radio 0`` produces quite many info, but no "wpa handshake timeout". – Jimm Chen Nov 28 '12 at 03:00