06-03-2010 09:09 AM - edited 03-06-2019 11:24 AM
Hello,
I have a stack of two 3750G, with two lyr2 VLANs configured: one for data (VLAN 100) the second for iSCSI traffic (VLAN20).
I know I can set the global mtu to 9000 (system mtu jumbo 9000), but read that you may also set mtu per VLAN, through the vlan database system:
Switch# vlan database
Switch(vlan)# vlan 20 mtu 9000
Switch(vlan)# exit
I'd like to keep the config as clean as I can, and if jumbo frames are only needed for the iSCSI VLAN, I'd rather have it done that way. However,
after setting up the VLAN mtu (and reloading the switches), I did a show int on a iSCSI interface (switchport access vlan 20), and it only shows MTU as 1500.....
!
!
!
CORE#sh int g1/0/2
GigabitEthernet1/0/2 is up, line protocol is up (connected)
Hardware is Gigabit Ethernet, address is 0013.60a8.cb02 (bia 0013.60a8.cb02)
MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,
reliability 255/255, txload 1/255, rxload 1/255
same thing with "sh vlan mtu":
!
!
!
CORE# sh vlan mtu
VLAN SVI_MTU MinMTU(port) MaxMTU(port) MTU_Mismatch
---- ------------- ---------------- --------------- ------------
1 1500 1500 1500 No
20 - 1500 1500 No
100 - 1500 1500 No
06-03-2010 01:11 PM
Had to set MTU globally on the switch.... the per VLAN didn't work. I hope to see per-interface MTU in future IOS releases.
/D
06-03-2010 01:39 PM
Hello D,
your test remembered me of an older thread
you can set interface MTU with mtu command in interface mode
you can set system wide MTU in global config with system mtu
setting the MTU under vlan environment as your test shows has an effect only on the fields of VTP advertisement of vlan 20.
When VTP advertises a new vlan an MTU field is present together with a vlan name and vlan number
At those times I had doubts about the effect of the command under vlan context, but now that I see your sh vlan id 20 I think I've understood this
Hope to help
Giuseppe
06-03-2010 01:48 PM
Hi Giuseppe,
Thx for your reply. I saw that setting the MTU for VLAN will be carried over VTP, but what I don't see it having any effect, or the point of it at all..
>>you can set interface MTU with mtu command in interface mode<< -- not on 3750, to the best of my knowledge.
thx.
06-03-2010 01:51 PM
Hello D,
yes you're right I had C6500 in mind sorry for that
Hope to help
Giuseppe
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