08-05-2010 12:55 AM - edited 03-04-2019 09:19 AM
Hi
I am getting an error msg on my core through the CNA repeated.
X-Mailer: Cisco Network Assistant System Messages Notification Mailer
Device: CGCCORESW01
005773: *Mar 8 05:19:54: %IP-3-LOOPPAK: Looping packet detected and dropped
-
Can anyone suggest me what should i do to resolve the problem.
Thanks and Regards
Saurav Tripathy
Solved! Go to Solution.
08-05-2010 03:31 AM
Hi,
As per my knowledge the reason could be this :
The %IP-3-LOOPPAK: Looping packet detected and dropped error message is received because of a looping packet that has been detected. A common cause is a misconfiguration of an IP helper address. The helper address should be the same address as that of the server of the intended service. Putting the address of the router in the helper address causes a routing loop to be created.
The recommended action is to analyze the source and destination address of the looped packets and verify that the configuration of the IP helper addresses in the router correctly points to the right device and does not point to the local router itself.
This reason is well known in Cisco documentation also. Go to that router and check the configuration.
you can visit : http://www.cisco.com/en/US/products/hw/routers/ps341/products_tech_note09186a008009446a.shtml
Uttam
08-05-2010 03:31 AM
Hi,
As per my knowledge the reason could be this :
The %IP-3-LOOPPAK: Looping packet detected and dropped error message is received because of a looping packet that has been detected. A common cause is a misconfiguration of an IP helper address. The helper address should be the same address as that of the server of the intended service. Putting the address of the router in the helper address causes a routing loop to be created.
The recommended action is to analyze the source and destination address of the looped packets and verify that the configuration of the IP helper addresses in the router correctly points to the right device and does not point to the local router itself.
This reason is well known in Cisco documentation also. Go to that router and check the configuration.
you can visit : http://www.cisco.com/en/US/products/hw/routers/ps341/products_tech_note09186a008009446a.shtml
Uttam
03-19-2014 03:04 AM
I had the same issue and it was exactly the reason which was explained by Uttam ..
Mar 17 10:39:37.813 CET: %IP-3-LOOPPAK: Looping packet detected and dropped -
src=10.124.218.34, dst=10.124.219.1, hl=20, tl=229, prot=17, sport=138, dport=138
in=GigabitEthernet0/0, nexthop=10.124.219.1, out=GigabitEthernet0/0
options=none -Process= "IP Input", ipl= 0, pid= 120
Solution :
interface Vlan1
description *** Cutomer LAN Interface ***
ip address 10.124.219.3 255.255.255.0 secondary
ip address 10.124.218.3 255.255.255.0
ip access-group 110 in
ip helper-address 10.71.2.15
ip helper-address 10.124.219.1 >>>> Pointing to HSRP SEc IP !! Removed now
no ip redirects
no ip proxy-arp
standby 10 ip 10.124.218.1
standby 10 ip 10.124.219.1 secondary
After that all works fine ..
Thx Uttam !!
08-09-2016 03:50 PM
Hello,
Could this be causing any disconnections for the users?
Many thanks,
08-12-2019 03:19 PM
Thank you .. This helped ... Network was slow in our office and this was the cause .. THANK YOU Again !!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide