Physical Interface (Currently TRUNKED interface to my (L2)Switch<Cisco 3750G>):
FGT-90D (internal1) # sh full | grep "set mtu"
set mtu-override enable
set mtu 9208 <-WHOOHOO JUMBOS!
Virtual VLAN interface:
FGT-90D (LANNET_VLAN9) # set mtu
<integer> Maximum transmission unit(68-1500)
My manual settings:
FGT-90D (LANNET_VLAN9) # sh full | grep "set mtu"
set mtu-override enable
set mtu 9028 <-WTF??? Yes Jumbos/No Jumbos??
Ping results using 8000 bytes:
C:\Users\amnesia>ping -l 8000 (com'on big packets!) 10.10.9.254 VLAN9 Sub interface on FG90D
Pinging 10.10.9.254 with 8000 bytes of data:
Request timed out. <-LIES
Request timed out. <- LIES
Request timed out. <- LIES
Request timed out. <- LIES
Ping statistics for 10.10.9.254:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
Ping results using 1390 bytes: >1500Bytes
C:\Users\amnesia>ping -l 1390 10.10.9.254 VLAN9 Sub interface on FG90D
Pinging 10.10.9.254 with 1390 bytes of data:
Reply from 10.10.9.254: bytes=1390 time<1ms TTL=255 <- NO JUMBO FOR YOU!
Reply from 10.10.9.254: bytes=1390 time<1ms TTL=255 <- NO JUMBO FOR YOU!
Reply from 10.10.9.254: bytes=1390 time<1ms TTL=255 <- NO JUMBO FOR YOU!
Reply from 10.10.9.254: bytes=1390 time<1ms TTL=255 <- NO JUMBO FOR YOU!
Ping statistics for 10.10.9.254:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Moral of Story:
Only Physical interfaces ( this has only been verfied on my FW90D v.5.4.1 have not verified on anything else) will support Jumbo frames, virtual/sub interfaces only support standard 1500 MTU packets.. SAD DAY.