Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm using NX-OS 4.2 and I'm trying to put in a policy based route map to force traffic through a specific interface. I've done the same thing with IOS many times, but it appears that the only SET commands with PBR are to set the next hop IP address....
I would like a way to gracefully shutdown a server without killing the sessions of the current users on that server.I know the "no inservice" command will allow the server to finish servicing existing TCP connections, but what happens to the users th...
I have some requirements from my app developers that are puzzling me. I'm not sure the ACE can do what I want, but with the flexibility of the policy and class maps I'm thinking there has to be a way. I have a VIP that is used for two different ser...
How are the rest of you handling sticky (for the purpose of a session id based shopping cart) for your users who have cookies disabled in their browsers? I know there is the secondary cookie option, but I can't see how it can possibly work when the ...
I'm having a difficult time getting the ft configuration on my two ACE modules to work. This is my development pair. My production pair is working fine and they seem to be configured the same way. I believe this pair was working at one point, but ...
Thanks.I have the Enterprise Services License and I have the feature enabled. I am able to configure PBR with the set next-hop command, but the set interface command seems to be missing.Can anyone else check their NX-OS installations and see if the ...
Ah, yes. I specifically looked for an "inservice" parameter that might help with issue and was unable to find one. On my ACE, "inservice standby" is unrecognized.I'm running A2(1.0a). Was this command introduced in a later version?
I implemented this last Friday afternoon, and while it took some tweaking on the RegEx to get the URL match correct, it seems to be working to reset the connections for the various scenario's the app guys are throwing at me.Thanks for your help!
I was thinking that the way to go would be with an INSPECT policy. But I wasn't sure how to implement it. Assuming I have a service policy of:policy-map multi-match PM-BasicVIPs class CM-webserver loadbalance vip inservice loadbalance policy...