cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
647
Views
0
Helpful
2
Replies

Monitor/Calculate total send / receive of cisco 3560 switch

muhammad.cis
Level 1
Level 1

Hi,

I want to monitor overall amount of data sent / received by all switchports. I can monitor it on per-port basis using Solarwinds or other monitoring systems.

Regards,

Muhammad

1 Accepted Solution

Accepted Solutions

Seb Rupik
VIP Alumni
VIP Alumni

Hi Muhammad,

The results shown in 'sh ip traffic' are probably what you're after, in particular to total received and sent packets.

In which case the object ipSystemStatsEntry (1.3.6.1.2.1.4.31.1.1) will contain the values. Eg 1.3.6.1.2.1.4.31.1.1.4 for total recieves and 1.3.6.1.2.1.4.31.1.1.31 for transmits.

cheers,

Seb.

View solution in original post

2 Replies 2

Seb Rupik
VIP Alumni
VIP Alumni

Hi Muhammad,

The results shown in 'sh ip traffic' are probably what you're after, in particular to total received and sent packets.

In which case the object ipSystemStatsEntry (1.3.6.1.2.1.4.31.1.1) will contain the values. Eg 1.3.6.1.2.1.4.31.1.1.4 for total recieves and 1.3.6.1.2.1.4.31.1.1.31 for transmits.

cheers,

Seb.

Thank you Seb. I will check and let you know if this works in my case.

Regards,

Muhammad