Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > BRI interfaces status check

Reply
Thread Tools

BRI interfaces status check

 
 
geoar75@gmail.com
Guest
Posts: n/a
 
      04-15-2010
Hello,

I need to check the status of the BRI interfaces from all of the
routers on our network. I have to check it everyday to see which one
is active.
Is there any utility that performs such a task? Do I have to enable
SNMP on the routers and would the network performance be affected by
this move?

Thanks a lot!

Giorgos
 
Reply With Quote
 
 
 
 
alexd
Guest
Posts: n/a
 
      04-15-2010
On 15/04/10 12:03, wrote:

> I need to check the status of the BRI interfaces from all of the
> routers on our network. I have to check it everyday to see which one
> is active.
> Is there any utility that performs such a task?


Yes. Any NMS worthy of the description should do this. As an example, I
use Zabbix to poll the ifOperStatus of interfaces I'm interested in.

> Do I have to enable SNMP on the routers and would the network performance be affected by
> this move?


You do not have to, as you could send remote syslog and have your syslog
server alert you when it sees an up/down message. However, SNMP is the
cross-platform standard way of doing this so will probably be easier.

As for performance, it's impossible to measure something without
affecting it, but so long as you're not polling every 5 seconds or
something silly like that you shouldn't notice. You can also have a
device send an SNMP 'trap' to inform you of the interface changing status.

And finally, for a higher-level overview of how things are working, you
can poll the next hop of a particular route with SNMP to see which way
traffic is flowing, although this may not apply to your network topology.

--
<http://ale.cx/> (AIM:troffasky) ()
18:52:38 up 6 days, 8:04, 2 users, load average: 0.07, 0.17, 0.17
It is better to have been wasted and then sober
than to never have been wasted at all
 
Reply With Quote
 
 
 
 
geoar75@gmail.com
Guest
Posts: n/a
 
      04-21-2010
Thank you for your time and information, Alexd.
I'm thinking of trying MRTG.

Giorgos


On 15 Απρ, 21:12, alexd <troffa...@hotmail.com> wrote:
> On 15/04/10 12:03, geoa...@gmail.com wrote:
>
> > I need to check the status of the BRI interfaces from all of the
> > routers on our network. I have to check it everyday to see which one
> > is active.
> > Is there any utility that performs such a task?

>
> Yes. Any NMS worthy of the description should do this. As an example, I
> use Zabbix to poll the ifOperStatus of interfaces I'm interested in.
>
> > Do I have to enable SNMP on the routers and would the network performance be affected by
> > this move?

>
> You do not have to, as you could send remote syslog and have your syslog
> server alert you when it sees an up/down message. However, SNMP is the
> cross-platform standard way of doing this so will probably be easier.
>
> As for performance, it's impossible to measure something without
> affecting it, but so long as you're not polling every 5 seconds or
> something silly like that you shouldn't notice. You can also have a
> device send an SNMP 'trap' to inform you of the interface changing status..
>
> And finally, for a higher-level overview of how things are working, you
> can poll the next hop of a particular route with SNMP to see which way
> traffic is flowing, although this may not apply to your network topology.
>
> --
> * <http://ale.cx/> (AIM:troffasky) (UnSoEsNpE...@ale.cx)
> * 18:52:38 up 6 days, *8:04, *2 users, *load average: 0.07, 0.17, 0.17
> * It is better to have been wasted and then sober
> * than to never have been wasted at all


 
Reply With Quote
 
bod43
Guest
Posts: n/a
 
      04-21-2010
On 21 Apr, 06:47, "geoa...@gmail.com" <geoa...@gmail.com> wrote:
> Thank you for your time and information, Alexd.
> I'm thinking of trying MRTG.
>
> Giorgos
>
> On 15 Απρ, 21:12, alexd <troffa...@hotmail.com> wrote:
>
> > On 15/04/10 12:03, geoa...@gmail.com wrote:

>
> > > I need to check the status of the BRI interfaces from all of the
> > > routers on our network. I have to check it everyday to see which one
> > > is active.
> > > Is there any utility that performs such a task?

>
> > Yes. Any NMS worthy of the description should do this. As an example, I
> > use Zabbix to poll the ifOperStatus of interfaces I'm interested in.

>
> > > Do I have to enable SNMP on the routers and would the network performance be affected by
> > > this move?

>
> > You do not have to, as you could send remote syslog and have your syslog
> > server alert you when it sees an up/down message. However, SNMP is the
> > cross-platform standard way of doing this so will probably be easier.

>
> > As for performance, it's impossible to measure something without
> > affecting it, but so long as you're not polling every 5 seconds or
> > something silly like that you shouldn't notice. You can also have a
> > device send an SNMP 'trap' to inform you of the interface changing status.

>
> > And finally, for a higher-level overview of how things are working, you
> > can poll the next hop of a particular route with SNMP to see which way
> > traffic is flowing, although this may not apply to your network topology.


MRTG can for sure do the job but I suspect that it
is no longer in development (years ago now) and that
you might be better investing your time in something else.

I have not used it but Cacti seems to be recommended.

 
Reply With Quote
 
S. Checker
Guest
Posts: n/a
 
      04-22-2010
bod43 <> wrote:

> MRTG can for sure do the job but I suspect that it
> is no longer in development (years ago now) and that
> you might be better investing your time in something else.


Strange comment. The latest release of MRTG is from 20-Jan-2010.

However, it's more a measurement tool than alerting. I measure traffic
on a whole pile of BRIs with it, but for notification there are a
number of SNMP tools, including your suggestion of Cacti.
--
Ceci n'est pas une sig.
 
Reply With Quote
 
bod43
Guest
Posts: n/a
 
      04-22-2010
On 22 Apr, 20:31, spam...@gmail.com (S. Checker) wrote:
> bod43 <Bo...@hotmail.co.uk> wrote:
> > MRTG can for sure do the job but I suspect that it
> > is no longer in development (years ago now) and that
> > you might be better investing your time in something else.

>
> Strange comment. The latest release of MRTG is from 20-Jan-2010.


Hmm. Appears I was completely wrong. Sorry.

I recall looking at MRTG a few years ago and for some reason
decided that development had been stopped.
 
Reply With Quote
 
geoar75@gmail.com
Guest
Posts: n/a
 
      04-23-2010
I mentioned MRTG, because I'm already using it on some of our routers
to check the speed utilization. It would be great if I set it up to
include the BRI interfaces as well. Though it will take lots of time
and research to setup all those MIBs and OIDs, it would be very
interesting.
Alerting is not on my plans yet, that's why MRTG would be one of the
best solutions.

Thanks again!

Giorgos

 
Reply With Quote
 
Rob
Guest
Posts: n/a
 
      04-23-2010
<> wrote:
> I mentioned MRTG, because I'm already using it on some of our routers
> to check the speed utilization. It would be great if I set it up to
> include the BRI interfaces as well. Though it will take lots of time
> and research to setup all those MIBs and OIDs, it would be very
> interesting.


Not at all, it only requires that you add the BRI interfaces to the
mrtg.cfg the same way you add all other interfaces.

Make sure you don't use the numerical interface number as that is
going to change.

Something like this will work:

Target[router.20]: \BRI1/0\:1ublic@router
SetEnv[router.20]: MRTG_INT_IP="" MRTG_INT_DESCR="BRI1/0:1"
(plus the remainder of a normal entry in mrtg.cfg)

 
Reply With Quote
 
Daniel-G
Guest
Posts: n/a
 
      04-24-2010
alexd said the following on 04/15/2010 08:12 PM:
> On 15/04/10 12:03, wrote:
>
>> I need to check the status of the BRI interfaces from all of the
>> routers on our network. I have to check it everyday to see which one
>> is active.
>> Is there any utility that performs such a task?

>
> Yes. Any NMS worthy of the description should do this. As an example, I
> use Zabbix to poll the ifOperStatus of interfaces I'm interested in.


From IOS 12.1 one can use:
snmp-server ifindex persist
may apply globally or at the interface level

>> Do I have to enable SNMP on the routers and would the network
>> performance be affected by
>> this move?

>
> You do not have to, as you could send remote syslog and have your syslog
> server alert you when it sees an up/down message. However, SNMP is the
> cross-platform standard way of doing this so will probably be easier.
>
> As for performance, it's impossible to measure something without
> affecting it, but so long as you're not polling every 5 seconds or
> something silly like that you shouldn't notice. You can also have a
> device send an SNMP 'trap' to inform you of the interface changing status.
>
> And finally, for a higher-level overview of how things are working, you
> can poll the next hop of a particular route with SNMP to see which way
> traffic is flowing, although this may not apply to your network topology.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Monitoring line status where interfaces won't go down Gr!scha S+egemann Cisco 6 06-09-2008 07:56 PM
ISDN Switching between BRI and PRI interfaces chassignet@gmail.com Cisco 6 01-07-2006 09:04 AM
POST problem - IIS sc-win32-status:64; sc-status:400 saha ASP .Net 0 07-14-2005 07:10 AM
Status of Ruby<->Java Interfaces Jeff Ruby 3 10-08-2004 12:25 AM
Cisco 801 - BRI layer 2 status inactive A Cisco 3 06-10-2004 11:13 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57