cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4482
Views
0
Helpful
5
Replies

OTV over 1500 MTU carrier DCI

driver.tom
Level 1
Level 1

We have just configured OTV on an ISP link between two datacenters. After everything was set up we found out about the 42bytes of overhead and the DF bit being set. Naturally that isn't working out on a 1500 MTU network.

Our ISP won't raise the MTU to an acceptable level.  So, my question is. Has anyone else ever faced this problem? Are there any tips or tricks to get around the DF bit or is shopping for a new ISP my only option?

Thanks!

5 Replies 5

Jerry Ye
Cisco Employee
Cisco Employee

You can lower your servers MTU to allow the additional OTV header. If you choose this route, 1400 is a good number to test with.

HTH,

jerry

Hi Jerry, thanks for your response.

Sure lowering the MTU on all the devices would work, but that is Thousands of hosts.

Its not a viable option to lower the MTU for every workstation on our network.  Is there any way to lower the MTU only on the join interfaces and fragment the frames before they are put on the overlay?

Packets traverse the system as the following:

Internal (physical, L2) -> Overlay (virtual) -> Joint (physical, L3).

The packet already included the additional OTV header and DF bit at the Overlay. Changing the Joint is not going to do anything, and it will actually break ISIS.

Your other option is shop for another ISP like you said.

Regards,

jerry

Aries Fernandes
Cisco Employee
Cisco Employee

are you using ASR1K to perform OTV, in that case you have the option to fragment the packet. This feature however AFAIK is not available in case of Nexus.

Command to be used: "otv fragmentation join-interface "

Just wanted to add one more information. This command has to be enabled on all your ED's [for most this is known, but just wanted to be specific]

Why is TCP-adjust-MSS not supported in OTV? It would solve 90% of the problems.