Configuring Absolute Session Timeout
To configure Absolute Session Timeout parameter under the DNN profile:
configure
profile dnn dnnprofile_name
timeout absolute absolutetimer_value
end
NOTES:
-
profile dnn dnnprofile_name : Specifies the name of the DNN profile. dnnprofile_name must be an alphanumeric string.
-
timeout : Specifies the timeout option.
-
absolute absolutetimer_value : Specifies the maximum duration of the session (in seconds), before the system automatically terminates the session. The default value is 0, which indicates that the function is disabled.
absolutetimer_value must be an integer in the range of 0-2147483647.
The following is a sample configuration.
smf(config)# profile dnn intershat timeout absolute 900