12-11-2013 02:48 AM - edited 03-11-2019 08:16 PM
Hello,
Our ASA 5520 seems to hit around 80% at certain times of the day. I know 80% is the marker for when I shoudl start to investigate. I have notice that it is the dispatch unit:
0x0828fb01 0x6d5c3278 85.8% 85.9% 73.3% Dispatch Unit
What steps should I take next?
The ASA is on 9.1.3.
Thanks
12-11-2013 04:39 AM
Hello Andy,
Then you will determine if this is the expected amount of traffic or if there is some traffic burst in the network.
Commands that I recommend for troubleshooting a high CPU issue
clear interface
show interface | include errors
and 5 minute later again
show interface | include errors
If we see a huge amount of overruns, underruns we might be dealing with bursty traffic.
Then use the command
show local-host | include host|count\;limit
Then look for IP addresses with a huge amount of connections
Do a show conn and look for connections with a huge amount of bits being transfered or being held on the ASA connection table.
Create captures on the affected interface to see what traffic is being seeing the most on the ASA.
Rate all of the helpful posts!!!
Regards,
Jcarvaja
Follow me on http://laguiadelnetworking.com
12-11-2013 05:27 AM
Thanks.
The
show interface | include errors looks ok over 5-10 mins.
When I run the other commands there is so many pages as we have many sub interfaces., is there are way to sort so the largest is at the top? I guess I can export and put into Excel.
show local-host | include host|count\;limit seems to show zeros everthing.
Part of the output.
local host: <192.168.28.173>,
TCP embryonic count to host = 0
local host: <192.168.90.22>,
TCP embryonic count to host = 0
local host: <192.168.90.48>,
TCP embryonic count to host = 0
local host: <192.168.100.51>,
TCP embryonic count to host = 0
local host: <192.168.28.30>,
TCP embryonic count to host = 0
local host: <192.168.28.91>,
Thanks
12-11-2013 06:25 AM
Hello,
Everything?? You sure??
Excell will be your friend.
Rate all of the helpful posts!!!
Regards,
Jcarvaja
Follow me on http://laguiadelnetworking.com
12-11-2013 07:12 AM
Exporting show local-host | include host|count\;limit just showed host = 0 on after each IP.
show conn was good, I exported it to Excel and it was useful.
Thanks
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