11-16-2012 12:36 PM
Hi,
I plan to use a Cisco UCS Rack mountable C200 server with a dual port PCIe card with TOE iSCSI. Is it acceptable to:
11-16-2012 12:39 PM
I forgot to add that I'm using VMware Esxi 5 hypervisor.
11-17-2012 03:50 PM
Yes doable. Also you can mark iSCSI with cos 2 and 9000 MTU with certain badwidth gaurantee for your iSCSI traffic and rest stays in default queue.
class-map type qos iSCSI-qos-class
match cos 2
policy-map type qos iSCSI-qos-policy
class iSCSI-qos-class
set qos-group 2
class class-default
set qos-group 0
class-map type queuing iSCSI-queuing-class
match qos-group 2
policy-map type queueing iSCSI-queuing-policy
class type queuing iSCSI-queuing-class
bandwidth percent 30
class type queuing class-default
bandwidth percent 70
class-map type network-qos iSCSI-network-class
match qos-group 2
policy-map type network-qos iSCSI-network-policy
class type network-qos iSCSI-network-class
mtu 9216
class type network-qos iSCSI-network-class
mtu 1500
system qos
service-policy type qos input iSCSI-qos-policy
service-policy type queueing output iSCSI-queuing-policy
service-policy type network-qos iSCSI-network-policy
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide