Users Guide

Table Of Contents
Congure WRED on a queue and on a port
OS10(config)# wred wred_prof_1
OS10(config-wred)# random-detect color yellow minimum-threshold 100 maximum-threshold 300 drop-
probability 40
OS10(config-wred)# random-detect weight 4
OS10(config)# class-map type queuing c1
OS10(config-cmap-queuing)# match queue 2
OS10(config-cmap-queuing)# exit
OS10(config)# policy-map type queuing p1
OS10(config-pmap-queuing)# class c1
OS10(config-pmap-c-que)# random-detect wred_prof_1
OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# random-detect wred_prof_1
Verify conguration
You can view the QoS conguration information related to active class-maps, policy-maps, and match criteria.
OS10# show qos interface ethernet 1/1/5
Interface
unknown-unicast-storm-control : Disabled
multicast-storm-control : Disabled
broadcast-storm-control : Disabled
flow-control-rx : Disabled
flow-control-tx : Disabled
ets mode : Disabled
Display the ingress or egress QoS conguration details in EXEC mode.
show qos {control-plane | system | interface interface}
control-planeView all QoS control-plane information.
systemView all QoS system information.
interface ethernet node/slot/port:[subport]View the QoS conguration for the specied Ethernet interface
node, slot, and port identication number.
Display the conguration details of all existing class-maps in EXEC mode.
show class-map type {control-plane | qos | queuing}class-map-name
type—Enter the policy-map type (qos, queuing or control-plane).
qos—Displays all policy-maps in the qos type.
queuing—Displays all policy-maps in the queuing type.
control-plane—Displays all policy-maps in the control-plane type.
class-map-name—Enter the QoS class-map name to display the details of a specic policy-map.
Display information on all existing policy-maps in EXEC mode.
show policy-map type {control-plane | qos | queuing}[policy-map-name]
type—Enter the policy-map type (qos, queuing, or control-plane).
control-planeView all policy-maps in the control-plane type.
qosView all policy-maps in the qos type.
queuingView all policy-maps in the queuing type.
policy-map name—Enter the QoS policy-map name to display the details of a specic policy-map.
View QoS control-plane
OS10# show qos control plane
Service-policy (Input): p1
458
Quality of service