cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
475
Views
0
Helpful
4
Replies

Getting detailed statistics and information

davcommunay
Level 1
Level 1

Hi All,

I have statistics enabled through the ASDM.

I can see on one of the Pie that SNMP is taking 3% of the  Packets Hits & 1% of the Bytes.

I wondered how it could be possible to get the top SNMP senders/receivers ???

I would prefer doing it through the CLI but wonder how...

Best regards,

David

4 Replies 4

Eugene Khabarov
Level 7
Level 7

Did you mean that you need top of the SNMP senders/recievers througth ASA?

Yes it is exactly what i want to obtain!!!!

I have already posted something like this here, but for you case it will be look like this:

If you have some kind of unix box, you can use show conn  and  export it  to the file. This file should be placed on unix box. Than you  can use  on unix box:

cat   | grep ":161" | sed -e 's/:/ /g' | awk '{print $6}' | sort | uniq -c | sort -g

for inside hosts.

For outside hosts use $3.

---

HTH. Please rate this post if it was helpful. If this solves your problem, please mark this post as "Correct Answer."

Dear Eugene,

Thank you for this reponse it was one of the solution

But i wondered how i could obtain statistics just as they are in the ASDM...

I love shell scripting and your idea is good except it will be a "one-shot" view and i need statistics..

Any other idea ?

Review Cisco Networking products for a $25 gift card