Need to know Index values of a table from table handler
Example table: -- +--myTestTable(1) | +--myTestEntry(1) | Index: myTestId1, myTestId2 | 0-10 1-10 +-- -R-- INTEGER myTestId1(1) +-- -R-- INTEGER myTestId2(2) +-- -R-- INTEGER myColx(3) +-- -R-- INTEGE
can NetSNMP.pm tell me the 'called IP'?
I'm trying to use NetSNMP.pm to build a test harness, but... How can I determine the 'called IP' address that an SNMP get request came _into_? if I have multiple IP addresses on my box, I'd like to (need to) discriminate between one request sent to 1.2.3.4 and a different request sent to 5.6.7.8