Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Monitor T1/E1 status
Current Version
Last Release Date
October 30, 2014
Owner
Shahid Iqbal
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'
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!