Users Guide

Usage
Information
The command applies to Z9332F-ON. The no version of this command returns the value to the default.
Example
OS10(config-qos-map)# queue 2 qos-group 2-5 type unicast
Supported
Releases
10.5.0 or later
random-detect (interface)
Assigns a WRED profile to the specified interface.
Syntax
random-detect wred-profile
Parameters wred-profile Enter the name of an existing WRED profile.
Default Not configured
Command Mode INTERFACE
Usage
Information
The no version of this command removes the WRED profile from the interface.
Example
OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# random-detect test_wred
Supported
Releases
10.4.0E(R1) or later
random-detect (queue)
Assigns a WRED profile to the specified queue.
Syntax
random-detect wred-profile-name
Parameters wred-profile-name Enter the name of an existing WRED profile.
Default Not configured
Command Mode PMAP-C-QUE
Usage
Information
The no version of this command removes the WRED profile from the queue.
Example
OS10(config)# policy-map type queuing p1
OS10(config-pmap-queuing)# class c1
OS10(config-pmap-c-que)# random-detect test_wred
Supported
Releases
10.4.0E(R1) or later
random-detect color
Configures the threshold of WRED profile for available colors.
Syntax
random-detect color color-name minimum-threshold minimum-value maximum-
threshold maximum-value drop-probability drop-rate
Parameters
color-name Enter the color of drop precedence for the WRED profile. The available options are
green, yellow, and red.
minimum-value Enter the minimum threshold value for the specified color, from 1 to 12480.
maximum-value Enter the maximum threshold value for the specified color, from 1 to 12480.
Quality of service 1593