11-12-2015 01:36 PM
I'm running a Cisco 1941 and need to set a vpn-session-timeout for just the WebVPN users. I've attempted using the following command
hostname(config)# group-policy FirstGroup attributes
hostname(config-group-policy)# vpn-session-timeout {minutes | none}
however, I get command not recognized at "group-policy".
Solved! Go to Solution.
11-12-2015 11:08 PM
Hi Andrew,
The above commands are applied on ASA. For IOS devices, the commands are
configure terminal
webvpn context name
policy group name
timeout {idle seconds | session seconds}
Ref : http://goo.gl/niI3OX
Regards,
Dinesh Moudgil
P.S. Please rate helpful post.
11-12-2015 11:08 PM
Hi Andrew,
The above commands are applied on ASA. For IOS devices, the commands are
configure terminal
webvpn context name
policy group name
timeout {idle seconds | session seconds}
Ref : http://goo.gl/niI3OX
Regards,
Dinesh Moudgil
P.S. Please rate helpful post.
11-13-2015 08:44 AM
That would explain it. Thank
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide