Specifications
DOCSIS 1.1 for Cisco uBR905 and Cisco uBR925 Cable Access Routers and Cisco CVA122 Cable Voice Adapters
How to Configure DOCSIS 1.1 Support
33
Cisco IOS Release 12.2(15)CZ
Verifying the DOCSIS 1.1 Configuration
To display the DOCSIS 1.1 QoS statistics, including the type of service flow and packet classifiers being
used for each queue, use the show controllers cable-modem qos command:
Router# show controllers cable-modem 0 qos
Queue SID SID SFID TX TX RX RX Capabilities
Type Pkts Bytes Pkts Bytes cbr cc fr nbr
0 1 Primary 3 40 5740 2780 209346 F T T F
1 56 Dynamic 91 1782 160140 0 0 T T T T
2 58 Dynamic 93 690 61946 0 0 T T T T
3 0 NA 0 0 0 0 0 F F F F
Queue SF Type
0 BE
1 BE
2 UGS_AD
Step 10
ip qos dscp
class-selector
media
Example:
Router(config-dial-peer)# ip qos dscp cs5 media
Router(config-dial-peer)#
(Optional) Specifies that the packet’s IP precedence level is
specified in the Differentiated Services Code Point (DSCP)
field in the IP packet. The class-selector specifies the
precedence level:
• cs1—codepoint 1 (precedence 1)
• cs2—codepoint 2 (precedence 2)
• cs3—codepoint 3 (precedence 3)
• cs4—codepoint 4 (precedence 4)
• cs5—codepoint 5 (precedence 5)
• cs5—codepoint 6 (precedence 6)
• cs7—codepoint 7 (precedence 7)
Typically, the ip qos dscp command should be used instead of the ip precedence command.
Step 11
exit
Example:
Router(config-dial-peer)# exit
Router(config)#
Exits dial-peer configuration mode.
Step 12
gateway
Example:
Router(config)# gateway
Router(config)#
Enables the VoIP gateway on the router.
Step 13
exit
Example:
Router(config)# exit
Router#
Exits global configuration mode.
Command Description