How to Force Client's DHCP Renew on Mobility Event?

Hi All,
I have a (single) client (it is a cisco IOS router) behind a wireless workgroup bridge (cisco1242).
The client's IP address is obtained via DHCP from the wired network.
Now, when roaming occurs, the Client will never have knowledge about this event,
and hence will not renew its IP address until lease expiers.
This is not a problem of course when Layer 2 roam occurs, but with Layer 3
roam it will interrupt the traffic.
The cisco's IP Mobile implementation does have this issue addressed in DCCoA
scenario: the WGB is configured to send an SNMP trap on its dotradio state change;
the cisco mobile router is configured with snmp-server manager to process this trap
and start DHCP renew on the Down/Up event. Unfortunately, this works in Mobile IP
scenario only because I cannot make it work without the mobile router registered
with a home agent.
I wonder if someone could come up with an idea on how to force DHCP renew
on a client (cisco IOS router) in such a situation - event scripting, SLA,  or ...?
alex
============================

Yes, George, I've looked at this.
The problem with dynamic anchoring with static IP address is how
the (new) WLC detects the IP address of the client. Remember that
my client is cisco router with network(s) behind it. Snooping the
ARP request will not work since ARP timeout in IOS is 4 hours.
Orphan packet handling (I understand it is intercepting the IP
packet from client without reply(?)) will most probably give erroneous
result as this packet can be a packet from a network behind the router.
alex
====================================

Similar Messages

  • How to force a restore of contacts and calendar events from Palm Profile? (and memos and tasks!)

    Yesterday I had to do a partial erase restart of my beloved Palm Pre.  In the past I have had to do full data restorations, and have had no problems at all.  This time, however, my Pre did not recover the dozens of contacts saved in my Palm Profile, nor did it recover any of the Palm Profile calendar events (and all my memos are gone, as well as tasks).  I've tried using the "synch" button in the contacts preferences dialog box, but it did nothing.  Does anyone know if it is possible to "force" a full recovery of your data from the Palm Profile backup, or if there is a way to access that data online somehow?  Much of my contact data I have successfully migrated through seven previous Palm PDAs and phones...it would be too painfully ironic if I've now lost all of that data just because I bought a Palm Pre and trusted the Profile backup system...
    Post relates to: Pre p100eww (Sprint)

    It's 12 am eastern time, and their servers are still down. This is strike 2 for the Palm pre (webOS) for me. 

  • Why can't Windows 7 be forced to use DHCP broadcast lease renewal?

    I have been going to this coffee shop for 11 years. It still has the same ADSL-based wireless internet service (an old wireless access point connected to the internet through ADSL).
    The ONLY way to communicate with the DHCP server in this wireless AP is via broadcast - lease renewal requests to the DHCP server via direct IP address are IGNORED. On top of that, the DHCP IP assignment pool is rather small, so to compensate the DHCP lease
    time is set to expire every 10 minutes. This is no problem normally, because an active DHCP client will request a lease renewal at half the lease time, or 5 minutes before the lease expires.
    Here is my problem: I had my registry setup to force DHCP broadcast and all was happy - UNTIL Microsoft decided to have an update ADD a "toggle broadcast" flag to the registry and make it impossible to override (so far, in spite of the kb928233
    page that supposedly tells you how to do so). Ever since then, I lose my DHCP lease (and therefore my internet connection) EVERY 10 MINUTES.
    BTW, the KB928233 page has manual registry editing instructions that are so poorly written that at least 2 or 3 different interpretations of those instructions exist. I tried at least 3 different interpretations of those instructions - none worked. A good
    part of the problem is no examples were given of what the resulting key tree should look like in regedit.
    I have invested at least 2 days in Google searches and various attempts to get these flags set the right way again - all to no avail. If I can't figure out how to solve this problem in 2 days of trying something is dreadfully wrong. Again, with emphasis,
    this USED TO WORK until somebody decided to put in a windows update that broke it.
    All I want to know is: for a particular wireless connection how to force broadcast DHCP lease renewal. Some update in the last several months seriously broke that, making it nearly impossible to force broadcast mode.  Oh yeah, it does a broadcast renewal
    request EVENTUALLY - AFTER THE CONNECTION WAS TERMINATED! That is useless - I just lost my remote terminal session or file transfer. I need it to do the broadcast request BEFORE the lease terminates.

    About 3 years ago (IIRC), when I first encountered this problem I used Wireshark to see what was going on. In the link you gave, the second bullet point under item 1 states that a broadcast DHCP renewal request would be given at 87.5 percent of the lease
    time. Wireshark never indicated that such a broadcast renewal went out. It did show the directed request at the 50% point.
    There is one other thing that may be relevant: at the time this problem re-appeared several months ago, a new registry flag also appeared: DhcpConnEnableBcastFlagToggle which was set to 1. I didn't put it there, so I surmise it came from a Microsoft update.
    At this same time the DhcpConnForceBroadcastFlag that I had set to 1 to fix my problem had been reset to 0, thus re-creating my problem.
    I have not looked at the traffic with Wireshark this time around, but I do know that I could use regedit to set the DhcpConnForceBroadcastFlag to 1, but 10 minutes later (at the exact second of the DHCP lease expiration) the connection was momentarily interrupted
    and when I did a regedit refresh, DhcpConnForceBroadcastFlag was now reset to 0 with a new lease expiration and *start* time.
    I suspect Windows rather than the access point for this reason: on a hunch last night, I tried stopping the DHCP client service, using regedit to set the DhcpConnForceBroadcastFlag to 1, then starting the DHCP client service. After this, at the DHCP lease
    expiration time there was no interruption of the connection, the DhcpConnForceBroadcastFlag was still 1 afterwards, and the DHCP lease time had been extended another 10 minutes with no new DHCP lease start time.
    So now my problem appears to be solved once again - and hopefully not temporarily this time.
    The laptop I am using has Windows 7 Home Premium edition with SP1 on it with all the latest updates. It does not appear to me to behave in the manner given in your TechNet note on Lease Renewals. If it would behave that way, I would not have had this problem.
    I am fully aware that the KB I list is for Vista - it was the only information I could find in what otherwise appears to be a void of information.

  • How to track clients idle time and force to Login View

    How can I force clients to the Login View after a period of idle time ( 1 hour). My mobile application consist of many views and need  the time out to work from any view. Your assistance is appreciated.Using Flash Builder 4.5 and AS 3.0.
    I was able to make it work using FlexEvent.Idle to determine the inactivity. But it only works when I am on the second view, if I go deeper (third view) it fails. Here is the code I am using and the error I get
    protected function view1_creationCompleteHandler(event:FlexEvent):void
         this.systemManager.addEventListener(FlexEvent.IDLE, userIdle);
    private function userIdle(e:FlexEvent):void
       if(e.currentTarget.mx_internal::idleCounter == 200)
        //do something!
        navigator.popToFirstView();
    ERROR MESSAGE
    ++++++++++++++++++++++++
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at views::MainMenu/userIdle()[C:\Documents and Settings\spences\Adobe Flash Builder 4.5\EmployeeLogin\src\views\MainMenu.mxml:89]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.managers::SystemManager/idleTimer_timerHandler()[E:\dev\4.5.1\frameworks\projects\fram ework\src\mx\managers\SystemManager.as:3292]
    at flash.utils::Timer/_timerDispatch()
    at flash.utils::Timer/tick()
    Message was edited by: Stewart TVDSB

    Hi Nadeem,
    You can find the max session idle time in table APEX_040000.WWV_FLOWS, attribute MAX_SESSION_IDLE_SEC .
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

  • How do I force clients to cache files obtained from my servlets

    I have a servlet that creates files.
    I want to save my servlet from generating a file that a client already has, (ie get him to use caching).
    I only want it to create a new file if any data has changed since last making it.
    (I can easily generate a last modified date for the data within the file)
    I know I have to use
    myServletResponse.setContentType(java.lang.String type) but am unsure as to what exactly to put in the 'type' field.
    I have read
    http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
    but am none the wiser as to the specific String needed

    So I don't need to fill in any HTTP Responce headers,
    I can just override the getLastModified() method?Don't take my word for it (because I haven't done it). Read the API documentation to see what it says, or try it.
    How will the client beable to compare dates without a
    date for the original?If this means "What happens the first time a client asks for a document?" then the answer is that it doesn't attempt to compare any dates. If it means something else, then try asking it in different words because I don't understand it.

  • SFE2000P - Interface reset on DHCP renew?

    As anyone experienced this problem:
    Im running POE for Cisco 504G phones with a PC attached to the LAN switch port on the phone.  DHCP is being served through a Cisco 1800 series router.
    It seems that the interface will shutdown and come right back on at DHCP renewal obviously resetting the phone and causing the PC client to disconnect.  The only reason I noticed this is because it is right at the same time the lease is expiring.  Both the phone and the PC are on the same VLAN.
    Thanks
    Domenick

    Hi Domenick,
    The question in my mind, is how would a lease renewal on a phone going to  cause the port to go down.  I'm not sure what you mean by .16, but if it is port number 16 no, should be no problem, it's not a special port.
    I'm guessing that the SFE2000P is not in stacking mode  or Layer 3 mode (checked via telnet or console). 
    By the sound of the error log when the link goes down and up again, sure sounds like the phone is going down and up.
    You have an option to see what the phone is doing by sysloging information from the phone to a syslog server, such as the kiwi-syslog daemon.
    Sure sounds like the phone is dropping and not the switch port, I may be wrong, a syslog of what's happening with the spa504G might be useful.
    I have attached the admin guide that shows how to set up the unit for local or remote  syslog server and sending debug messages to the syslog server.  This might be informative, but it sure sounds like you should open a call with the Small Business Support center  as well.
    http://www.cisco.com/en/US/support/tsd_cisco_small_business_support_center_contacts.html
    regards Dave

  • DHCP Renew Issue with Road Runner

    I have had Road Runner for 6 weeks, the first four weeks everything was running smoothly. However, for the last two weeks the connection has been sporadic and I am constantly losing my connection.
    My computer is connected directly to the modem with an ethernet cable; there is no router, there are no other computers. I'm simply trying to stay online with my little computer.
    My network settings are for built-in ethernet, using DHCP, with the addresses provided by my ISP (Road Runner) and I've added two DNS server addresses for Road Runner (because several other discussions, posts, etc. recommended using those to help stay connected). I've tried turning my IPv6 off, I've tried manually configuring my DHCP connection, I've scoured the internet for help. All to no avail. Most topics deal with networking with PC's or airports and I have neither attached to this computer. I've created new locations to try and "erase" any default settings and I've kicked the modem a few times (accidentally I assure you ).
    From what I can tell, (keep in mind I sell trees and know nothing about this) the DHCP lease does not renew when it's supposed to. I am disconnected every half hour or so, or I have to press "renew" to be able to stay online (highly annoying).
    When I first subscribed to Road Runner the connection was fine and I was able to stay online indefinitely. Two weeks ago that changed, even though I did nothing (intentionally) to change network settings. This means I downloaded nothing that would affect my network configuration, I didn't poke around in network configurations, I did not change any settings. I've spoken with their online "tech" support four times. I've spoken to three people on the phone and I've had a tech come out to replace my modem and ethernet cable. When the problem persisted I contacted them again and was told the problem was with Apple <gasp>.
    I believe I need help in finding a way to have my mac recognize changes in DHCP and to renew the lease automatically, for all I know it could be that the moon isn't aligned with Saturn <shrug>...preferably in vernacular I can understand. Thank you in advance for any help!
    Lori

    Hi Lori,
    You're not really in the right forum for your problem (this area is for Apple-server) but I'll give it a go...
    First, short explanation on DHCP. This process is pretty straightforward for the client's function so I'm suspicious of the "blame the mac" conclusion from Road Runner (although does not exclude possibility). When the mac starts up, it issues a 'Discovery' broadcast, looking for a DHCP server. The server responds with an 'Offer' of an IP address. The client then responds with a 'Request' to the server for the same IP address and the server then sends an 'Acknowledgement' that it may use this address, along with other information including the 'Lease Time' - how long the client may continue to use that info.
    The lease time is important. After 50% of this time has gone, the client will attempt to renew it from the same server by issuing another Request and awaiting another Acknowledgement. Should there be no Acknowledgement, the client will continue to issue Requests up until the expiry of the original lease time at which point it will drop all the info which it received from the server and then issue another Offer broadcast, looking for a new server (which may or may not be available).
    So, first thing, lets see what lease time you are getting from Road Runner and see if this corresponds with the 30 minutes you seem to get from a session...
    Ensure you have a cable connection to your router, restart computer. In Applications-> Utilities, start up Terminal. Enter the following line, ending with normal 'return' key (new line)...
    ipconfig getpacket en0
    That's a zero at the end.
    Look for the line similar to this, "lease_time (uint32): 0x1bd8", and post back the string of chars you get at the end of your line (corresponding to the "0x1bd8" part). Quit the Terminal utility.
    Can you also confirm what computer model you use, and the system version?
    -david
        Server 10.4.8

  • How to tell N6.5 DHCP to use a W2k8 for PXE?

    Hello,
    could anyone give me a hint, how to tell my netware DHCP to use a Windows Server 2008 R2 running Acronis with PXE Server?
    Actual Situation:
    Netware 6.5 Sp8 Server with ZENWORKS in Cluster mode
    Netware DHCP Server
    ZEN7 SP1 Imaging
    --> works fine so far, and no problem in other subnets, IP-helper are configured in the switches
    New Situation:
    Netware 6.5 Sp8 Server with ZENWORKS in Cluster mode
    Netware DHCP Server
    Windows Server 2008 R2 running Acronis Snap Deploy with PXE-Server - in future may be a clean Windows Deployment service without Acronis
    --> that would be nice :)
    I found serveral ini-files (dts.ini, pdhcp.ini, tftp.ini) where I configured the new IP-Address of the W2k8 PXE Server.
    Now:
    The Client gets its correct IP-Address from Netware DHCP
    but after that the following messages:
    Auto-select:
    ZENworks Boot
    Boot Server IP: --.--.--.-- (the correct one configured in the ini-files!)
    TFTP.
    PXE-T02:
    PXE-E3C: TFTP Error - Access Violation
    PXE-M0F: Exiting Intel Boot Agent
    Any ideas?
    Thanks a lot.

    Originally Posted by magic31
    You don't have to configure anything specifically in DHCP to work with PXE. Possibly just unconfigure an option that was set for the previos setup; One thing to check (and remove) is option 60 for the PXE Client option, if this is configured with the DHCP subnet options. This option should only be set if both DHCP and PXE services are on the same server (as is probably the case in your situation as I'm guessing both DHCP as also PXE get loaded in the same cluster resource script).
    For subnets serviced outside of the subnet your DHCP server is running in, you will need to configure multiple ip helpers: one that points to the DHCP server and one points to the PXE server so those requests on other subnets get serviced correctly.
    To get things running it's probably easier to try to get this to work on the subnet your DHCP and PXE server are running in (so you are not also having to deal with the ip helper setup just yet). If that works, then expand you configuration to different subnets & ip helpers.
    Hope that helps,
    Willem
    As a ps and for clarification, don't load the PDHCP on any of the NetWare servers... just have the PXE PDHCP service running on the Windows server.
    The PDHCP/PXE service for ZenWorks won't understand/work with the Arconis one and visa versa.
    -Willem

  • How Redirect browser(client) based on non-negotiable SSL/TLS protocol or cipher

    Hi guys,
    we have a security requirement wherein we have to  force the browsers accessing our asp.net application hosted on windows server 2012 to have atleast tsl 1.1 , but we don't want to simply block the request, instead we would like to redirect the request
    to a unsecured static html page with the instructions on how to get them onto tsl.
    can any one help me here?>? actually i found a similar and exactly same thread on stackoverflow but i think that is probably directed towards linux family.   http://serverfault.com/questions/591188/redirect-browser-based-on-non-negotiable-ssl-tls-protocol-or-cipher
    please help me guys..
    ps: i have posted the same question on IIS forum (http://forums.iis.net/t/1223352.aspx?How+Redirect+browser+client+based+on+non+negotiable+SSL+TLS+protocol+or+cipher+from+IIS)
    and got a reply saying that it can be done at windows kernel level(possibly).

    Hi,
    As far as I know, once SSL handshake fails, no subsequent communication would occur between the server and client.
    Therefore, as the way I see it, the goal cannot be achieved.
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • How to force redownload in ACF Caching

    Hello All,
    Following the instructions in documentation from here: http://docs.oracle.com/cd/E21043_01/web.1111/b31973/ap_config.htm
    A.2.3.18 ADF Faces Caching Filter
    A.4.2 Defining Caching Rules for ADF Faces Caching Filter
    I am able to configure the cache, so that the browser will cache javascripts and images for a particular time (See the configuration below.)
    My question is, when I do a script change, how do I force the browser to get the latest version?
    I did a quick test, changed one of my own javascript file on the server. However, the browser didn't refetch the latest version.
    Here is the caching rules that I used:
    <caching-rule id="cache-rule_js">
    <cache>true</cache>
    <duration>3600</duration>
    <agent-caching>true</agent-caching>
    <agent-duration>480000</agent-duration>
    <compress>false</compress>
    <cache-key-pattern>*.js</cache-key-pattern>
    </caching-rule>
    <caching-rule id="cache-rule_png">
    <cache>true</cache>
    <duration>3600</duration>
    <agent-caching>true</agent-caching>
    <agent-duration>480000</agent-duration>
    <compress>false</compress>
    <cache-key-pattern>*.png</cache-key-pattern>
    </caching-rule>
    Thanks.

    My understanding is if the browser has been told to cache the file for X time, it will cache the file for X time, you can't force it to reload the file, only the user can via a browser refresh.
    The common approach to defeat this problem is to either:
    1) Change the file name/URI of the js resource, and refer to the new file/URI via the referencing page
    -or-
    2) Add a parameter to the URI which only changes when the js file does (such as a version number)
    There's quite a few discussions on this around the internet, google for: force reload of cached javascript
    One such example: http://stackoverflow.com/questions/32414/how-can-i-force-clients-to-refresh-javascript-files
    CM.

  • How do I change the dhcp settings in the Airport Utility?

    I have a Time Capsule, 7.6.1 firmware connected to my DSL modem which uses PPPOE to connect to the internet.  The router mode of the Time Capsule is DHCP and NAT. The Time Capsule serves several static addresses to my clients, and to guests as needed. What I've noticed is that the DNS address is incorrect, it the IP address of the Time Capsule, not the address of my DNS, which is on the local LAN. I can see where I can change the values that are served out. Can someone help me out?
    Thanks

    Well, I think your problem or doubt is solved. But I have a situation here.
    My TC is connected to my ISP router and it uses DHCP to obtain the internet ip and dns from the ISP router.
    My TC is configured to serve my wifi clients using DHCP too.
    Everything is fine..
    In my client wifi computers, I can see the IP (something like 10.0.1.25 to 10.0.1.65) - that´s my range. My client computers also get the default gateway and DNS (10.0.1.1) -- that´s my internal TC IP.
    The problem: I want to use, in my client wifi devices/computers the DNS of my ISP or anyother I want. In desktop computers and some devices, I can go and change only DNS and continue to use DHCP (from time capsule) but in some devices, I can´t change only de DNS and they are forced to use 10.0.1.1 DNS address served by time capsule.
    Why I want to change? In my desktop computer, I can see that if I use my ISP DNS direct on my network adapter instead of use 10.0.1.1, every internet access is much, much faster. I don´t know why, because, in theory, the TC is just forwarding the dns requests from my computer to my ISP DNS, but I think something is not working as it should and using this Time Capsule relay, is costing me some valable time.
    Can I configure Time Capsule to serve a specific DNS address to wifi clients, instead of its own ip address?
    Thanks.

  • How to improve client handover and roaming between AP's

    Improving client Handover and roaming between APs
    There are a few standards and methodologies available to use to improve handover of clients between APs. Most are focused on VOIP technologies, but it must always be remembered that we cannot control the client Handover (especially with legacy clients) we can only encourage them. Some Standards and methods work well for some environments and some do not - test the recommendations extensively before implementing in a live Production environment. It must also be noted that all settings take effect immediately once applied, however from a client perspective it might need to re-associate for the changes to take effect client side.
    As with everything else in IT, if a perfect method/solution existed there would only be one - try them all and keep the best.
    The Standards and Definitions
    802.11k
    IEEE 802.11k allows a device to quickly identify nearby APs that are available for roaming. When the signal strength of the current AP weakens and the device needs to roam to a new AP, it will already know the best candidate AP with which to connect to.
    802.11r
    IEEE 802.11r specifies fast Basic Service Set (BSS) transitions between access points by redefining the security key negotiation protocol, allowing both the negotiation and requests for wireless resources to occur in parallel.
    When a device roams from one AP to another on the same network, 802.11r streamlines the authentication process. BSS allows a devices to associate with APs more quickly. Coupled with 802.11k's ability to quickly identify the target AP, BSS's faster association method may enhance application performance.
    Handoff Assist
    The AP monitors the RSSI for every associated client. If the RSSI for a specific client falls below "low-rssi-threshold" and continues to fall for the "rssi-falloff-wait-time", then the AP will send a de-auth to the client. 
    The de-auth is meant to kick the client away from the current AP and get it to re-authenticate to a nearby AP. This will have the effect of helping a client handover between 2 APs.
    BUT (Big But), if the client gets de-authed and takes a while to re-authenticate (if it even does re-authenticate automatically after a de-auth), then this will have the effect of destroying communication instead of helping it -- mostly found with legacy clients. 
    Remove Lower Transmit Rates
    Removing lower transmit rates is a way to promote better roaming, BUT not all clients respond well, or even respond to it. 
    The practice is that the basic rates are a subset of the transmit rates. If you only want to allow speeds 9 and up, you would select only the transmit rates of 9 and up, and the basic rates of 9 and 11. If a legacy client expects the rates of 1 and 2 it will not connect.
    Local Probe Threshold
    Local probe Threshold prevents a client from connecting to an AP with a too low a signal - helps more with initial connection than roaming.
    The local probe threshold parameter is not supposed to force clients to roam as soon as they pass near an access point with a good signal, but rather to NOT hold on to an access point with a weak signal (avoiding sticky clients).
    PMK Caching
    Defined by 802.11i and is a technique available for authentication between a single AP and a station. If a station has authenticated to an AP, roams away from that AP, and comes back, it does not need to perform a full authentication exchange. Only the 802.11i 4-way handshake is performed to establish transient encryption keys.
    Opportunistic Key Caching (OKC)
    Is a similar technique to PMK, but not defined by 802.11i, for authentication between multiple APs in a network where those APs are under common administrative control. An Aruba deployment with multiple APs under the control of a single controller is one such example. Using OKC, a station roaming to any AP in the network will not have to complete a full authentication exchange, but will instead just perform the 4-way handshake to establish transient encryption keys
    Implementation and Configuration
    802.11k
    802.11k is configured in your VAP profile. Tick the option to “Advertise 802.11k”. There after set the Handover Trigger Feature Settings.
    Tick the “Enable Handover Trigger feature” and then set RSSI threshold by specifying the -dBm level at what the hand over trigger should be sent to the client
    802.11r
    802.11r is configured under SSID of your VAP profile. Tick the option to “Advertise 802.11r”
    HandofF Assist
    Station Handoff Assist is enabled in RF Optimization under the RF Management section of AP configuration.
    Tick the “Station Handoff Assist” option to enable it, next set the Low RSSI Threshold – the threshold determines above what level no deauth gets sent
    Lower Transmit Rates
    Transmit rates can be adjusted in the Advanced tab of SSID under your VAP profile.
    Remember that the basic rates are a subset of the transmit rates. If you only want to allow speeds 9 and up, you would select only the transmit rates of 9 and up, and the basic rates of 9 and 11
    Local Probe threshold
    Local Probe threshold can be adjusted in the advanced tab of SSID under your VAP profile.
    Depending on the density of your APs consider values between 20 and 40 -- 40 being aggressive in an AP dense area.
    Deny Broadcast Probes
    Denying Broadcast Probes can cause problems with Roaming especially if the SSID is hidden – leave option disabled.

    Hi, thank you for the helpful guidance.  I have a basic question, if the device roam from one AP to another AP with the same SSID.  Is there a need of re-authentication given a) the network uses EAP based authentication; b) the network uses MAC address authentication.   If there is no need of EAP re-authentication, how the 802.11 keys are moved to the new AP.  Thank you very much if you could help me clarify my thought. 

  • How to Force the Good Plan present in dba_hist_sql_plan for an SQL_ID

    Hi Folks
    Here i have a question on how to fix the query execution plan for which we are facing the problem. The current execution plan of the SQL ID is bad , but the execution plan in dba_hist_sql_plan or v$sql_plan is showing good one's.
    So how to force the plan_hash_value present in dba_hist_sql_plan or v$sql_plan to the current sql. Where in we cannot try using any kind of hints in the SQL so my question here , is there any way to update manually to update the plan_hash_value for the SQL_ID so that it can use the execution plan which we want to force.
    Regards,
    Phani.

    But my question is i have the good plan for the SQL_ID which is now running with the bad plan ( I am able to see the good plan in dba_hist_sql_plan view ) , my challenge here is how to force >the SQL_ID to take good plan PLAN_SQL_HASH_VALUE. Once the query is parsed and in memory I'm not aware of any way of changing the plan :(
    A day later a similar situation came up with one of our clients. I'm still not aware of any way to manually change the execution plan of an already parsed SQL but suspect histograms and/or bind peeking may be a way to explain this phenemenon
    Edited by: riedelme on Jun 18, 2010 6:13 AM

  • How Redirect browser(client) based on non-negotiable SSL/TLS protocol

    Hi guys,
    we have a security requirement wherein we required to force the browsers accessing our application to have atleast tsl 1.1 , but we don't want to simply block the request, instead we would like to redirect the request to a unsecured static html page with the
    instructions on how to get them onto tsl.
    can any one help me here?>? actually i found a similar and exactly same thread on stackoverflow but i think that is probably directed towards linux family.   http://serverfault.com/questions/591188/redirect-browser-based-on-non-negotiable-ssl-tls-protocol-or-cipher
    ps: i have posted the same question on IIS forum (http://forums.iis.net/t/1223352.aspx?How+Redirect+browser+client+based+on+non+negotiable+SSL+TLS+protocol+or+cipher+from+IIS) and got a reply saying
    that it can be done at windows kernel level(possibly by making use of
    http.sys, ksecdd.sys and schannel).
    can any one help me here guys.
    Thanks,
    Haroon 

    Hi,
    As far as I know, once SSL handshake fails, no subsequent communication would occur between the server and client.
    Therefore, as the way I see it, the goal cannot be achieved.
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • ISE CWA DHCP renew/release

    Does a user needs Admin right on his Windows laptop for the Central WebAuth DHCP Renew / Release to work?
    Thanks.

    Thank you Tariq for your prompt reply.
    I'm don't understand how CoA fix the problem of the workstation.  CoA tells the swtich to assign a new VLAN, but it's not CoA per se that tells the workstation to reset the IP address, since CoA is between ISE and the switch only.  It must be ISE then that send a DHCP release / renew command to the workstation.  I presume that for a Guest user that is done in the browser by Activex.  So maybe the problem is that the web browser is not accepting ActiveX coding?  If you have any other information on the DHCP release / renew process wiith CWA, it would be appreciated.
    Thank you again for all the great posts you are contributing to this forum.
    Catherine

Maybe you are looking for

  • Why does installer prompts for missing libXp.so.6 when it is ready installe

    Hi, I'm trying to install 10gr2 on centos 6.3 x86_64 bit system. when I running the runinstaller, I encountered the following problem: bash-4.1$ ./runInstaller Starting Oracle Universal Installer... Checking installer requirements... Checking operati

  • How can i transfer my videos and pictures from mini ipad to my laptop

    how can i transfer videos and pictures in photos folder of mini ipad to my laptop

  • Export File to Pages

    Hi. I have a File (Table) in Numbers . ( Without Formulas ) Is it possible to Export / Copy / Move it to a new Pages File ? The same with TextEdit to Pages .. Thanks.

  • Passing parameters to an applet

    Hello, I'm developing a set of services supported by CORBA; the services are all done and tested OK with a command-line client. However, the final client will be an applet and I'm having trouble starting it. The command-line client was started with a

  • Which query is using which Hierarchy?

    Hello All, Where can i get the information like which query is using which hierarchy!? I tried to make it happen by combining lot of tables like RSRREPDIR RSZELTPROP RSZELTXREF RSHIEDIR RSZCOMPDIR but couldn't arrive at a solution. Did u guys come ac