ERROR: network-qos: MTU value different from class-default
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2013 09:58 AM - edited 03-07-2019 04:56 PM
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
- Labels:
-
LAN Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2017 01:42 PM
Define it in the class-default.
3k(config)# class-map type network-qos jumbo
3k(config-cmap-nq)# match qos-group 1
3k(config-cmap-nq)# exit
3k(config)# policy-map type network-qos jumbo
3k(config-pmap-nq)# class type network-qos class-default
3k(config-pmap-nq-c)# mtu 9126
Warning: This platform only supports class class-default configured MTU across all classes.
3k(config-pmap-nq-c)# system qos
3k(config-sys-qos)# service-policy type network-qos jumbo
3k(config-sys-qos)# end
and check it with:
show queuing interface ethernet 1/13
