Linux

Quintum Voice GW, E1/T1 Monitoring

Description:

Monitor T1/E1 status

Current Version

Last Release Date

October 30, 2014

Compatible With

Owner


Project Photos
Project Notes
Quintum DX Gateway can be monitor using given SNMP MIB's. First we have to extract info and interfaces from Quintum GW, use snmpwalk with defined SNMP community of your Quintum voice GW. snmpwalk -c public -v 1 ip_quintum_GW interface Here we will get info from our Quintum GW has an IP 192.161.10.3 using check_snmp plugin. we suppose we have read only community "public" I am writing here check commands which you can easily use to check status of different E1's ## E1 status at port 1 layer 1 check_snmp!-C public -o .1.3.6.1.4.1.6618.3.5.1.4.1 -l 'status' -r Active ## E1 status at port 1 layer 2 check_snmp!-C public -o .1.3.6.1.4.1.6618.3.5.1.5.1 -l 'status' -r Active ## E1 status at port 2 layer 1 check_snmp!-C public -o .1.3.6.1.4.1.6618.3.5.1.4.2 -l 'status' -r Active ## E1 status at port 2 layer 2 check_snmp!-C public -o .1.3.6.1.4.1.6618.3.5.1.5.2 -l 'status' -r Active ## Check total number of E1's installed check_snmp!-C public -o .1.3.6.1.4.1.6618.3.5.1.5.999 -l 'Total PRIs' ## To check and display CRC Multifram errors check_snmp!-C public -o .1.3.6.1.4.1.6618.3.5.1.7.1 -l 'Multiframe CRC Errors'
Reviews (0) Add a Review
Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
0 (0)
Favorites
0
Views
15,690