Hello,
I need to add a monitoring wizard for a Zhone DSLAM hardware and filter the scan result to show only GPON interfaces.
How to do this with Nagios XI?
If it is not possible then how to do it using snmpwalk?
According to http://www.net-snmp.org/docs/mibs/interfaces.html, GPON's ifType code is 250
But when I run: snmpwalk -v 2c -c public <ADDRESS> ifType | grep 250
I get nothing.
If I single ifType.700 or any other GPON interface that I know of, I just get: other (1)
HELP: Network Switch / Router Monitoring Wizard and GPONs
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: HELP: Network Switch / Router Monitoring Wizard and GPON
If you walk the whole device without grepping can you find the OID you are looking for?
Re: HELP: Network Switch / Router Monitoring Wizard and GPON
Thanks for the reply.
I fixed the problem by filtering slots.
I fixed the problem by filtering slots.
No.If you walk the whole device without grepping can you find the OID you are looking for?
Zajil NMS