Page 1 of 1

Alcatel Lucent 7750 MIBs and Nagios XI

Posted: Mon Mar 13, 2017 2:23 am
by tfleve
hello,

I need to monitor subinterfaces in Alcatel Lucent 7750 router
How can i achive this without MIBs

Re: Alcatel Lucent 7750 MIBs and Nagios XI

Posted: Mon Mar 13, 2017 1:13 pm
by mcapra
You'd have to identify the specific OIDs you want to query for the specific metric you want to monitor (cpu usage, fan speed, temperature, whatever). You could then use that OID as an argument with the check_snmp plugin.

Step 1 would probably be reading the manual to see if it lists specific OIDs for the various metrics, and Step 2 would be either an snmpget of that OID or an snmpwalk of the parent tree to verify that you can read the OID's value.