Table Of Contents
Downstream Rate Shaping with TOS Bits for the Cisco uBR7200 Series Cable Router
Supported Standards, MIBs, and RFCs
Downstream Rate Shaping with TOS Bits for the Cisco uBR7200 Series Cable Router
Feature Overview
The Cisco uBR7200 series cable router currents supports downstream data rate shaping on a per modem basis. This feature extends that capability by also allowing users to configure the type of service (TOS) byte to calculate the data rate for a specified flow.
Benefits
This feature allows users to configure multiple data rates for a given modem. These multiple data rates are defined by the value of the IP precedence bits in the downstream TOS byte. Also, by specifying a maximum data rate for a particular TOS, users can override the common maximum downstream data rate. Packets that contain TOS bytes that have not been configured for downstream data rates continue to use the common data rate limits.
Related Documents
•
QoS Profile Enforcement for the Cisco uBR7200 Series Router
•
Cisco uBR7246 Universal Broadband Router Feature Enhancements
Supported Platforms
uBR7200 series
Supported Standards, MIBs, and RFCs
None
Configuration Tasks
None
Configuration Examples
None
Command Reference
This section documents new or modified commands. All other commands used with this feature are documented in the Cisco IOS Release 12.0 command reference publications.
cable qos profile
To configure a QoS profile, enter the cable qos profile global configuration command. To either set default values for profile group numbers (other than profile 1 or 2), or to remove the QoS profile if no specific parameters remain, enter the no form of this command.
cable qos profile {groupnum | ip-precedence | guaranteed-upstream | max-burst | max-upstream | max-downstream | priority | tos-overwrite | value}
no cable qos profile {groupnum | ip-precedence | guaranteed-upstream | max-burst | max-upstream | max-downstream | priority | tos-overwrite | value}
Syntax Description
Default
No default behavior or values.
Command Mode
Global configuration
Command History
Release Modification11.3 NA
This command was first introduced.
12.0(5)T
The ip-precedence keyword was added and the max-downstream range was increased.
Example
The following example configures QoS profile 4 with guaranteed upstream of 2 kbps, maximum transmission burst of 2, an IP precedence of 7, a maximum downstream rate of 300 kbps, with a priority of 4, cable baseline privacy set, and a tos-overwrite mask and value byte (in hex) of 0x7:
Router(config)# cable qos profile 4 guaranteed-upstream 2Router(config)# cable qos profile 4 max-burst 2Router(config)# cable qos profile 4 ip-precedence 7 max-downstream 300Router(config)# cable qos profile 4 priority 4Router(config)# cable qos profile 4 tos-overwrite 0x7Related Commands
Command Descriptioncable qos permission
Configures permissions for updating the QoS table.
show cable qos profile
Displays QoS profiles.
