The keep alive parameter allows you to set both the keep alive time and the keep alive interval in seconds. The format is time, interval
For example:
1200,5
Specifies that keep alive probes will be sent after 20 minutes of inactivity, and then repeated every 5 seconds until the max number of keep alive probes has been reached.
1800
Specifies that keep alive packets will be send after 30 minutes of inactivity, and then repeated every second until the max number of keep alive probes has been reached. One-second interval is the default value.
For example:
60
Specifies that a telnet NOP will be sent after one minute of inactivity, and then repeated every minute of inactivity.