06-10-2009 06:53 AM
We put our GRE tunnel interface to "ip mtu 1400". Yet a show interface tunnel says "MTU 1514 bytes, BW 4632..." The interface works fine, but out statistics are way, way off.
06-11-2009 03:17 AM
James
IP MTU is different from interface MTU and in GRE tunnels either (or both) can be set. So you could do something like this:
interface tunnel 0
interface mtu 1400
to make the interface MTU correspond to what you have set for the IP MTU.
HTH
Rick
06-11-2009 05:46 AM
Thanks Rick,
Do either of these commands have a physical impact on fragmentation, or are they just for statistics? As I mentioned, our tunnel interface statistics are 10x the physical interface statistics; how can I determine if the accounting is off or are just fragmenting packets needlessly? regards, jimmyc
06-12-2009 07:07 AM
James
I would expect that either of these commands would potentially have an impact on fragmentation.
HTH
Rick
06-22-2009 01:01 PM
Hi Rick,
We found the problem was asymmetric routing. I should have looked at the switch ports as well as the serial ports. I made an assumption that I shouldn't have. Thanks for your help, as always.
Jimmyc
06-22-2009 01:46 PM
Jimmyc
I am glad that you got it worked out. Thank you for posting back to the forum indicating that you had resolved the problem and what the problem was. It makes the forum more useful when people can read about a problem and can get confirmation about what the problem turned out to be.
HTH
Rick
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