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.
Hello,- How can one configure the ACE to translate a public address to a private VIP?I have configured a test context (cf annexerunning-config_test_context.txt) following the instructions given in Configuring Network Address Translation Configur...
Hello,On the ACE console, as administrator when I do aLisa-ACE/Admin# copy startup-config running-configI get lots of error messages like this:`access-list PEOPLEFARM1NATACL line 10 extended permit ip host 10.13.2.4 any `*** Context 0: cmd exec error...
> Are you sure you were able to attach two policy-maps to the same interface simultaneously?Yes.The attachment to my post is the output of "show running-config".In any case the problem that I tried to tackle was solved in a more natural way (see my p...
Hi,Sorry to reply so late: to do further tests I had to wait for thereturn of my colleague in charge of the router.On Sep 15, 2009, 8:33am PST gdufour - CCIE wrote:> ACE does translation from VIP to rserver.> you can not nat from a VIP to another add...
Hi,On Sep 15, 2009, 6:34am PST dario.didio wrote:> What are you trying to do?> Can't you just configure the public IP as the VIP address on the> ACEs?> Why do you want to do NAT of the VIP address?> Clients should hit the VIP and be load balanced to ...
You are right: "show service-policy" gives a very useful information.Infortunately, if the classes are complex, it might become difficult to locate the pattern that did (or did not) match. e.g. when there are classes of classes and there is a typo so...
Thanks for the explanation: it makes sense that the matching is madeon the argument of the method (i.e. an explicit string in the HTTPprotocol rather than a string constructed from various pieces as thename "URL" would let one believe).I was confused...