Hi all,
I am trying to set a different mtu per VLAN on a (pair of) Nexus 3048. I have found several attempts at this online (including, perhaps most concisely, Joshua Engels post here: https://supportforums.cisco.com/thread/2171880)
My problem is when I try set the mtu of a class, I get the error in the title. A simple recreation is here:
(config)# class-map type network-qos JumboTest
(config-cmap-nq)# match qos-group 5
(config-cmap-nq)# ex
(config)# Policy-map type network-qos JumboTestPolicy
(config-pmap-nq)# class type network-qos JumboTest
(config-pmap-nq-c)# mtu 9000
ERROR: network-qos: MTU value different from class-default
(config-pmap-nq-c)#
I am fairly new getting this deeply into the switching environment. I assume I am overlooking something simple. I need to set the MTU on 2 of several VLANs on this switch. All the cisco docs seem to set the mtu at class-default but I wasn't planning to enable jumbo frames for the rest of my traffic (side question: is there really any harm there? I seem to find conflicting answers as to whether my network will explode if I just allow 9216 across my switches or not)
Thanks in advance
ej