cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1687
Views
0
Helpful
3
Replies

Can somebody provide me SNMP OIDs for monitoring ISDN PRI status?

webstd.design
Level 1
Level 1

I want to monitor ISDN PRI status

like show isdn status

How I can do this using Network Monitoring software?

3 Replies 3

gogasca
Level 10
Level 10

1.3.6.1.4.1.9.10.19.1.1.4

cpmActiveDS0s OBJECT TYPE

SYNTAX Gauge32

MAX-ACCESS read-only

STATUS current

DESCRIPTION "The number of DS0s that are currently in use."

::= { cpmDS0Usage 4 }

MIB: CISCO-POP-MGMT-MIB

With this you will get how many are being used at that moment.

- .1.3.6.1.4.1.9.10.19.1.1.9.1.3

cpmDS1ActiveDS0s OBJECT-TYPE

-- FROM CISCO-POP-MGMT-MIB

SYNTAX Gauge

MAX-ACCESS read-only

STATUS Current

DESCRIPTION "The number of DS0s that are currently in use for a particular DS1."

::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) cisco(9)

ciscoExperiment(10) ciscoPopMgmtMIB(19) ciscoPopMgmtMIBObjects(1) cpmDS0Usage(1)

cpmDS1DS0UsageTable(9) cpmDS1DS0UsageEntry(1) cpmDS1ActiveDS0s(3) 0 }

To actual match the instance the pattern is something like:

1.3.6.1.4.1.9.10.19.1.1.9.1.3.0.5 = controller t1 0/0:5

1.3.6.1.4.1.9.10.19.1.1.9.1.3.1.4 = controller t1 1/0:4

And with this, you will get how many are being used by each one of the sub-interfaces.

- DS0 high water mark

CISCO-POP-MGMT-MIB

1.3.6.1.4.1.9.10.19.1.1.8

The maximum number of DS0s ever used simultaneously.

- CISCO-POP-MGMT-MIB.

cpmDS1DS0UsageEntry will provide the active calls per DS1(T1/E1).

Regarding an application that you can use, I cannot recommend any code or software (other than our Cisco NMS products) since I dont know your requirements. For this info I really recommend you to contact you account manager and ask him for this tool or any snmp walker in the web can help you.

This OIDs about current activity, but I want to know the status of ISDN PRI..

Have you tried

"callActiveGroup from the DIAL-CONTROL-MIB"

or

CISCO-POP-MGMT-MIB which has objects like cpmISDNCfgActiveDChannels.

or

CISCO-ISDN-MIB :

demandNbrPhysIf