Use this command to set the maximum number of consecutive seconds an authenticated session may be idle before termination of the session.
quarantine-agent | (Optional) Specifies the authentication type quarantine-agent (S-, K-Series). |
dot1x | (Optional) Specifies the authentication type IEEE 802.1X Port-Based Network Access Control. |
pwa | (Optional) Specifies the authentication type Port Web Authentication (PWA). |
mac | (Optional) Specifies the authentication type Mac authentication. |
cep | (Optional) Specifies the authentication type Convergence End Point (CEP) authentication. |
radius-snooping | (Optional) Specifies the authentication type radius-snooping authentication. |
auto-tracking | (Optional) Specifies the authentication type auto-tracking (S-, K-Series). |
timeout | Specifies the timeout value in seconds. The value can range from 0 to 65535. A value of 0 means that no idle timeout will be applied unless an idle timeout value is provided by the authenticating server. The default timeout value is 300 seconds. |
If no authentication method is specified, the timeout value is set for all methods.
All command modes.
A value of zero indicates that no idle timeout will be applied unless an idle timeout value is provided by the authenticating server. For example, if a session is authenticated by a RADIUS server, that server may encode a Idle-Timeout Attribute in its authentication response.
This example shows how to set the idle-timeout session for cep and mac authentication to 500 seconds:
System(rw)->set multiauth idle-timeout cep 500 System(rw)->set multiauth idle-timeout mac 500
This example shows how to set the idle-timeout session for all the authentication types to 400 seconds:
System(rw)->set multiauth idle-timeout 400