Web and Unmanaged
1753331 Members
5277 Online
108792 Solutions
New Discussion

Re: НР ProCurve 1810G and rddtool snmp monitoring

 
Mohammed Faiz
Honored Contributor

Re: НР ProCurve 1810G and rddtool snmp monitoring

Sorry, I should have said the last number of the OID is the port on your switch. So where I had port 49:

1.3.6.1.2.1.2.2.1.10.49

You want port 24

1.3.6.1.2.1.2.2.1.10.24

And then on your Baynetworks switch:

1.3.6.1.2.1.2.2.1.16.X

where X is the port connecting to the 1810G
Max Sorokin
Regular Advisor

Re: НР ProCurve 1810G and rddtool snmp monitoring

Mohammed, sorry for my poor english, but i do not understand what you want to tell me in your last post :)
/Maxim
Mohammed Faiz
Honored Contributor

Re: НР ProCurve 1810G and rddtool snmp monitoring

No problem. Just run this:

root@hub:/# snmpget -v 2c -c public 192.168.1.99 1.3.6.1.2.1.2.2.1.16.24

Then for the BayNetworks switch:

root@hub:/# snmpget -v 2c -c public BAYNETWORKS_IP 1.3.6.1.2.1.2.2.1.16.XX

XX = port number of port connecting to HP 1810G
Max Sorokin
Regular Advisor

Re: НР ProCurve 1810G and rddtool snmp monitoring

Thanks :)
/Maxim
Max Sorokin
Regular Advisor

Re: НР ProCurve 1810G and rddtool snmp monitoring

The result is:

# snmpget -v 2c -c public 192.168.1.99 1.3.6.1.2.1.2.2.1.16.24
IF-MIB::ifOutOctets.24 = Counter32: 2121687475
root@hub:~# snmpget -v 2c -c public 192.168.1.72 1.3.6.1.2.1.2.2.1.16.13
Timeout: No Response from 192.168.1.72.
root@hub:~# snmpget -v1 -c public 192.168.1.72 1.3.6.1.2.1.2.2.1.16.13
IF-MIB::ifOutOctets.13 = Counter32: 452595655
/Maxim
Mohammed Faiz
Honored Contributor

Re: НР ProCurve 1810G and rddtool snmp monitoring

Ok, that's working, can you do:

# snmpget -v 2c -c public 192.168.1.99 1.3.6.1.2.1.2.2.1.10.24

# snmpget -v 2c -c public 192.168.1.72 1.3.6.1.2.1.2.2.1.16.13

then repeat :

# snmpget -v 2c -c public 192.168.1.99 1.3.6.1.2.1.2.2.1.10.24

# snmpget -v 2c -c public 192.168.1.72 1.3.6.1.2.1.2.2.1.16.13

Then we can compare the values directly.
Max Sorokin
Regular Advisor

Re: НР ProCurve 1810G and rddtool snmp monitoring

The result is:

# snmpget -v 2c -c public 192.168.1.99 1.3.6.1.2.1.2.2.1.16.24
IF-MIB::ifOutOctets.24 = Counter32: 1703719157
root@hub:~# snmpget -v1 -c public 192.168.1.72 1.3.6.1.2.1.2.2.1.16.13
IF-MIB::ifOutOctets.13 = Counter32: 1435926472
root@hub:~# snmpget -v 2c -c public 192.168.1.99 1.3.6.1.2.1.2.2.1.16.24
IF-MIB::ifOutOctets.24 = Counter32: 1740820409
root@hub:~# snmpget -v1 -c public 192.168.1.72 1.3.6.1.2.1.2.2.1.16.13
IF-MIB::ifOutOctets.13 = Counter32: 1443762294
/Maxim
Mohammed Faiz
Honored Contributor

Re: НР ProCurve 1810G and rddtool snmp monitoring

So,

1740820409 - 1703719157 = 37101252 bytes

1443762294 - 1435926472 = 7835822 bytes

It's definitely not a problem with rrdtool.

I'm not sure what would cause a mis-match between the values like that.
Have you checked the ports for any errors or a speed/duplex mismatch?
Max Sorokin
Regular Advisor

Re: НР ProCurve 1810G and rddtool snmp monitoring

Thanks a lot :)
Let's ask in other manner,
Why only from HP1810G we have incorrect information, while from
HP-1700-8
HP-1700-24
HP-2610
Bay-350
Bay-450
Cisco 3750
AT-750FS-24
3Com1100
3Com4400
PCrouter Linux
Mikrotik RB750,RB1100
all data displayed correctly and collection method we use the same.
In the attachment i sent to you statistics from different ports of HP1810G.

All ports works correctly, there are no errors on ports, no problems with speed.
Only one problem: port statistics did not diplayed correctly, therefore we can not
count the ammount of the consumed traffic.

BR,
Max
/Maxim
Mohammed Faiz
Honored Contributor

Re: НР ProCurve 1810G and rddtool snmp monitoring

I'm afraid there's not much else I can suggest.
Open a support call with HP support but before you do that you should:

- Do a factory reset of the switch
- Re-apply the firmware image

hth