check_snmp_cisco_ifstatus not finding interfaces

Hi There.

Running this command I get an error with in nagios stating it cannot find the interface on the device.

From the CLI i run,

./check_snmp_cisco_ifstatus -H 192.168.61.87 -C STRING -i GigabitEthernet0/3

I get,

Interface GigabitEthernet0/3 not found on device 192.168.61.87

If i run

snmpget -v 2c -c STRING 192.168.61.88 OID
DISMAN-EVENT-MIB::mteHotOID = No Such Object available on this agent at this OID

COuld any one help me to find why I get this error.

try an snmpwalk of the switch and see if that works.
You are using your correct snmp community instead of STRING aren’t you? :-9