08-21-2008 07:51 AM - edited 03-06-2019 12:56 AM
Does anyone know if there is an issue with UDP multicast on Jumbo frame blades?
We have a 6500 with 48-port 10/100/1000 RJ45 EtherModule WS-X6148A-GE-TX ?
Is there a way to disable Jumbo frames on the 6500 or on a blade / port specific?
08-22-2008 06:06 AM
Hi,
Jumbo frames can be problematic at the best of times - if you are using UDP multicast with jumbo then you'll need to be 100% sure that the sources, destinations, and every possible path between them is also jumbo enabled.
By default jumbo is disabled on all ethernet blades (default mtu is 1500) but can be changed using the mtu command. It's done per interface - so to change an entire blade you could use the interface range command.
You can check using this command:
SWITCH#show interfaces | inc protocol|MTU
GigabitEthernet1/1 is up, line protocol is up (connected)
MTU 9216 bytes, BW 1000000 Kbit, DLY 10 usec,
GigabitEthernet1/2 is up, line protocol is up (connected)
MTU 9216 bytes, BW 1000000 Kbit, DLY 10 usec,
GigabitEthernet1/3 is up, line protocol is up (connected)
MTU 9216 bytes, BW 1000000 Kbit, DLY 10 usec,
HTH
Andrew.
08-22-2008 06:31 AM
So where would you enable Jumbo frames normaly in a dual core 6500 ?
08-22-2008 08:20 AM
Hi,
Normally, if you're implementing jumbo frames you'll implement it everywhere (every interface) because if you don't do that you can get drops or fragmentation. In every case where I've seen a partial implementation of jumbo I've seen issues - either with traffic being black-holed or switch performance being impacted by having to fragment. Even within a single VLAN it has to be *every* machine on that VLAN as there is no equivalent in UDP of the TCP MSS exchange, which can hide MTU mis-matches.
Some good (if dated) references are here:
http://sd.wareonearth.com/~phil/jumbo.html
http://darkwing.uoregon.edu/~joe/jumbos/jumbo-frames.pdf
http://staff.psc.edu/mathis/MTU/arguments.html
Although they talk about jumbo in the Internet the core messages are still relevant.
I'm not saying don't do it (it does work and it does make a big difference, especially in HPC environments) just don't underestimate the implementation effort required.
HTH
Andrew.
08-22-2008 09:28 AM
thanks for your reply !
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