Page 1 of 2
ifErrors
Posted: Mon Mar 26, 2012 10:36 am
by lamin
Hey guys,
I am trying to monitor the errors in my nortel core switch. I did some search and i found a plugin (iferror.pl), however i cannot get it running. Does anyone has any idea about my issue?
Thanks
Re: ifErrors
Posted: Mon Mar 26, 2012 10:44 am
by scottwilkerson
Can you be more specific about the error you are getting?
Have you tried to run it from the command line? What was the output?
Re: ifErrors
Posted: Mon Mar 26, 2012 12:08 pm
by lamin
I would like NSCOOT to support me on this issue because he has been solving all my issue.
Thanks
Re: ifErrors
Posted: Tue Mar 27, 2012 4:40 pm
by mguthrie
Can you post output from
It's a community developed plugin, so we'll have to rely on the developer's documentation.
Re: ifErrors
Posted: Wed Mar 28, 2012 7:35 am
by lamin
I does not like a -h.
Re: ifErrors
Posted: Wed Mar 28, 2012 9:25 am
by scottwilkerson
mguthrie was just looking to get the help display for the plugin.
The error you were receiving earlier looks like it like the machine 10.0.0.28 doesn't have an interface dtwnbme2
Are you sure of the interface name?
Can you run the following
Code: Select all
snmpwalk -v 1 -c public 10.0.0.28 1.3.6.1.2.1.2.2.1.2
Re: ifErrors
Posted: Wed Mar 28, 2012 10:03 am
by lamin
Here is the ouptput of the snmpwalk
Re: ifErrors
Posted: Wed Mar 28, 2012 10:55 am
by scottwilkerson
Try running
Code: Select all
./check_iferrors.pl -H 10.0.0.28 -C public -i '1000BaseF Port 3/3 Name dtwnbme2'
We didn't write this plugin but I looked through it and on line 206 it is looking for an match that begins with what you are entering after the -i flag... which is why just dtwnbme2 didn't work
Re: ifErrors
Posted: Wed Mar 28, 2012 12:32 pm
by lamin
Thanks for the tips.
Re: ifErrors
Posted: Wed Mar 28, 2012 1:11 pm
by scottwilkerson
Did it work?