Search 85,582 posts and 649 resources contributed by 43,269 members or post a topic.

Already Joined? Sign in
Monitoring POTS/interfaces

Page 1 of 1 (12 items) | RSS

rated by 0 users
Answered (Verified) This post has 1 verified answer | 11 Replies | 3 Followers | 327 Views


103 Posts
Points 361
Questionario posted on Mon, Feb 8 2010 8:24 AM
rated by 0 users

Hi,

we want to create a report (or even better, a graph on the node details page) about Bearer Channels (each one is an interface).

 

We would like to see a graph with min/max/average amount of those channels being used on that node.

Has anyone already created something similar?!?

Answered (Verified) Verified Answer


103 Posts
Points 361
Answered (Verified) Questionario replied on Tue, Feb 9 2010 11:39 AM
rated by 0 users
Verified by MarieB

Hi,

I have browsed for all kinds of MIBs but none seem to be reliable for BRI and PRI.

What I have done to solve the problem is create a custom poller for OID 1.3.6.1.2.1.10.20.1.2.1.1.2 (returns a table with all B-channels and shows if they are active etc.) and created an advanced SQL query report to give me the maximum amount of channels used per day and per device.

Now I have it as a report which is fine for me but is there any way to implement that into a graph for each node? Or if there is not have the report be displayed on each node but have that report automatically filter so that only that one node will be displayed?

  • | Post Points: 23

All Replies


383 Posts
Points 2,383
ecklerwr1 replied on Mon, Feb 8 2010 9:13 AM
rated by 0 users

What kind of device/hardware are the POTS interfaces on?  Are you looking for utilization on the min/max/avg utlization on the interfaces or looking for how many of the interfaces are being used?

 B. Eckler
Engineering Application Services
GENERAL DYNAMICS C4 Systems

SolarWinds Orion NetFlow Traffic Analyzer v3.6

SolarWinds Orion Network Performance Monitor 9.5 SP2

  • | Post Points: 3

103 Posts
Points 361
Questionario replied on Mon, Feb 8 2010 9:43 AM
rated by 0 users

they are 2800series and 1700series, one 3745.

i am looking for min/average/max of interfaces being used only

  • | Post Points: 3

129 Posts
Points 458
jswan replied on Mon, Feb 8 2010 3:45 PM
rated by 0 users

I am monitoring this OID for active calls on a PRI:

1.3.6.1.4.1.9.10.19.1.1.9.1.3 (CISCO-POP-MGMT-MIB:cpmDS1ActiveDS0s)

You have to add the slot/port number to the end; e.g. "1.3.6.1.4.1.9.10.19.1.1.9.1.3.0.0" for slot 0/ port 0. Add this as a UnDP and plot it with whatever graph you like.

 

 

NPM 9.5 SP4, NTA 3.6, APM 3.1, NCM 5.5.2

  • | Post Points: 3

103 Posts
Points 361
Questionario replied on Tue, Feb 9 2010 5:14 AM
rated by 0 users

yes, this works fine for PRIs, but unfortunately I havent found anything similar for BRI...

  • | Post Points: 3

383 Posts
Points 2,383
ecklerwr1 replied on Tue, Feb 9 2010 8:17 AM
rated by 0 users

See the following for info about different ISDN MIB's.  PRI and BRI are in different places.  For PRI (E1 and T1 lines), the physical interfaces are managed by the DS1/E1 MIB.  See the following:

http://www.cisco.com/en/US/docs/ios/12_0t/12_0t1/feature/guide/isdn_mib.html

Functional Description

The ISDN MIB RFC 2127 is designed so that network management systems and agents on routers will work together to provide important data and statistics about the ISDN interfaces.

The implementation of the new ISDN MIB RFC 2127 does not remove the current support of Cisco's proprietary ISDN MIB.

The support for the ISDN MIB RFC 2127 needs to be bundled with Cisco's proprietary ISDN MIB because the MIB RFC 2127 uses the current MIB's trap generation.

Cisco's ISDN MIB and RFC 2127 work independently; therefore, one can be disabled while the other is enabled.

The ISDN MIB RFC 2127 consists of five groups:

ISDN Physical Interface Group

B (Bearer) Channel Group

D (Signaling) Channel Group

Terminal Endpoint Group

Directory Number Group (optional)

ISDN Physical Interface Group

This group provides information regarding the physical BRIs. For PRI (E1 and T1 lines), the physical interfaces are managed by the DS1/E1 MIB, which is not a part of this feature.

 B. Eckler
Engineering Application Services
GENERAL DYNAMICS C4 Systems

SolarWinds Orion NetFlow Traffic Analyzer v3.6

SolarWinds Orion Network Performance Monitor 9.5 SP2

  • | Post Points: 3

103 Posts
Points 361
Answered (Verified) Questionario replied on Tue, Feb 9 2010 11:39 AM
rated by 0 users
Verified by MarieB

Hi,

I have browsed for all kinds of MIBs but none seem to be reliable for BRI and PRI.

What I have done to solve the problem is create a custom poller for OID 1.3.6.1.2.1.10.20.1.2.1.1.2 (returns a table with all B-channels and shows if they are active etc.) and created an advanced SQL query report to give me the maximum amount of channels used per day and per device.

Now I have it as a report which is fine for me but is there any way to implement that into a graph for each node? Or if there is not have the report be displayed on each node but have that report automatically filter so that only that one node will be displayed?

  • | Post Points: 23

103 Posts
Points 361
Questionario replied on Fri, Feb 12 2010 11:18 AM
rated by 0 users

got it working for both now... :)

  • | Post Points: 3

9 Posts
Points 26
Warja replied on Thu, Mar 11 2010 8:32 PM
rated by 0 users

Hey,

This is exactly what I'm trying to work out at the moment :) I've been collecting the data using the same OID you mentioned for a while now, but as my SQL knowledge is minimal at best I'm having trouble extracting a usable report from it. Care to share how you went about it?

Cheers in advance,

Jason

  • | Post Points: 3

103 Posts
Points 361
Questionario replied on Fri, Mar 12 2010 2:10 AM
rated by 0 users

sure, I'll share the report here right after my meeting this morning, thought I did already :)

 

EDIT:

here you go: http://thwack.com/media/p/95914.aspx

  • | Post Points: 1

383 Posts
Points 2,383
ecklerwr1 replied on Fri, Mar 12 2010 9:08 AM
rated by 0 users

Glad to hear you got it worked out :}

 B. Eckler
Engineering Application Services
GENERAL DYNAMICS C4 Systems

SolarWinds Orion NetFlow Traffic Analyzer v3.6

SolarWinds Orion Network Performance Monitor 9.5 SP2

  • | Post Points: 3

103 Posts
Points 361
Questionario replied on Fri, Mar 12 2010 9:46 AM
rated by 0 users

I do, thanks :)

Well except of putting it into a graph and hiding the report on the nodes page if the custom poller is not assigned to that node... :(

  • | Post Points: 1
Page 1 of 1 (12 items) | RSS

© 2003 - 2010 SolarWinds, Inc. All Rights Reserved.

Who is SolarWinds?

SolarWinds is rewriting the rules for how companies manage their networks. Guided by a global community of network engineers, SolarWinds develops simple and powerful network management software and network monitoring software for networks of all sizes. SolarWinds also offers a network certification program to become a SolarWinds Certified Professional (SCP).

What is thwack?

thwack, SolarWinds online community site, was designed by network engineers, for network engineers. thwack is a vibrant, growing community of more than 30,000 IT pros who share a passion for technology.

Explore Resources, Answers, Templates, and Advice

Download Free Networking Tools


Learn More About SolarWinds Products