12-20-2010 12:56 PM - edited 03-11-2019 12:25 PM
I have some strange behavior on the trunk interface of an ASA. This trunk is carrying traffic for 5 vlans on a 2960G switch. I believe the L2 decodes are occurring because of vlan traffic sourcing from the switch that is not configured on the ASA. The giants and input errors are where I am having troubleshooting issues. MTU is set to 9000 on the switch and on each vlan int. Switch # sh sys mtu shows the following output:
System MTU size is 1500 bytes
System Jumbo MTU size is 9000 bytes
Routing MTU size is 1500 bytes
12-20-2010 01:30 PM
Hi.
asa5520 doesn't support jumbo frames, even though the mtu can be increased. only 5580 does support it.
to enable jumbo frame support you need 2 things:
1- enable : "jumbo-frame reservation" http://www.cisco.com/en/US/docs/security/asa/asa83/command/reference/jk.html#wp1633967
this command is only available on asa5580 platform.
2- increase mtu size beyond 1500.
3- increase tcp mss.
Since point 1 only works on 5580, lower asa platforms can't handle jumbo-frames.
Regards,
Fadi.
12-20-2010 01:42 PM
I was un-aware that there was a difference between 1500+ size MTU and 'Jumbo frames'. I thought that jumbo frames were 9000 byte MTU frames... what am I missing here?
12-20-2010 01:53 PM
In theory yes, 1500+ packets are jumbo frames.
but it won't take effect on the ASA until you enable the jumbo frame reservation command (which is only available on asa5580). this is an architectural requirement so the asa can work on those large frames.
once you enable the command, then you can use the mtu command to limit on how big the jumbo-frame is allowed on the asa.
but like i said this will only work on 5580.
Regards,
Fadi.
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