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.
When configuring multiple VTI tunnels on a hub router, is it recommended that each tunnnel use a unique transform-set and ipsec profile, or they can all share the same configuration. Example:crypto isakmp policy 1encr 3desauthentication pre-sharegrou...
What is the syntax for rewriting the destination port for a HTTP request?For Example: Rewriting "http://www.test123.com" TO "http://www.test123.com:81"Thanks!
Hi all,My question is regarding VSS configuration on Cisco 6513 switches. My understanding is that the hardware and software configuration on the devices must be exactly the same for the VSS to function correctly. Do the Bootstrap versions also ha...
I finally resolved the use by creating a header rewrite action-list, and then applying it to the appropriate policy map:action-list type modify http HEADER_REWRITE header rewrite request Host header-value "www.test123.com" replace "www.test123.co...
Thanks Ajay. The server farm hosts are already defined as you described above. The problem I'm having is that the client is attempting to connect to http://www.test123:81, but the ACE is stripping the port 81, and sennding it to the server on port 80...