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 am using an ACE module in front of 4 Apache servers. We load balance the new clients requests round robin between those 4 servers. New client requests that are handled by one of the servers are assigned a JSESSION cookie which the ACE tracks to kee...
I am monitoring an ACE module using snmp. The values returned from certain OIDs are graphed using Cacti. I found the 64 bit counters on interfaces for the ACE wrap at 10,000,000,000 instead of 2^64. Now that I have configured cacti to expect the wrap...
Chris,I was digging through release notes for A2(2.4) and I found this under Open Caveats. This sounds like what I am experiencing but instead of unicast bytes input counter I am seeing it on oubound octets. My module is still running A1 code and I a...
Thanks Chris,Just to be clear the ACE module by default will let existing connections finish. A connection is finished based upon the TCP FIN or RST flags being exchanged at the end of the current TCP session, not the expiration of the sticky table e...
Hi Chris,You are correct ...1.1.8 is a 32-bit counter. That OID is supposed to count the number of layer 7 connections. My question is will the maximum counter value be 2^32?The reason I ask is the 64-bit counter for interface octets on the Cisco ACE...