
Hi Nikolay, Sorry, I should have mentioned that this was built for router controlled PRI's. As Peter mentioned MGCP uses a different OID. The poller grabs 2 values, one counting all ds0's in the router and another for ds0's in use.
Ditto for MTP and Transcode.
Thanks, Aaron
Sent from my iPad
On 13/12/2013, at 7:12 PM, Peter Childs pchilds@staff.iinet.net.au wrote:
$ds0total = count(snmpwalk_cache_oid_num($device, "1.3.6.1.2.1.10.20.1.2.1.1.2", NULL));
http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?objectInput=1.3.6.1.2.1 .10.20.1.2.1.1.2&translate=Translate&submitValue=SUBMIT == isdnBearerOperStatus
When I point at a device with a ISDN 30 channel service
snmpwalk -v2c -c public somebox 1.3.6.1.2.1.10.20.1.2.1.1.2 | wc -l 30
If you have ds0 (ie mgcp or other) type you could try
http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?objectInput=1.3.6.1.4.1 .9.10.19.1.1.1.1.5&translate=Translate&submitValue=SUBMIT&submitClicked=tru e
Box with MGCP
controller E1 3/2 framing NO-CRC4 ds0-group 0 timeslots 1-31 type none service mgcp
snmpwalk -v2c -c public mgcp-boxn 1.3.6.1.4.1.9.10.19.1.1.1.1.5 | wc -l 31
Ymmv...
On 13/12/13 7:05 PM, "Nikolay Shopik" shopik@inblock.ru wrote:
Hey Aaron,
Does everything should come up at Graphs->Voice? What IOS you we using on 2900? As I can't seem discover E1 interfaces with it.
On 12/12/13 15:56, Aaron Daniels - Lists wrote:
Here's one I prepared earlier... It monitors T1/E1 PRI, DSP, MTP and Transcoder utilisation on Cisco voice gateways. Tested on 2900 series routers.
I'd like to monitor conferencing resources as well, but I can't find a OID for it, if you know of one, please let me know.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium