05-06-2010 03:54 AM
I have 6500 switch at a remote office. I don't have an LMS and I am unable to run Netflow because the link is very slow. I have to find out the average tx utilization and average rx utilization (in percentage) for all interfaces of the switch. How can I calculate that?
The following cisco link gives the calculation for Input & Output utilization
http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a008009496e.shtml
#show interfaces gigabitEthernet 1/1 counters will give me the InOctets & OutOctets and with a delta time of 30seconds, but I am getting a wrong value.
Thanks in advance
Solved! Go to Solution.
05-06-2010 10:43 PM
The formula in this tech tip is correct. Can you provide the raw numbers for input and output octets from a few polling intervals for one sample interface in addition to the ifSpeed of that interface?
05-06-2010 10:43 PM
The formula in this tech tip is correct. Can you provide the raw numbers for input and output octets from a few polling intervals for one sample interface in addition to the ifSpeed of that interface?
05-08-2010 10:47 AM
Thanks Joe, the formula is correct. My speed value was initially wrong and so I got the wrong result. The value obtained is the tx & rx utilization and not the average.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide