cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
809
Views
0
Helpful
2
Replies

Cisco ISR 1941 WebVPN vpn-session-timeout

Andrew Schulz
Level 1
Level 1

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". 

1 Accepted Solution

Accepted Solutions

Dinesh Moudgil
Cisco Employee
Cisco Employee

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.

Cisco Network Security Channel - https://www.youtube.com/c/CiscoNetSec/

View solution in original post

2 Replies 2

Dinesh Moudgil
Cisco Employee
Cisco Employee

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.

Cisco Network Security Channel - https://www.youtube.com/c/CiscoNetSec/

That would explain it. Thank you Dinesh.