Can anyone help with how to increase the mtu on the nexus 5k from 1500 to 9000 to accomodate for my netapp filers on 10gE?
Hi Steven
You need to configure a network-qos policy-map:
!===================================
policy-map type network-qos MTU
class type network-qos class-default
mtu 9216
system qos
service-policy type network-qos MTU
!====================================
HTH
Marcel