Page 1 of 1

HELP: Network Switch / Router Monitoring Wizard and GPONs

Posted: Wed Jan 30, 2013 11:03 am
by zaji_nms
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)

Re: HELP: Network Switch / Router Monitoring Wizard and GPON

Posted: Wed Jan 30, 2013 12:02 pm
by scottwilkerson
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

Posted: Sat Feb 02, 2013 11:07 pm
by zaji_nms
Thanks for the reply.

I fixed the problem by filtering slots.
If you walk the whole device without grepping can you find the OID you are looking for?
No.