MTU global sur Cisco Nexus (série 5000)

Petite astuce, comment changer globalement le MTU sur un switch Cisco Nexus 5k ?
Imaginons que vous voulez mettre le MTU en jumbo frame sur 9216
:
sw-nx-n1# conf
Enter configuration commands, one per line. End with CNTL/Z.
sw-nx-n1(config)# policy-map type network-qos jumbo
sw-nx-n1(config-pmap-nq)# class type network-qos class-default
sw-nx-n1(config-pmap-nq-c)# mtu 9216
sw-nx-n1(config-pmap-nq-c)# exit
sw-nx-n1(config-pmap-nq)# exit
sw-nx-n1(config)# system qos
sw-nx-n1(config-sys-qos)# service-policy type network-qos jumbo
sw-nx-n1(config-sys-qos)# copy run start
Tout devrait être bon!
Note : j'ai fais cela sur un Nexus gamme 5k, à voir pour les autres gammes.
Source : Cisco Nexus 5000 Series NX-OS Quality of Service Configuration Guide
Feel free to correct me if you see any typo or if something seems wrong to you.
You can send me an email or comment below.