cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5109
Views
0
Helpful
4
Replies

Jumbo frames and UDP multicast

pipsadmin
Level 1
Level 1

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?

4 Replies 4

andrew.burns
Level 7
Level 7

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.

So where would you enable Jumbo frames normaly in a dual core 6500 ?

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.

thanks for your reply !

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Innovations in Cisco Full Stack Observability - A new webinar from Cisco