Page 1 of 1

SNMP IfIndex value

Posted: Mon Oct 04, 2021 4:35 am
by Pratapa
Hi,

We are using Nagios XI ver 5.8.3

I would like to know the SNMP IfIndex value of an interface.

How can I know the SNMP IfIndex vaule from command line and from auto-discovery.

Pratap

Re: SNMP IfIndex value

Posted: Mon Oct 04, 2021 6:45 am
by tejjubonda
try snmpwalk -c <community string> IPAdress IfIndex

This should help you know the IfIndex value of an interface.
Let me know if it worked.