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.
HiWhat are the limitations on the max number of concurrent HTTPS connections when using Auth Proxy for HTTPS traffic on a Cisco ASA 5520.1) What is the max number of concurrent Authentications that the ASA can perform (HTTPS)?2) Once Authenticated. W...
Hi Does the ACE support the following.We have a home grown application. Client-Server application. Application uses native TCP traffic. Client initiates the TCP connection to a TCP port on the Server. After three way TCP handshake, client writes appl...
Hi Can the ACE perform SSL tunnelling of web services(HTTP) traffic. Can ACE perform SSL tunnelling/proxy on behalf of a non SSL client.Example:Client (HTTP) ---->>> (HTTP)Cisco ACE(HTTPS) ------>>>>(HTTPS) ServerThe "client" Server does not support ...
Can anyone help with an answer to the following NAT on IOS question. 1) On a Cisco router – Can two NATs be applied to the same traffic/packets? One NATing source to 172.17.3.5 and the other NATing destination to ------ip nat inside source s...
Thanks Joel.Yes we are just planning to Tunnel our own application TCP traffic. We also require the ACE to load balance the decrypted traffic across multiplied real ports on a single real server after performing the SSL Front Ending. Is this possible...
Thanks Margallatypo: correction below. for should have been orLooks like both must be static or both must be source list/route-map when translating ip nat outside "many to many"Regards
Thanks MargallaThanks for the correction and info.You are perfectly correct.What I did find in my lab was that if the "ip nat inside" was a static and the "ip nat outside" used source route-map or source listthen the static nat was applied to traffi...
Hi ManishThanks for the link.ip nat outside source list xx pool NAT add-routeNAT command above only works if you only want to translate the source.If you want to translate the source and the destination in the same packets them both nats must be stat...
Correction:Can anyone help with an answer to the following NAT on IOS question. 1) On a Cisco router – Can two NATs be applied to the same traffic/packets? One NATing source to 172.17.3.5 and the other NATing destination to 192.168.200.4. Obj...