- Posts: 19
- Thank you received: 0
Cisco Catalyst Jumbo MTU Support and config
Chris Partsenidis.
Founder & Editor-in-Chief
www.Firewall.cx
Picking pebbles on the shore of the networking ocean
Here is a portion of the information I discovered while researching on the topic:
Catalyst 3750/3560 Series
Catalyst 3750/3560 Series switches support an MTU of 1998 bytes for all 10/100 interfaces. All Gigabit Ethernet interfaces support jumbo frames up to 9000 bytes. The default MTU and jumbo frame size is 1500 bytes. You cannot change the MTU on an individual interface. You must set the MTU globally. Reset the switch afterwards for the MTU change to take effect.
Configure
Use the system mtu command to change the MTU for all 10/100 interfaces. This command only effects 10/100 interfaces.
Use the system mtu jumbo command to change the MTU for all Gigabit Ethernet interfaces. This command only effects Gigabit Ethernet Interfaces.
Note: Gigabit Ethernet ports are not affected by the system mtu command; 10/100 ports are not affected by the system mtu jumbo command. If you do not configure the system mtu jumbo command, the setting of the system mtu command applies to all Gigabit Ethernet interfaces.
p.s I'm moving this thread to the correct category.
Chris Partsenidis.
Founder & Editor-in-Chief
www.Firewall.cx
I was working under the assumption that traffic between host and target was going through several nodes, some of which may or may not support variable MTU size. Let's hope traffic in this case is flowing through nodes and all of them support variable MTU size. Then perhaps for a stream line flow, it could be set to 1900 or any other consistant value, minimising, if not removing the issues of fragmentation. That in turn would obviously reduce transmission delays and translation issue within any specific intermediate node.
Picking pebbles on the shore of the networking ocean