04/17/2014 12:21:02.11 Route IPFDB Handle 0x1785c != Passed Curr Handle 0x1705c
Description of the above warning message:
The IPFDB was looking for an entry to flush. When IPFBDFlush went to find the entry, it had already aged out and this is why we see the error:
"IPRT: Route IPFDB Handle 0x1785c != Passed Curr Handle 0x1705c
This message means that the IPFDB entry 0x1705c will be deleted from the system, but the associated IPRoute table entry is pointing to FDB entry 0x1785c. The system ignores this inconsistency and keeps the IPRoute table as it is.
This message appears when the FDB is full. Full can be either the specified limit as specified in the Release Notes or the outcome of the FDB hashing (four entries in the FDB + four entries in the Alternate Bucket).
Below are the possible Solution:
===================================
1)To avoid this warning message, reduce the FDB entries by limiting the FDB aging timer and/or the IPFDB aging timer.
2)Reboot the switch
The reason to reboot the switch is that some time the entries in HW and SW tables did not sync up due to any reason, so when the switch reboot it will sync up both SW and HW entries.