The firewall seems to be under land attack, you need to identify the mac-address of the machine from where you are getting these messages, do this:
access-list cap permit ip host 0.1.0.4 any
access-list cap permit ip host 0.1.0.4 any
capture capin access-list cap interface inside
and the do "show capture capin" check if any packets are captured, if yes , do " show capture capin detail | in 0.1.0.4" , it will give you the mac-address, here is an example:
1: 11:16:29.858872 0015.c666.5870 0012.d949.06d9 0x0800 92: 192.168.0.1.137
>
192.168.0.1.137: [udp sum ok] udp 50 [tos 0x60] (ttl 137, id 28616)
and then you can check it by :
sh arp | in 0015.c666.5870
and check if this mac is in your network.
hope this would help you.
Thanks,
Varun
Thanks,
Varun Rao