Jumbo frames is a rather low level change, expect a reboot. Even if the switch didn't require it I would.
Thanks for your response. I'm wondering if you also might be able to help me solve my understanding of Jumbo Frames. At present we have a couple of DGS-1224T as above (both Rev D Hardware). On both those switches, the switches (based on the webinterfaces) have their jumbo frames disabled. The end devices are both using NICs that support jumbo frames, but the jumbo frames are disabled by default on both.
If I do a ping from Windows (using "ping 192.168.101.105 -l 9000") or from linux for that matter, I would expect that frames to be dropped, since the switch doesn't support Jumbo frames as yet. Similarly, I would expect that both end device NICs will drop the frames since again they haven't been enabled for Jumbo Frames. But instead the pings work fine. The reply is:
Reply from 192.168.101.105: bytes=9000 time<1ms TTL=64
Reply from 192.168.101.105: bytes=9000 time<1ms TTL=64
Reply from 192.168.101.105: bytes=9000 time<1ms TTL=64
Reply from 192.168.101.105: bytes=9000 time<1ms TTL=64
Understandably this is confusing me. My only reasoning for this is that the end NIC's are segmenting the ping packets into 1500byte blocks, and recombining them at the other end NIC at 9000 bytes. Would I be right in thinking this?
Thanks in advance.
Gene