Link to home
Start Free TrialLog in
Avatar of Shark Attack
Shark Attack

asked on

asa traffic monitoring

On a cisco router I can use "ipflow top talkers" what can I use on an asa to tell me quickly what MAC or IP is utilizing a lot of bandwidth? netflow applications and such are not an option at this time,.
ASKER CERTIFIED SOLUTION
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Shark Attack
Shark Attack

ASKER

can you tell me where in ASDM i can find that?
nevermind I found out how, How can I view these outputs via CLI once configured?
i think i got it, thanks for help!
Don't know that you can.

If I need that type of information in text, I issue a "sho conn" then copy the data to a text file. Open it in a spreadsheet and then sort by the "bytes" column.

It ain't pretty or elegant, but it's the only way I know.