Chapter 19: DOCSIS Set-top Gateway Configuration
STANDARD Revision 1.0
C4® CMTS Release 8.3 User Guide
© 2016 ARRIS Enterprises LLC. All Rights Reserved.
638
# The following command enables filtering for devices in the system. If default were not active, it
would not matter what filter-groups you provisioned, because the CMTS would not apply them to the
devices in the system.
configure cable submgmt default active
#-----------------------------------------------------
# Save the changes to persistent memory.
#----------------------------------------------------
write memory
#----------------------------------------------------
# RESET the registered cable modems
#----------------------------------------------------
configure reset cable-modem all
# end DSG setup script.
DSG Configuration Only
This script configures a DSG Downstream Channel Descriptor (DCD) on a downstream that contains only the DSG
configuration part of the DCD. DCD messages are used only in the advanced mode of DSG.
# start DSG configuration only script
# direct the STB to the downstream on frequency 691000000
configure interface cable-downstream 5/0 cable dsg ds-frequency-list 1
configure cable dsg ds-frequency-list 1 frequency 691000000
# provide non-default timing parameters for the STB
configure interface cable-downstream 5/0 cable dsg timer-list 1
configure cable dsg timer-list 1 initialization-tdsg1 5 operational-tdsg2 300 two-way-tdsg3 150 one-
way-tdsg4 900
# enable the DCD on the downstream
configure interface cable-downstream 5/0 cable dsg dcd-enable
# end DSG configuration only script