"Enable Jumbo Frame function of Cisco Nexus 5000 and 7000" on Show IP Protocols |
|
Enable Jumbo Frame function of Cisco Nexus 5000 and 7000 Posted: 23 Sep 2013 06:28 PM PDT
The answer is in this page on Cisco's official site.
[Nexus 5000]
!--- You can enable the Jumbo MTU !--- for the whole switch by setting the MTU !--- to its maximum size (9216 bytes) in !--- the policy map for the default !--- Ethernet system class (class-default). switch(config)#policy-map type network-qos jumboswitch(config-pmap-nq)#class type network-qos class-defaultswitch(config-pmap-c-nq)#mtu 9216switch(config-pmap-c-nq)#exitswitch(config-pmap-nq)#exitswitch(config)#system qosswitch(config-sys-qos)#service-policy type network-qos jumbo
That is, we have to enable jumbo frame feature by configure this inside a system QoS policy map and activate it by "system qos/service-policy" command.
In addition, Jumbo Frame is enabled per system. We cannot configure individual interfaces with different jumbo frame sizes.
[Nexus 7000]
!--- Set the MTU to its maximum
That is, we configure it per interface at interface configuration level.
In addition, for Layer 3 interfaces, command "system jumbomtu 9216" is already enough. For Layer 2 interfaces, we have to still add interface command "mtu 9216" to enable Jumbo Frame at Layer 2 level.
[Reference]
|
You are subscribed to email updates from Show IP Protocols
To stop receiving these emails, you may unsubscribe now. |
Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |