08-18-2020 11:37 AM
Hi,
The docs / guides specify that in order to form an ISIS adjacency, an MTU of at least 1594 bytes is required.
Why 1594? What is missing in the below calculation?
Original Ethernet Frame:
Destination MAC address = 6 bytes
Source MAC address = 6 bytes
802.1Q header = 4 bytes (0x8100 + 802.1p field (3 bits) + CFI (1 bit) + VLAN-id (12 bits)
Ether Type (or length) = 2 bytes (e.g. 0x0800 for IP, 0x0806 for ARP)
default maximum payload of Ethernet Frame = 1500 bytes
Cyclic Redundancy Check (CRC) = 4 bytes
This Ethernet frame of 1522 bytes is then encapsulated with 22 extra bytes:
802.1ah Encapsulation:
Backbone Destination MAC address = 6 bytes
Backbone Source MAC address = 6 bytes
Backbone Ether Type = 2 bytes (0x88A8)
Backbone VLAN-id = 2 bytes
Service Type = 2 bytes (0x88E7)
Service Flags = 1 byte
Service Identifier = 3 bytes
This gives a frame size of 1544 bytes.
Solved! Go to Solution.
08-18-2020 12:18 PM
Hi Fijs
I would say the remaining 50 bytes are for Fabric Extend (VXLAN) encapsualtion. If you than encaspsulate this into IPsec, there will be another 150 Bytes added, so you will reach a max. MTU of 1671 Bytes.
Regards
Thomas
08-26-2020 09:23 PM
Fijs,
It is depending of what/where do you tag/untag the packets.
Here the output of an excel when I was on a project to validate the MTU’s and throughput of the Fabric:
Mig
08-20-2020 12:31 PM
These are my notes..
SPB MTUs
========
MAC-in-MAC adds 22 bytes to packets; so Ethernet maximum frame size can grow worst case from 1522 (assuming worst case q-tagged packet) to 1544
64->86 to 1522->1544
Fabric Extend VXLAN encap adds 14 (18 if WAN interface q-tagged) bytes for MAC&etype + 20 bytes (IP header) + 8 bytes (UDP header) + 8 bytes (VXLAN header) = + 50 (54 if WAN interface q-tagged) bytes
86->136 to 1544->1594 on untagged connection to WAN
86->140 to 1544->1598 on q-tagged connection to WAN
08-18-2020 03:32 PM
Thanks Thomas, this makes sense!
08-18-2020 12:18 PM
Hi Fijs
I would say the remaining 50 bytes are for Fabric Extend (VXLAN) encapsualtion. If you than encaspsulate this into IPsec, there will be another 150 Bytes added, so you will reach a max. MTU of 1671 Bytes.
Regards
Thomas