Capwap AP Discovery Timer
Habt ihr euch je gefragt wie oft ein Flexconnect AP im standalone mode versucht seinen WLC zu erreichen? Die Logs auf dem AP sind wenig aufschlussreich um eine Regelmaessigkeit fest zu stellen, aber ein Sniffer trace bringt die richtige Spur 🙂 Am WLC kann das mit folgendem Befehl angesehen und ggf. veraendert werden:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
(Cisco Controller) >show advanced timers Authentication Response Timeout (seconds)........ 10 Rogue Entry Timeout (seconds).................... 240 AP Heart Beat Timeout (seconds).................. 30 AP Discovery Timeout (seconds)................... 10 AP Local mode Fast Heartbeat (seconds)........... disable AP flexconnect mode Fast Heartbeat (seconds)..... disable AP Primary Discovery Timeout (seconds)........... 120 AP Primed Discovery Timeout (seconds)............ 0 Packet Forwarding watchdog timer (seconds)....... 240 (enable) (Cisco Controller) >config advanced timers ? ap-discovery-timeout Configures AP Discovery Timeout value between 1 and 10 seconds. ap-fast-heartbeat Configures AP Fast Heartbeat value between 1 and 10 seconds. ap-heartBeat-timeout Configures AP Heart Beat Timeout value between 1 and 30 seconds. ap-primary-discovery-timeout Configures AP Primary Discovery Timeout value between 30 and 3600 seconds. ap-primed-join-timeout Configures AP Primed Discovery Timeout value between 120 and 43200 seconds(12 hours). auth-timeout Configures 802.11 Authentication Response Timeout value. pkt-fwd-watchdog Configure Packet Forwarding watchdog timer to protect from fastpath deadlock. (Cisco Controller) >config advanced timers ap-discovery-timeout ? Configures AP Discovery Timeout value between 1 and 10 seconds. |
Enjoy […]