Re: about multiple indexes in a CLI command

2008-06-27 Thread Dave Shield
2008/6/27 Paul <[EMAIL PROTECTED]>: > How can I use CLI command to get some entry in the table? : > My main question is how to represent string and integer index values in OID? If you're not sure how indexes will be represented, then try running "snmpwalk" (or "snmpwalk -On") on one of the colu

about multiple indexes in a CLI command

2008-06-27 Thread Paul
Hi, If my table is indexed by three indexes: index 1: mac address(string) index 2: ip address index 3: port number (integer) How can I use CLI command to get some entry in the table? ex: table oid: 1.3.6.1.4.100.100 index 1: aa:bb:cc:dd:ee:ff index 2: 192.168.100.100 index 3: 99 snmpget -v