Do this and paste the output for me: snmpwalk -v <version> -c <community_name> <hostname> 1.3.6.1.2.1.2.2.1.1
I have a feeling IF-MIB isn't reporting more than 9 interfaces. Your device manufacturer may have implemented a proprietary MIB for interfaces on that devices. Not every device adheres to IF-MIB. You can attempt to find a MIB here: http://www.oidview.com/mibs/detail.html Here's a sample walk of a netscreen firewall: [EMAIL PROTECTED]:~> snmpwalk -v2c -cxxx fw1 1.3.6.1.2.1.2.2.1.1 IF-MIB::ifIndex.1 = INTEGER: 1 IF-MIB::ifIndex.2 = INTEGER: 2 IF-MIB::ifIndex.3 = INTEGER: 3 IF-MIB::ifIndex.4 = INTEGER: 4 IF-MIB::ifIndex.5 = INTEGER: 5 IF-MIB::ifIndex.6 = INTEGER: 6 -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=23348#23348 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
