1041 Access Point -- Web Management Login Timeout

I've looked thru the various screens but I have not found anywhere to change the Timeout value on the login to Web Management of my 1041 Access Point.  Is that definable? 
It seems like if you pause for any amount of time, you have to login again before you can do anything.  The time window is just annoyingly small and I want to bump it up to something else.
Thanks
Mark

You need to do it thru command line... I havent test it.. but AP accepts the command...
Use THIS COMMAND...
ip http timeout-policy idle seconds life seconds requests value
Example:
Router(config)# ip http timeout-policy idle 30  life 120 requests 100
(Optional) Sets the characteristics that determine how long a connection  to the HTTP server should remain open. The characteristics are:
•idle—The  maximum number of seconds the connection will be kept open if no data  is received or response data cannot be sent out on the connection. Note  that a new value may not take effect on any already existing  connections. If the server is too busy or the limit on the life time or the number of requests is reached, the connection may be closed sooner. The default value is 180 seconds (3 minutes).
•life—The  maximum number of seconds the connection will be kept open, from the  time the connection is established. Note that the new value may not take  effect on any already existing connections. If the server is too busy  or the limit on the idle time or the number of requests is reached, it  may close the connection sooner. Also, since the server will not close  the connection while actively processing a request, the connection may  remain open longer than the specified life time  if processing is occurring when the life maximum is reached. In this  case, the connection will be closed when processing finishes. The  default value is 180 seconds (3 minutes). The maximum value is 86400  seconds (24 hours).
•requests—The  maximum limit on the number of requests processed on a persistent  connection before it is closed. Note that the new value may not take  effect on already existing connections. If the server is too busy or the  limit on the idle time or the life time is reached, the connection may  be closed before the maximum number of requests are processed. The  default value is 1. The maximum value is 86400.

Similar Messages

  • Unable to access SRP521W Web Management

    Just brought another set of SRP521W, after changed the WAN setting to PPPOE, we unable to access the web management. The power/sys light will keep blink when trying to access the web management. We able to ping it. We tried the reset button but it did not work as well. Anyone has a solution? Is that a way to upgrade the firmware without using the web management?

    Good morning Winston, I apologize for the issues you are having, in order to resolve your problem in a  faster way, you could contact our support team and explain them your problem, it looks like a hardware problem.
    https://www.cisco.com/en/US/support/tsd_cisco_small_business_support_center_contacts.html . I encourage you to share the answer with us. Thanks, and again I apologize with you.
    *Please mark the question as Answered or rate it so other users can benefit from it"
    Greetings,
    Johnnatan Rodriguez Miranda.
    Cisco Network Support Engineer.

  • Block IPs from accessing WLC web management

    Hi all,
    I have tried using access control list to block certain IPs from accessing WLC web management. I apply the ACL to interface management, but it seems like no effect at all.
    How can I block or permit some IPs so only certain IPs can access WLC web management ?
    Thanks in advance.

    I need deal with this matter also... So here's what I found:
    - you must use CPU acls - interface acls won't do what you want;
    - it appears that once you use an acl, you must explicitly define each type of traffic you want to allow, since an implicit deny all action occurs.
    I'm working on trying to restrict admin access to controllers in order address policy compliance matters. I'm disappointed at the lack of better documentation and practical examples on acls...
    If anyone can shed some light on this topic I think two of us would appreciate it...

  • SQL Server Expres 2008R2 on Windows 7 peer to peer network using MS Access to connect - ODBC Login Timeout

    Hello,
    I have had a Microsoft Access database that was running on Windows XP against a SQL Server 2000 database.  We are running on a peer to peer network.  This all worked fine.  Recently I upgraded all the systems to Windows 7 and the Access database
    to Office 2013 and setup SQL Server Express 2008R2.  I am running into strange problems trying to connect the access database to SQL Server Express.
    SQL Server Express was setup with mixed authentication mode. 
    What is strange to me is that if I run the Access database on the same server as SQL Server Express 2008R2, everything works fine. However, if I run the Access database from a separate system (Windows usernames and passwords are identical on all systems
    for all accounts).  I get a spinning circle, then after 5 minutes or so I get an error box that says "Connection Failed SQL State S1-T00 - ODBC Login Timeout Expired.
    I click OK and then there is a ODBC login box,  It has trusted connection  box checked.  So, I just click ok and everything runs fine.
    I have checked with the Access database the ODBC connection string (How do you change this to imbed a username and pwd?) and the connection specifies that trustedconnection = yes.
    I have tried setting the odbc connection up to use a SQL Account, I have setup all of the security in SQL so that Windows accounts have access and either works on the system that is hosting the SQL database.  But when I try to connect from a separate
    machine we have to wait with the timeout and then click okay.
    Any Ideas.
    Thank you!!!

    I have TCP/IP and named pipes.
    I will take a look at the kb article.
    What puzzles me is that odbc connection is set for trusted connection, the access database is set for trusted connection.  But yet it seems that it wants to do a SQL authentication.  Then it fails, and then if you simply hit okay to do the Trusted
    Connection then it is fine.
    I will read about setting the UID and PWD in code.  Been a long time since I have done that, but very doable.  Then see if the Access DB is setup with the UID and Pwd in the odbc connection string, then switch the odbc connection to be a SQL Server
    connect, then maybe it will work..  Crossing my fingers.
    I will be back on site next week and will give it a try then.
    I will check the ports, but suspect they are fine as it works fine after it has it timed out and you hit okay to connect with a trusted connection.
    Thanks for your ideas.

  • Oracle Vm Manager login timeout

    We are testing Oracle Vm Manager and notice that the timeout when logged into the web interface is really low. It logs you out after a minute the you have to refresh and login again. It is driving us crazy. Is there a way to increase the logout time for the Manager web interface?

    Hi,
    another option is the following:
    Include some shared="true" into /opt/oc4j/j2ee/home/config/secure-web-site.xml
    <web-app application="default" name="jmsrouter_web" load-on-startup="true" root="/jmsrouter" shared="true" />
    <web-app application="javasso" name="javasso-web" root="/jsso" shared="true" />
    <web-app application="ascontrol" name="ascontrol" load-on-startup="true" root="/em" ohs-routing="false" shared="true" />
    <web-app application="datatags" name="webapp" load-on-startup="true" root="/webapp" shared="true" />
    <web-app application="help" name="ohw-ovs-help" load-on-startup="true" root="/help" shared="true" />
    <web-app application="OVS" name="webapp1" load-on-startup="true" root="/OVS" shared="true" />
    <web-app application="OVS" name="webservices" load-on-startup="true" root="/OVSWS" shared="true" />
    <access-log path="../log/default-web-access.log" split="day" />
    Regards
    Sebastian

  • Security and Management of Wireless Access Points

    We have a network of eight (8) Cisco 350 Access Points.
    We would like to enable security through WEP and designating specific MAC (Hardware) addresses.
    Please advise as to the most efficient manner of inputting hardware addresses into all of our access points and managing many access points.

    Hmmm....all these replies, with good information, and no one answered your question!
    You can't cut and paste a list of MACs into a Cisco AP (how come, I don't know). What you need to do is enter one MAC address. Then download a non-default config file out of the AP. Then find the lines that changed, and you have your template for adding MAC address lists in one fell swoop. I made a little excel spreadsheet to let me paste in a list of MACs, then spit out the config file lines that you can add as an "additional configuration file" via the web gui.
    You could also add the list via SNMP.
    There's also an import utility in the cli for the ACS server that will let you suck in MAC addresses.
    Hope this helps.
    Just remembered, the APs for some reason convert the hex format of a MAC into dotted decimal. So, when you paste your list in, you need to convert it from hex to dotted decimal, produce your config lines with those, and then shoot those config lines to the AP. I couldn't find anyone in the TAC that could explain why adding a list of MACs was such a chore.

  • Access point are not coming up after upgrade image of WLC

    Hi,
    I have AIR-WLC4402-50-K9 WLC i that current IOS is 7.0.98.218 and i upgraded with 7.0.116.0 IOS but after upgrading and reboot the WLC from 15 access point 3 access point are not coming up and 12 are coing up and working fine (4 1142 and 11 1131 series access point) 3 which are not coimg is 1131 series access point. when i login with console to 3 access point its rebooting 2 times and coming on ap: prompt.
    In between that i reloaded the WLC one more time because from 15 acess point only 4 aceess point are came up and i also cleck the show boot on wlc its output is
    7.0.116.0 (default)
    7.0.98.218 (active)
    so i reload  the wlc and checked out of 15 acess point now 12 acess point are up and still 3 are not. And i also checked the output of show boot command its
    7.0.116.0 (default)(active)
    7.0.98.218
    So i things its because of when 2nd time i reload the wlc the remaining 3 access point are getting image from wlc but because of reload its connection should be loss and error loading flash error are coming on acess point.
    After that i recover the IOS for access point and convert into autonomus and from autonomus convert into Leightweight Access point. I also attached the procedure for recover the ios of access poing
    But my question is why this 3 access point are not coming up is this happen's after upgrading wlc can any one please send me Step by Step WLC S/W Upgrade' process and if this this happens some time please send me any doccument related to this.

    Sunil,
         When you rebooted the controller did you do it from the Web GUI, the CLI, or did you physically reboot the controller? I believe and maybe incorrect but if your getting the ap:  < prompt > that means that there is no firmware on the unit. If you have restored these to functioning autonomous unit and then re-converted them to Lightweight and it's still happening then we need to look at a debug output of what is happening when those AP's attempt to join the controller.
    The capture you attached shows that it appears to join the controller and get a config, but are you saying that when it reboots again it stops working?? the other thing I would reccomend is clear out the flash memory since your capture shows the possibility that there are several copies stored there.
    Hope this helps.

  • HWIC-AP-AG-N web management

    I have a HWIC-AP-AG-N module, may i have know does it have any web managment tar file which i can put it into my flash that i can go by managment my access point web url, Thanks.

    I don't think there is a GUI to be honest... might have to do it via the CLI:
    http://www.cisco.com/c/en/us/td/docs/routers/access/1800/wireless/configuration/guide/awg.html
    https://supportforums.cisco.com/thread/2049548
    Thanks,
    Scott
    *****Help out other by using the rating system and marking answered questions as "Answered"*****

  • Domain user authentication for 3650 Wireless Access point

    Dear All,
    I have got new proposal inorder to configure the wireless access points by managing with the 3650 wireless controller. 
     We wanted to block the Wifi Access to mobile users.
    Only domain users need to be authenticate to the corporate wireless access.
    We have 3650 switch as a wireless controller and ISE in place. Kindly guide me the achieve the same. Attached the setup diagram.
    If possible share the sample configuration and it would be helpful. 

    Please refer
    http://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/115734-ise-policies-ssid-00.html

  • Configuring Cisco Access Points 1602i Air-SAP-1602I-Z-K9

    Hi everyone,
    I am having touble configuring cisco access points 1602i. I have configured them and they are broadcasting SSID and clients are able to connect to them, but the only thing which is troublesome is speed. I have 100Mbps bandwidth speed but at access point I am getting speed between 17 to 25. Can anyone please tell me where I am gone wrong.
    I have Juniper Srx210 configured as backbone for providing internet on fiber. Then further I have attached one POE switch (managable). From that switch I have attached 4 access points.
    One more thing,two ports of Juniper is configured as Vlans, one for staff and one for students. I have attached this POE switch to Student Vlan, but haven't configured ports of POE switch as trunk. Please tell me do I have to configure ports as trunk on POE Switch. Is this the cause of slow bandwidth over access points.
    I am also planning to go for Wlan Controller to manage Access points. When I contact my supplier about it, told me the following:
    "You just need to convert the Access points to autonomous mode. Here are    some details, there is no additional charge."
    https://supportforums.cisco.com/message/3889653
    http://www.cisco.com/en/US/docs/wireless/access_point/conversion/lwapp/upgrade/guide/lwapnote.html#wp160918
    http://www.youtube.com/watch?v=QQ_NuxdRhQ4
    https://supportforums.cisco.com/docs/DOC-14960
    I looked at the links but couldn't understand properly. Then I searched over the internet  and found out that
    "a cisco autonomous access point basically runs on its own while a  lightweight access point uses a centralized device called a wireless lan controller to get its configuration.  autonomous access points are managed  individually, while the lightweight access points can be managed centrally.  also, the switchport configurations to support both types of access points will  differ. "
    I didn't understand, why he suggested to go for Wlan controller and to upgrade access points to autonomous mode, when according to above finding, it says that autonomous access points runs individually.
    Please advice.
    I shall be thankfull

    Hello Scott and Leo,
    Thanks for all your help.
    I have managed to install and configure 4 Access points and Now Access points are giving speed between 25 to 45Mbps. Still not enought but it sloving the purpose. Everyone is enjoying their face book. I will soon get the Cisco Wlan Controller as well. I dont know if there is a way to get more speed from these access points. I am ready to buy more equipments if required.
    Anyway, today I need your guys expretise once again. As you know Junipr Srx 210 is configured for fiber internet to provide internet services to school. Now we are changing the building and transfering the line to new building. This time I want to use Cisco router in place of Juniper Srx210. But I need to know what model will support the current configuration for fiber. Would you please tell me what model/series router will be suitable for fiber internet and for implementing other restrictions.
    I am attaching a picture of current jiniper Srx 210 for your consideration.
    I shall be very thankfull to you
    Sarabjit

  • How to access / configure Web Content Management in NetWeaver

    Hi,
    I am using SAP EP6.0 and KM is running there. I want to know that how can I access the Web Content Manager of NetWeaver. What configuration is required to access WCM? Any pointer will help me.
    Thanks in advance,
    Manish

    Hi,
    Suppose you have two sites like this: "/sites/SI/SiteA" and “/sites/SI/SiteB”, then you can retrieve the ClientContext object and the List object like this:
    var context = new SP.ClientContext("/SiteA");
    var list = clientContext.get_web().get_lists().getByTitle('ListA');
    Best regards
    Patrick Liang
    TechNet Community Support

  • IOS 4.2.1 breaks web-based authentication to wifi access points

    Whenever I tried to access the *wifi access points* I use more often *whose authentication is web-based*, like the one at my public library or at my office, although I input my username and password correctly, I am always bounced back to the login form.
    Before iOS 4.2.1 I know that there was a problem of this sort already, related to *some incompatibility between Safari's auto-fill features and the access points*, that could be solved by simply turning off auto-fill, and I did that. But know *it looks like the problem got to a new level of subtlety*.
    Interestingly, *everything worked nicely while I was using the Gold Master version of iOS 4.2.0* that never made it to release, so the solution has to be found among the differences between 4.2.0 and 4.2.1, if you're an Apple engineer reading this.
    Can you help? Any idea or trick to try that I didn't already? Thanks!
    Giacecco

    Hi Richard,
    You mentioned that 'Apple put the AirPrint spec out there for all printer makers'. I've been looking around but I haven't found any spec. Where did you find it?
    Do printer makers have to buy a license in order to be able to advertise that they've implemented the AirPrint protocol? Is there maybe an Apple review process in place?
    TIA
    Geert

  • No longer able to access Web Management after Firmware Update [SF200]

    Hello!
    Today I was attempting to set up SNMP on our SF200-48 switch. I realized we were running old firmware which does not support SNMP and that the most current version (1.4.0.88) does support it. I attempted to upgrade the firmware but it failed, so I decided to install the 1.1.2.0 firmware because I read that the firmware flash process has changed before 1.4
    Unfortunately, after rebooting I was no longer able to access web management on the switch. Unfortunately SF200 switches do not support CLI.
    The switch is functional and responds to ping, but I cannot get into management to do anything, is there any steps we can try or will I need to reset the switch? After resetting the switch, will I lose any configuration but still not be able to access management? We do not have any other switches to drop in place of this one, and I'd like to minimize downtime as much as possible.
    thanks,
    Graham Rounds

    Hi Graham,
    if you are sure that the ping response is coming from the switch then I guess the only thing you could try is the factory reset but you will loose all the configuration. You might call also Small Business Team and open a ticket so they will proceed with RMA if necessary: 
    http://www.cisco.com/c/en/us/support/web/tsd-cisco-small-business-support-center-contacts.html
    Regards,
    Aleksandra

  • Accessing a web service defined in XI with login and password

    Hello,
    I've configured a web service on XI and made it available. I want to use it from a NWDS portal object. Accessing the page needs authentication.
    If I use XMLSpy to make a request I get an enter user login/password screen. But I don't know where i should  tell the login and password in my NWDS request.
    I tried to add the stuff in the url like this http://user:pass@host:port/... without success
    Does anyone know what is to be made in order to let me access my web service ?
    In NDWS I get my service ...
    (Service) myservice = PortalRuntime.getRuntimeResources().getService("MY/Service");
    MyResult myResult = myservice.makeRequest()
    Thx,
    mejj

    Check out
    http://hcc.musc.edu/research/shared_resources/xml_complex_types_to_cf_structure_notes.cfm
    The last part of that link is .cfm - not sure why its getting
    cut off.

  • Managed account. trying to get safari to access ALL web sites

    I have a managed account for someone on my computer. Everything is working well except when this person goes to get their web mail and there is a link in the message to a web site. When the person clicks on the web site in the message, sarfari asks for administrative permisson in order to access the web site.
    Is there any way to give a person with a managed account ALL access to web sites without having the admin clearing it for them?

    OK, I am going to answer my own question.
    I put FireFox on the desktop of the managed account and now that person has the ability to go online and download files from their web mail as well as view it once it is downloaded. End of problem. Now, I have to get this person off of my computer all the time LOL.

Maybe you are looking for

  • Going from xp to windows 7 64 bit using an external drive for music storage

    Greetings Techies! I hope you all are well. I need to move my iTunes from an XP machine to Windows 7 64 bit. On the XP machine I am using an external drive for music storage and the iTunes database is stored on the internal drive. I am looking for ad

  • Macmini to blue g3

    My friend has an intel mac mini and a blue g3 tower. How can he connect the to the G3 tower and use the hard drive as a backup for iPhoto? Thanks!

  • Copy control setting regarding DN for STO

    Hi gurus, When I create outbound delivery note for cross-plant POs, the items cannot be showed in one D/N as the delivery date on the PO are different. When I change them to the same date, they can be showed in one D/N. The copy control configuration

  • Installing 6.1 Camera Raw

    I had installed CS5 as trial and installed Camera Raw 6.1 - everything worked fine. Then I bought and registered CS5, uninstalled CS4 and suddenly LR 2.7 didn't find CS5 as an external editor - even after a reboot and there was no apparent way to mak

  • Mandatory condition MWST is missing V1801

    Hello Xperts, I have an Order that loaded without a MWST condition record (Mandatory condition MWST is missing V1801). Pricing Procedure – checked OK -MWST setup as 'Required' with Req 10. MWST setup OK in VK13. (10% ) Customer Tax Indicator -1 – ok