08-15-2016 01:27 AM - edited 03-08-2019 07:00 AM
Hi there,
We have classical Hub&SPOKE topology where branch routers connected to HO Router over ISP VLAN number xxx ( with private IPs ).In addition to,we implement IPSec Site-to-Site VPN for security purposes over GRE tunnel.Let's say,WAN interface of Branch router for interface connected to ISP,and LAN interface for interface connected to Branch-Sw.
When I ping WAN of Branch from HO_Router ,I get 100% .But When I ping LAN of Branch from HO_Router ,I get 90-95% result.
And this happens only for one branch router.With other branch routers result is 100%,even for LAN interface.
I think problem is not caused by ISP,because ping to WAN interface works with 100% result.It seems problem related to Branch_Router.by the way,I have monitored several times CPU utilization,it is no more than 7-8%-that is normal.
What could be a reason?
Thanks in advance,
08-15-2016 02:55 AM
Hi Konancisco:
can you trace the up and down path to the branch and confirm if it is same or not, also any traffic policy on branch router which might be dropping LAN segment.
Kindest Regards,
Uzair
08-15-2016 03:20 AM
Both traceroute are true.There is no policy.Actually ping works,but 90-95%.If it was policy droping packet on LAN interface,then it would drop all of them.
regards,
Kanan
08-17-2016 10:46 AM
Hi, can you please do the extended ping from host to HO and see if you can find any packet loss on any particular hop?
Kindest Regards,
Uzair
08-18-2016 08:18 AM
Could it be fragmentation?
from your HQ router to Branch lan
ping <ip of branch> size 1500 df-bit
and slowly go down in size to find your mtu ceiling.
GRE has an overhead of 24Bytes so you could set the max mtu 1476 (when using a mtu of 1500)
once you've found your ideal mtu setting you need to adjust the packets on your egress
what i have internally:
!
int tunnel 1
...
...
ip tcp adjust-mss 1476
!
Hope this helps
JP
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