monitoring cisco bri interface

Hugo van der Kooij hvdkooij at vanderkooij.org
Sun Mar 26 11:09:13 CEST 2006


On Sun, 26 Mar 2006, Brandino Andreas wrote:

>  any idea???
>
> Friday, March 24, 2006, 4:18:34 PM, you wrote:
>
> > hi all!
> > Anyone has an idea how can i monitor the state of the interfaces???
> > I want to check the layer 2 of the bri interfaces
>
> > Also is possible to make them appear on the map?
> > Is a workaround for this?
>
> > Any idea will be appreciated

Don't tell me you did not look at the vast array of interfaces in your
SNMP section of the router. You can find just about any interface there.
Use snmpwalk to get the proper details.

I check my IPv6 tunnel with:

define service{
        use                             generic-service
        host_name                       anfalas,InternetV6
        service_description             InternetV6
        max_check_attempts              3
        normal_check_interval           1
        retry_check_interval            3s
        contact_groups                  admins
        check_command                   check_snmp_int!mycommunity!Tunnel0
        }

define command{
        command_name    check_snmp_int
        command_line    $USER1$/check_snmp_int.pl -H $HOSTADDRESS$ -C $ARG1$ -n $ARG2$
        }

Using a new host with the address of your router has been described on the
list before.

Connecting the dots and such is left as an exercise to the reader. The
script is taken from one of the contrib sites.

Hugo.

-- 
	I hate duplicates. Just reply to the relevant mailinglist.
	hvdkooij at vanderkooij.org		http://hvdkooij.xs4all.nl/
		Don't meddle in the affairs of magicians,
		for they are subtle and quick to anger.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list