01-11-2012 08:25 AM - edited 07-03-2021 09:21 PM
The web GUI timeout on my AP seems to be too short, if I login and sit idle for about 60 seconds when I select a different menu item I need to type in my credentials again. At that point I notice that on the login menu it says to login for priv access level 1. How can I increase the login timeout so I dont need to keep typing in my credentials. I've already typed in the command no exec timeout but that only seems to help when im using the command line.
01-11-2012 08:27 AM
Edited... See other post:)
Thanks,
Scott Fella
Sent from my iPhone
01-11-2012 08:28 AM
Read your post wrong. You should be able to set the timeout from the management http/https section.
ip http timeout-policy
Sent from Cisco Technical Support iPhone App
01-11-2012 08:36 AM
The app is not showing the correct CLI command
ip http timeout-policy idle
Thanks,
Scott Fella
Sent from my iPhone
01-11-2012 08:41 AM
Here is a link to a previous post
https://supportforums.cisco.com/thread/2109694
Thanks,
Scott Fella
Sent from my iPhone
01-11-2012 08:54 AM
Sorry, I'm actually referring to an autonomous AP not a WLC.
01-11-2012 08:57 AM
I posted the autonomous commands also.
Thanks,
Scott Fella
Sent from my iPhone
01-11-2012 08:59 AM
ip http timeout-policy idle <1-600 sec> life <1-86400>
For your SSH timeouts, you would want to modify the following under your vty line configuration:
exec-timeout
01-11-2012 09:06 AM
Yes I did see that. What does the 'requests' mean because it requires me to type it in?
AP2(config)#ip http timeout-policy idle 600 life 6000
% Incomplete command.
AEGL-NASH-AP2(config)#ip http timeout-policy idle 600 life 6000 requests ?
<1-86400> Maximum number of requests allowed on a http server connection
01-11-2012 09:13 AM
How many connections do you want to allow a one time.
Thanks,
Scott Fella
Sent from my iPhone
01-11-2012 09:21 AM
Is this VTY sessions allowed? I would think the same as the sessions limit 15, no?
01-11-2012 09:23 AM
You can... Depends on how many users might need access. Some
Like to limit it to 5 or less.
Thanks,
Scott Fella
Sent from my iPhone
01-11-2012 09:29 AM
Great. So this is my command:
AEGL-NASH-AP2(config)#ip http timeout-policy idle 600 life 6000 requests 5
So I'm basically saying here that there is a policy on my AP that when I'm using the GUI and it's idle it will only remain idle for 600 seconds or 10 minutes, and only allow 5 simultaneous users at a time. Right?
01-11-2012 09:33 AM
Correct
Thanks,
Scott Fella
Sent from my iPhone
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