OC12 Monitoring

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
jeremy27
Posts: 11
Joined: Thu Mar 25, 2004 10:07 am

OC12 Monitoring

Post by jeremy27 »

Hello everyone,

I have a problem where I am monitoring a POS interface on our edge router and it shows as 0megs when it goes over 115 megs on the interface, I am using snmp2 and need help to why it will not show the bandwidth useage over 115

Thanks,

Jeremy
User avatar
Morgan
Cacti User
Posts: 187
Joined: Wed Feb 25, 2004 3:38 am

Post by Morgan »

check your data source to make sure the limit isn't set at 115 for the values it will accept.
it might be set at 100, u might need to increase that, or if ur using a data template, don't set a maximum so it will show up in the data source as U
jeremy27
Posts: 11
Joined: Thu Mar 25, 2004 10:07 am

Did not work

Post by jeremy27 »

I tried the fix by upping the limit form 100000000 to 611000000 which is the max bandwidth on an oc12 (roughly) and it still did not registered. Somone mentioned something about 64bit counters but I could not get it to work either.

Jeremy
raX
Lead Developer
Posts: 2243
Joined: Sat Oct 13, 2001 7:00 pm
Location: Carlisle, PA
Contact:

Post by raX »

You can always increase the interval that cacti/cmd.php runs at for a temporary fix. RRDTool does a good job of interpolating data when fed at various intervals. Of course using 64-bit counters is definitely the best solution to this problem.

-Ian
jeremy27
Posts: 11
Joined: Thu Mar 25, 2004 10:07 am

OC 12 still have issue

Post by jeremy27 »

Everyone,

I have adjusted the counters to 64 bit, Now my graph says NaN, I am at a loss here since I really need to monitor this connection and I can' seem to get it to work.
raX
Lead Developer
Posts: 2243
Joined: Sat Oct 13, 2001 7:00 pm
Location: Carlisle, PA
Contact:

Post by raX »

For 64-bit counters to work, your device must be set to SNMPv2.

-Ian
jeremy27
Posts: 11
Joined: Thu Mar 25, 2004 10:07 am

Still not working

Post by jeremy27 »

I readded the host and changed to snmp v2 and 64 bit counters it won't read any bandwidth coming though the GSR POC interface
raX
Lead Developer
Posts: 2243
Joined: Sat Oct 13, 2001 7:00 pm
Location: Carlisle, PA
Contact:

Post by raX »

Can you run the following snmpwalk command against your GSR device? Make sure to substitute the hostname and community name. This will tell you if your device supports 64-bit counters and that it is working correctly.

Code: Select all

snmpwalk -v2c -c public 172.16.100.1 ifHCInOctets
-Ian
jeremy27
Posts: 11
Joined: Thu Mar 25, 2004 10:07 am

This is what I get

Post by jeremy27 »

ifMIB.ifMIBObjects.ifXTable.ifXEntry.ifHCInOctets.1 = Counter64: 0
ifMIB.ifMIBObjects.ifXTable.ifXEntry.ifHCInOctets.2 = Counter64: 0
ifMIB.ifMIBObjects.ifXTable.ifXEntry.ifHCInOctets.3 = Counter64: 0
ifMIB.ifMIBObjects.ifXTable.ifXEntry.ifHCInOctets.4 = Counter64: 0
ifMIB.ifMIBObjects.ifXTable.ifXEntry.ifHCInOctets.5 = Counter64: 0
ifMIB.ifMIBObjects.ifXTable.ifXEntry.ifHCInOctets.6 = Counter64: 0
ifMIB.ifMIBObjects.ifXTable.ifXEntry.ifHCInOctets.7 = Counter64: 0
ifMIB.ifMIBObjects.ifXTable.ifXEntry.ifHCInOctets.8 = Counter64: 90935761608658
ifMIB.ifMIBObjects.ifXTable.ifXEntry.ifHCInOctets.9 = Counter64: 143116148642681
ifMIB.ifMIBObjects.ifXTable.ifXEntry.ifHCInOctets.10 = Counter64: 0
ifMIB.ifMIBObjects.ifXTable.ifXEntry.ifHCInOctets.11 = Counter64: 0
ifMIB.ifMIBObjects.ifXTable.ifXEntry.ifHCInOctets.12 = Counter64: 0
ifMIB.ifMIBObjects.ifXTable.ifXEntry.ifHCInOctets.13 = Counter64: 0
ifMIB.ifMIBObjects.ifXTable.ifXEntry.ifHCInOctets.14 = Counter64: 0
raX
Lead Developer
Posts: 2243
Joined: Sat Oct 13, 2001 7:00 pm
Location: Carlisle, PA
Contact:

Post by raX »

Which interfaces on this device are you trying to graph traffic for? According to this output, there are only two interfaces that are actually generating traffic. Are you using cmd.php or cactid? Either way, could you run the poller manually from the command line and see when the about looks like with respect to this device?

-Ian
Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests