Table Of Contents
Upstream Utilization Optimization on the Cisco CMTS Routers
Prerequisites for Upstream Utilization Optimization
Information about Upstream Utilization Optimization
How to Configure Upstream Utilization Optimization
Configuring Upstream Utilization Optimization Globally
Configuring Upstream Utilization Optimization Locally Per Upstream
Verifying Upstream Utilization Optimization Configuration
Configuration Examples for Upstream Utilization Optimization
Configuring Upstream Utilization Optimization Globally: Example
Configuring Upstream Utilization Optimization Locally: Example
Feature Information for Upstream Utilization Optimization
Upstream Utilization Optimization on the Cisco CMTS Routers
Revised: December 17, 2009, Cisco IOS Release 12.2(33)SCBFirst Published: May 12, 2008, Cisco IOS Release 12.3(23)BC2
Note
Cisco IOS Release 12.2(33)SCB integrates support for this feature on the Cisco CMTS routers. This feature is also supported in Cisco IOS Release 12.3BC, and this document contains information that references many legacy documents related to Cisco IOS 12.3BC. In general, any references to Cisco IOS Release 12.3BC also apply to Cisco IOS Release 12.2SC. For the latest information on Cisco CMTS router support in Cisco IOS Release 12.2SC, refer to the Cross-Platform Release Notes for Cisco Universal Broadband Routers in Cisco IOS Release 12.2SC.
The Upstream Utilization Optimization feature on the Cisco Cable Modem Termination System (CMTS) provides higher upstream throughput.
Finding Feature Information in This Module
Your Cisco IOS software release may not support all of the features documented in this module. To reach links to specific feature documentation in this module and to see a list of the releases in which each feature is supported, use the "Feature Information for Upstream Utilization Optimization" section.
Finding Support Information for Platforms and Cisco IOS and Catalyst OS Software Images
Use Cisco Feature Navigator to find information about platform support and Cisco IOS and Catalyst OS software image support. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Contents
•
Prerequisites for Upstream Utilization Optimization
•
Information about Upstream Utilization Optimization
•
How to Configure Upstream Utilization Optimization
•
Configuration Examples for Upstream Utilization Optimization
•
Feature Information for Upstream Utilization Optimization
Prerequisites for Upstream Utilization Optimization
You must have Advanced Time Division Multiple Access (A-TDMA)-capable line cards.
For optimum performance, do the following:
•
Set the maximum upstream burst on the cable modem to a large number; for example, 28,000 bytes.
•
Set the maximum concatination burst on the cable modem to a large number; for example, 28,000 bytes.
•
Set the cable modem upstream maximum traffic burst parameter to a large number (for example, zero means no limit) using the cable default-phy-burst command.
The Upstream Utilization Optimization feature is supported on the Cisco CMTS routers in Cisco IOS Release 12.3BC and 12.2SC. Table 1 shows the hardware compatibility prerequisites for this feature.
Information about Upstream Utilization Optimization
Upstream utilization optimization provides the following benefits and functions on a Cisco CMTS router:
•
Group configuration mode enables upstream utilization optimization eligibility on all cable modem upstream flows.
•
Local configuration mode enables upstream utilization optimization eligibility on a specific upstream, provides configuration of selective parameters, and provides that local configuration overrides any global configuration.
How to Configure Upstream Utilization Optimization
This section contains the following procedures:
•
Configuring Upstream Utilization Optimization Globally
•
Configuring Upstream Utilization Optimization Locally Per Upstream
•
Verifying Upstream Utilization Optimization Configuration
Configuring Upstream Utilization Optimization Globally
By default, the Upstream Utilization Optimization feature is turned off. To globally enable upstream utilization optimization, use the cable upstream rate-adapt command in global configuration mode. Once upstream utilization optimization is enabled, all upstream flows are eligible to rate-adapt. Using the priority or rate option allows you to restrict upstream utilization optimization to service flows that meet or exceed specified levels for priority or rate.
This section describes how to use the command-line interface (CLI) on the Cisco CMTS router to enable the upstream utilization optimization feature globally.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
cable upstream rate-adapt [local | priority value| rate number]
DETAILED STEPS
Configuring Upstream Utilization Optimization Locally Per Upstream
To configure a specific local upstream for upstream utilization optimization, use the cable upstream rate-adapt command in cable interface configuration mode for a specified upstream flow. You can configure several parameters for specific local upstream upstream utilization optimization. By default, upstream utilization optimization uses the global configuration. However, when rate-adapt is configured on a local upstream, the local configuration parameters override the global configuration paratmeters.
This section describes how to use the command-line interface (CLI) on the Cisco CMTS router to enable and configure the Upstream Utilization Optimization feature locally for a specified upstream flow.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
configure interface
4.
cable upstream port rate-adapt [bcs slots | duration millisecs | fcms-off | priority value | rate number]
DETAILED STEPS
Verifying Upstream Utilization Optimization Configuration
To verify the cable upstream utilization optimization configuration for cable modem upstream, use the show commands described below.
•
To display upstream utilization optimization parameters, use the show cable rate-adapt command as shown in the following example. Global upstream utilization optimization is enabled, local upstream utilization optimization is disabled. The duration is 500 and there is no rate or priority configured.
router# show cable rate-adaptshow_cable_rate-adapt_command: Global:Enabled Local-Only:Disabled:maps 500 flags 0x1 priority -1, rate -1 bcs 10 fcms On•
To display the upstream utilization optimization settings and the parameters for a specific upstream, use the show interface cable upstream command as shown in the following example. On upstream 0, global and local upstream utilization optimization are enabled, the duration is 250, priority is 255, bcs is set to 0, rate is not configured, and the fcms feature is turned off.
router# show interface cable 8/0/0 upstream 0 rate-adaptcmts_rate-adapt_show: Global:Enabled US[0]:Enabledlocal:maps 250 pri 255, rate -1 bcs 0 (0) fcms Off•
To display service identifier (SID) and upstream utilization optimization information for a service flow, use the show interface cable sid command with the counter and verbose options as shown in the following example. On 8/0/0, upstream utilization optimization is enabled, 35542 rate-adapt requests were received, and there was one piggy-back request received from the upstream.
router# show interface cable 8/0/0 sid counters verboseSid : 1Request polls issued : 0BWReqs {Cont,Pigg,RPoll,Other} : 7, 146975, 0, 0No grant buf BW request drops : 0Rate exceeded BW request drops : 0Grants issued : 1264300Packets received : 2199040Bytes received : 3241369899rate-adapt : Enabledrate-adapt {rcvd, Consec-PB} : 35542, 1Fragment reassembly completed : N/AFragment reassembly incomplete : N/AConcatenated packets received : N/AQueue-indicator bit statistics : 0 set, 0 grantedGood Codewords rx : 14615740Corrected Codewords rx : 1Uncorrectable Codewords rx : 0Concatenated headers received : 146807Fragmentation headers received : 1296069Fragmentation headers discarded: 240Configuration Examples for Upstream Utilization Optimization
This section provides the following configuration examples:
•
Configuring Upstream Utilization Optimization Globally: Example
•
Configuring Upstream Utilization Optimization Locally: Example
Configuring Upstream Utilization Optimization Globally: Example
In the following example, upstream utilization optimization is enabled globally on all cable modem upstreams.
router# configure terminalrouter(config)# cable upstream rate-adaptConfiguring Upstream Utilization Optimization Locally: Example
In the following example, upstream 0 is enabled for upstream utilization optimization, the duration is 200, fcms is turned off, the priority is set at 6, and the minimum max-rate is 25000.
router# configure terminalrouter(config)# interface cable 4/0router(config-if)#cable upstream 0 rate-adaptrouter(config-if)#duration 200router(config-if)#fcms-offrouter(config-if)#priority 6router(config-if)#rate 25000Additional References
The following sections provide references related to the Upstream Utilization Optimization feature on the Cisco CMTS routers.
Related Documents
Related Topic Document TitleCable commands
Cisco IOS CMTS Cable Command Reference, at the following URL:
http://www.cisco.com/en/US/docs/ios/cable/command/reference/cbl_book.html
Line card configuration information
•
Configuring the Cisco uBR10-MC5X20S Cable Interface Line Card
•
Configuring the Cisco uBR10-MC5X20U/H Broadband Processing Engine
Software configuration information
•
Cisco IOS CMTS Cable Software Configuration Guide, Release 12.2SC
http://www.cisco.com/en/US/docs/ios/cable/configuration/guide/12_2sc/cbl_12_2sc_book.html
•
Cisco uBR10012 Universal Broadband Router Software Configuration Guide (for Cisco IOS Release 12.3BC)
http://www.cisco.com/en/US/docs/cable/cmts/ubr10012/configuration/guide/scg.html
•
Cisco uBR7200 Series Software Configuration Guide (for Cisco IOS Release 12.3BC)
http://www.cisco.com/en/US/docs/cable/cmts/ubr7200/configuration/guide/cr72scg.html
Standards
Standard TitleNo new or modified standards are supported by this feature, and support for existing standards has not been modified by this feature
—
MIBs
RFCs
RFC TitleNo new or modified RFCs are supported by this feature, and support for existing RFCs has not been modified by this feature.
—
Technical Assistance
Feature Information for Upstream Utilization Optimization
Table 2 lists the release history for this feature.
Not all commands may be available in your Cisco IOS software release. For release information about a specific command, see the command reference documentation.
Use Cisco Feature Navigator to find information about platform support and software image support. Cisco Feature Navigator enables you to determine which Cisco IOS and Catalyst OS software images support a specific software release, feature set, or platform. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Note
Table 2 lists only the Cisco IOS software release that introduced support for a given feature in a given Cisco IOS software release. Unless noted otherwise, subsequent releases of that Cisco IOS software release also support that feature.
CCDE, CCENT, Cisco Eos, Cisco HealthPresence, the Cisco logo, Cisco Lumin, Cisco Nexus, Cisco StadiumVision, Cisco TelePresence, Cisco WebEx, DCE, and Welcome to the Human Network are trademarks; Changing the Way We Work, Live, Play, and Learn and Cisco Store are service marks; and Access Registrar, Aironet, AsyncOS, Bringing the Meeting To You, Catalyst, CCDA, CCDP, CCIE, CCIP, CCNA, CCNP, CCSP, CCVP, Cisco, the Cisco Certified Internetwork Expert logo, Cisco IOS, Cisco Press, Cisco Systems, Cisco Systems Capital, the Cisco Systems logo, Cisco Unity, Collaboration Without Limitation, EtherFast, EtherSwitch, Event Center, Fast Step, Follow Me Browsing, FormShare, GigaDrive, HomeLink, Internet Quotient, IOS, iPhone, iQuick Study, IronPort, the IronPort logo, LightStream, Linksys, MediaTone, MeetingPlace, MeetingPlace Chime Sound, MGX, Networkers, Networking Academy, Network Registrar, PCNow, PIX, PowerPanels, ProConnect, ScriptShare, SenderBase, SMARTnet, Spectrum Expert, StackWise, The Fastest Way to Increase Your Internet Quotient, TransPath, WebEx, and the WebEx logo are registered trademarks of Cisco Systems, Inc. and/or its affiliates in the United States and certain other countries.
All other trademarks mentioned in this document or website are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (0812R)
Any Internet Protocol (IP) addresses used in this document are not intended to be actual addresses. Any examples, command display output, and figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses in illustrative content is unintentional and coincidental.
© 2008 Cisco Systems, Inc. All rights reserved.

