Mtu Between Ios and XR
Mtu Between Ios and XR
1518 - Source MAC Address (6) - Cisco IOS-XR MTU commands will include
Destination MAC address (6) - EtherType (2) the following:
Cisco IOS-XE MTU commands will > The Layer2 overhead excluding the FCS
include the following: - FCS (4) = 1500
(4 bytes) and Frame Delimiter for ethernet
> Tag (VLAN) headers frames
> The L3 payload (including its This results in equivalent IOS MTUs being > Tag (VLAN) headers
headers) 14 bytes smaller than IOS-XR MTUs. > The L3 payload (including its headers)
If this link was PPP or HDCP the Layer 2 overhead excluding FCS and
IOS-XR side would be 1504 preamble = Source MAC Address (6)
(which included the PPP or HDLC + Destination MAC address (6) +
overhead) and the IOS-XE side EtherType (2) = 14. As a result of
would be 1500. this the default Ethernet (L2) MTU
in Cisco IOS-XR is 1514 bytes.
To enable the above link to carry one VLAN tag Note that this adjustment to allow a VLAN tag enables the
(802.1q, which is 4 bytes) and a packet of size Layer 3 payload to remain at 1500 bytes. Without this
1500, change the MTUs to the following: adjustment, only Layer 3 frames up to a maximum size of
1496 could be sent - however hosts typically send packets
IOS: 1500 + 4 = 1504 with 1500 bytes of data so this is not recommended if you
XR = 1514 + 4 = 1518 want to avoid fragmentation
RP/0/0/CPU0:XR1#