| | | Forum Newbie
       
Group: Forum Members Last Login: 3/31/2008 1:34:51 AM Posts: 5, Visits: 5 |
| Hi, We have acouple of Cisco Routers that occasionally start clocking up errors on the serial interfaces input and output. I tried adding a passive monitor but dont get any results. Below is a copy of an interface with wrrors ideally I would like to trigger an alarm if the no of errors exceeds a certain number. Any help appreciated. Serial3/1 is down, line protocol is down Hardware is M4T Internet address is 140.1.177.1/24 MTU 1500 bytes, BW 2048 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation HDLC, crc 16, loopback not set Keepalive set (10 sec) Restart-Delay is 0 secs Last input 02:16:07, output 01:39:57, output hang never Last clearing of "show interface" counters 4d23h Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: weighted fair Output queue: 0/1000/64/0 (size/max total/threshold/drops) Conversations 0/19/256 (active/max active/max total) Reserved Conversations 0/0 (allocated/max allocated) Available Bandwidth 1536 kilobits/sec 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 434163 packets input, 82494535 bytes, 0 no buffer Received 48596 broadcasts, 0 runts, 1 giants, 0 throttles 2794145 input errors, 2393648 CRC, 0 frame, 245 overrun, 0 ignored, 400252 abort 548245 packets output, 299530118 bytes, 0 underruns |
| | | | 
Time Traveler
       
Group: Forum Members Last Login: 3/3/2008 1:35:30 AM Posts: 148, Visits: 15 |
| Hello, I'm still waiting for a solution to that problem !!! I'm looking for the OID of the CRC errors. But, if you want, there is the Object "InErrors" in the MIB that give the number of Input Errors... You can so create an Active SNMP Monitor to watch that value... Thanks...
I hope my questions and responses will help...
Quicky, French style...
Vigibou, my software, my baby... http://sourceforge.net/projects/vigibou/ |
| | | | 
Time Traveler
       
Group: Forum Members Last Login: 3/3/2008 1:35:30 AM Posts: 148, Visits: 15 |
| | | | | Junior Member
       
Group: Forum Members Last Login: 9/30/2008 8:33:41 AM Posts: 10, Visits: 139 |
| | I've been trying to setup some monitoring/alerting on a few serial interfaces. I've got an active monitor configured to watch the IFinerrors OID. I've got the constant value set at 0 and set it to be "Down" if its anything but 0. If I add the monitor to a device that I know has thousands of input errors on it the monitor goes down as it should. However, if I then clear the counters on that interface, the monitor never shows up. Even if I right-click the device and select "Poll Now". Any ideas? |
| | | | 
Time Traveler
       
Group: WhatsUp Gold Expert Last Login: Yesterday @ 10:09:57 AM Posts: 1,593, Visits: 7,686 |
| | this is a counter. You can't check a counter against a constant value... Because it's a counter... So it will increase, and increase, and increase... You have to use the "rate of change" stuff. Let me explain : Time T0 : Reset counters : Counter = 0 Time T1 : No errors : Counter is still 0 Time T2 : 1000 errors happened since T1 : Counter is 1000 Time T3 : 100 errors happened since T2 : Counter is 1100 And so on, until the counter reaches its limit and wraps again to 0. So, if you check your counter every 60 seconds, and are not willing to accept more than one error per minute, you should use "rate of change" with a value of 1. If you reset the counter and don't see anything change, then it means that no error happened since your reset.
Reading, writing and arithmetic - If you need to choose, please take option 1. |
| | | | Forum Newbie
       
Group: Forum Members Last Login: 4/28/2009 1:33:04 PM Posts: 7, Visits: 27 |
| | Can you give me more direction please on the old cisco interfaces mib? i have done as u suggested, i found my device supported the old interfaces mib, i uploaded to my whatsup machine, put it in the mib directory. Is 'compiling' actually running mibextra.exe? I see that this mib had dependencies so i did mibextra on those mib's then did mibextra on the old interfaces mib. I cannot locate the crc or runt, or collison indentifier in order to track # of crc errors on my cisco wan routers-as a perf monitor. Would it be possible that you can explain more? Thanking you in advance... |
| | | | Junior Member
       
Group: Forum Members Last Login: 3/25/2009 5:10:02 AM Posts: 13, Visits: 27 |
| | Please provide solution for monitoring the input errors. Thanks Discovery |
| |
|
|