On 15/10/2007, Antonio Bonifacio <[EMAIL PROTECTED]> wrote: > # snmpget -v 2c -c public 192.168.200.199 > ipAddressIfIndex.ipv4.\"192.168.200.199\" > IP-MIB::ipAddressIfIndex.ipv4."192.168.200.199" = > No Such Instance currently exists at this OID
Hmmm... The ipAddressTable is indexed by an (ipAddressAddrType, ipAddressAddr) pair, where the ipAddressAddr is a binary string, rather than a printable one. So I don't think the "string" syntax is appropriate. (Either for specifying a request, or reporting a result). Does snmpget -v 2c -c public 192.168.200.199 ipAddressIfIndex.ipv4.4.192.168.200.199 work or not? Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
