The keepalive command configures connection parameters between APs and the WMI server.
The undo keepalive command restores the default settings of connection parameters between APs and the WMI server.
By default, the heartbeat interval is 3 minutes, the reconnection interval is 5 minutes, and the number of reconnection attempts is 0.
keepalive { interval interval | retry-interval retry-interval | retry-number retry-number } *
undo keepalive
Parameter | Description | Value |
---|---|---|
interval interval | Specifies the heartbeat interval. | The value is an integer that ranges from 1 to 60, in minutes. |
retry-interval retry-interval | Specifies the reconnection interval after an AP is disconnected from the server. | The value is an integer that ranges from 5 to 60, in minutes. |
retry-number retry-number | Specifies the number of reconnection attempts. | The value is an integer that ranges from 0 to 4294967295. The value 0 indicates that the server and APs always attempt to reconnect to each other. |