Page 2 of 2

Re: check_ifoperstatus v2.3.3 (nagios-plugins 2.3.3)

Posted: Mon Oct 04, 2021 3:41 am
by preethu.d
Hi,

Thanks for the update.
When I change the number (highlighted) in the screenshot, I am able to see the status of interfaces. How do we know which number is corresponding to which interface ?

Regards,
Preethu

Re: check_ifoperstatus v2.3.3 (nagios-plugins 2.3.3)

Posted: Mon Oct 04, 2021 9:37 am
by gsmith
Hi

The vendor should have a MIB file(s) that show this.

Alternatively you can run:

Code: Select all

snmpwalk -v2c -c 'yourcommunity' <ipaddress> >> /tmp/snmpwalk.txt
And then you can:

Code: Select all

grep interface /tmp/snmpwalk.txt
Let me know if this works for you.

Thanks

Re: check_ifoperstatus v2.3.3 (nagios-plugins 2.3.3)

Posted: Wed Oct 06, 2021 12:15 pm
by preethu.d
Thanks for the help.
You can close the thread.

Regards,
Preethu