We have a remote site in which is connected via GRE tunnel through 1 gig connections. Customer reported very slow transferring of gig files. Pings all transmit fast. Not sure whether to start looking into transport provider as the cause. Any ideas?
Solved! Go to Solution.
Is only FTP slow, or anything else as well ? If it is only FTP, it might be worth looking at the FTP clients and server. Which clients are your customers using, and which FTP server ?
Hi
Do you have any QoS applied? Is possible to know the GRE config?
Awsome! Yes I have to take a look at the interfaces to see what is going on more with the traffic.
Hello,
in addition to Joseph's and Julio's post, for pure GRE tunnels, the recommended MTU setting is 1476 (ip mtu 1476).
You could also try and configure PMTUD (configure 'tunnel path-mtu-discovery' on the tunnel interface(s))...
My apologies looks like there is no tunnel. It is an EPL connection through the ISP. Netflow commands on the interface itself but yes there are QOS configs on the main hub device 6509.
It is a port-channel EPL to the other site:
on the 6509
mtu 9192
ip address X.X.X.X X.X.X.252
ip nbar protocol-discovery
ip flow ingress
ip flow egress
speed nonegotiate
On the remote edge 3925 router:
int g0/0
mtu 9192
ip address X.X.X.X X.X.X.X
ip flow ingress
ip flow egress
media-type sfp
I don't have much in depth knowledge about the devices the ISP uses in which there are about 2 more hops between these two devices.
Is only FTP slow, or anything else as well ? If it is only FTP, it might be worth looking at the FTP clients and server. Which clients are your customers using, and which FTP server ?