Hi,
When I implement source IP filter function, I meet an issue that I don’t know how to clean up snmpTargetAddrExtTable.
I tried to call snmpTargetMIB.getSnmpTargetAddrEntry().removeAll()
to remove all the entries in snmpTargetAddrExtTable.
But after that, I found that SnmpTargetMIB.snmpTargetAddrTagIndex
is not cleaned-up. that will make the source IP filter function not working well when I re-configured new enties to snmpTargetAddrExtTable.
Could you please give me an advice which API I should use to clear snmpTargetAddrExtTable?
Thanks.
BR,
Terry