Cisco Cisco UCS C22 M3 Rack Server Weißbuch

Seite von 14
 
 
© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. 
Page 12 of 14 
To enable No Drop mode and Pause: 
configure terminal 
class-map type network-qos class1 
match qos-group 1 
policy-map type network-qos my_network_policy 
class type network-qos class1 
pause no-drop 
system qos 
service-policy type network-qos my_network_policy 
show running ipqos 
 
configure terminal 
class-map type qos class1 
match cos 2 
policy-map type qos my_qos_policy 
class type qos class1 
set qos-group 1 
system qos 
service-policy type qos input my_qos_policy 
To enable MTU 9216: 
configure terminal 
policy-map type network-qos jumbo 
class type network-qos class-default 
mtu 9216 
system qos 
service-policy type network-qos jumbo 
To enable WARP mode: 
configure terminal 
hardware profile forwarding-mode warp 
copy running-config startup-config 
reload 
Note 1: The above configuration is specific to the system under test presented here and may not be directly 
applicable to all use cases. Please consult your local network administrator or refer to the Cisco Nexus 3548 
Command Reference (see the link in the appendix) for more information. 
Note 2: The above configuration also specifies send/recv flow control and No Drop mode enabled. This prevents 
the switch from dropping packets on the network with a combined use of port buffer management and network 
pause. These settings are specific to the test. In some application instances, it may be optimal not to enable 
send/recv flow control and ‘no drop’ mode.