Part Number: 66AK2E02
hi,
i am working on k2e device's PA2 with version 3.01.01.04 of sdk. when i try to add and delete esp entrys to pa lut11 table with Pa_delHandle and Pa_addIp. neither Pa_addIp nor Pa_delHandle return error code.
I have rekey ipsec every 20 sec. While rekeying, I add new esp entry to lut11 because of changing spi then I delete old one. After 256 rekeying ( it means 256 add and delete), The ipsec packets with new spi can not be redirected to the assigned queue or route. But when I recieved packets that have old spi and ip address(for testing to sure wheter we can delete old spi or not), they have directed to related route or queue so it means that we can not delete old entry with old spi and ip address. However, when PA entry is deleted, PA LLD does not return any error code.
How can I be sure PA entries deleted or not deleted with using PA LLD?
Could you help me how to solve this issue?
Thanks