Casa's spectrum rules modems to logical channel 1 | docsis.org

You are here

Casa's spectrum rules modems to logical channel 1

5 posts / 0 new
Last post
SistemasMsJz
Casa's spectrum rules modems to logical channel 1

Has anyone implemented the CASA functionality to move cable modems from one logical port to another based on SNR? some example?
Thank you

kwesibrunee
Here is examples of all the

Here is examples of all the different Custom Spectrum Rules configurations

# Create custom modulation profiles if needed
##############################################
modulation-profile 10
request atdma qpsk off 64 0 16 338 0 16 fixed on 1 2048 qpsk0
initial atdma qpsk off 640 5 34 338 0 48 fixed on 1 2048 qpsk0
station atdma qpsk off 384 5 34 338 0 48 fixed on 1 2048 qpsk0
a-short atdma qpsk off 102 16 96 338 18 10 shortened on 2 588 qpsk1
a-long atdma qpsk off 102 16 223 338 0 10 shortened on 2 588 qpsk1
ugs atdma qpsk off 102 16 223 338 0 10 shortened on 2 588 qpsk1

modulation-profile 11
request atdma qpsk off 64 0 16 338 0 16 fixed on 1 2048 qpsk0
initial atdma qpsk off 640 5 34 338 0 48 fixed on 1 2048 qpsk0
station atdma qpsk off 384 5 34 338 0 48 fixed on 1 2048 qpsk0
a-short atdma 16qam off 102 11 107 338 10 10 shortened on 2 588 qpsk1
a-long atdma 16qam off 102 11 233 338 0 10 shortened on 2 588 qpsk1
ugs atdma 16qam off 102 11 233 338 0 10 shortened on 2 588 qpsk1

modulation-profile 12
request atdma qpsk off 64 0 16 338 0 16 fixed on 1 2048 qpsk0
initial atdma qpsk off 640 5 34 338 0 48 fixed on 1 2048 qpsk0
station atdma qpsk off 384 5 34 338 0 48 fixed on 1 2048 qpsk0
a-short atdma 32qam off 102 11 99 338 8 10 shortened on 2 588 qpsk1
a-long atdma 32qam off 102 11 233 338 0 10 shortened on 2 588 qpsk1
ugs atdma 32qam off 102 11 233 338 0 10 shortened on 2 588 qpsk1

# Generic CSM settings
########################
cable spectrum hop-period 30
cable spectrum monitor-period 30
cable spectrum cm-mode-monitor-period 45
cable spectrum back-hop-step
cable spectrum trap
no cable spectrum syslog
spectrum analysis full-spectrum
spectrum analysis measurement-interval 6

# CSM scheduler settings example
#################################
spectrum scheduler 1
time-action 1 15:45 16:00 modulation
time-action 2 16:20 16:30 modulation

# CSM modulation hop example
############################
spectrum rule 1
description "FFT testing"
frequency band 12000000 60000000
channel-width 6400000 200000
action modulation
correctable-fec threshold 100
uncorrectable-fec threshold 30
profile 3 snr-threshold 350 400
profile 10 snr-threshold 140 200
profile 11 snr-threshold 200 260
profile 12 snr-threshold 260 350

# CSM CM-MODE rule example
##########################
spectrum rule 2
cm-mode
description "CM-MODE testing"
channel-width 6400000 200000
cm-mode tolerance-count 4
action modulation
profile 3 snr-threshold 350 400
profile 10 snr-threshold 140 200
profile 11 snr-threshold 200 260
profile 12 snr-threshold 260 350

# CSM scheduler rule example
############################
spectrum rule 3
description "SCHEDULER testing"
profile 3 snr-threshold 350 400
profile 10 snr-threshold 140 200
profile 11 snr-threshold 200 260
profile 12 snr-threshold 260 350

# CSM multiple actions rule example
####################################
spectrum rule 4
description "FFT: Frequency, Channel-width, Modulation"
frequency band 5000000 40000000
channel-width 3200000 200000
action frequency channel-width modulation
correctable-fec threshold 100
uncorrectable-fec threshold 30
profile 3 snr-threshold 350 400
profile 10 snr-threshold 140 200
profile 11 snr-threshold 200 260
profile 12 snr-threshold 260 350

# Assosiate CSM rules with UPS interfaces
##########################################
interface upstream 1:0/0.0
spectrum-rule 1
frequency 22800000
channel-width 6400000
power-level 1
power-adjustment continue 4
map-advance dynamic 200
logical-channel 0 profile 3 secondary-profile 12,11,10
logical-channel 0 minislot 1
logical-channel 0 pre-equalization auto-reset
no logical-channel 0 shutdown
no shutdown

interface upstream 1:0/0.1
frequency 29200000
channel-width 6400000
power-adjustment continue 4
map-advance dynamic 200
logical-channel 0 spectrum-rule 2
logical-channel 0 profile 3 secondary-profile 12,11,10
logical-channel 0 minislot 1
logical-channel 0 pre-equalization auto-reset
no logical-channel 0 shutdown
no shutdown

interface upstream 1:0/0.2
spectrum-rule 3
frequency 35600000
channel-width 6400000
power-adjustment continue 4
map-advance dynamic 200
logical-channel 0 profile 3 secondary-profile 12,11,10
logical-channel 0 minislot 1
logical-channel 0 pre-equalization auto-reset
no logical-channel 0 shutdown
no shutdown

interface upstream 1:0/0.3
spectrum-rule 4
frequency 42000000
channel-width 6400000
power-adjustment continue 4
map-advance dynamic 200
logical-channel 0 profile 3 secondary-profile 12,11,10
logical-channel 0 minislot 1
logical-channel 0 pre-equalization auto-reset
no logical-channel 0 shutdown
no shutdown

SistemasMsJz
logical-channel 1

How is the UPS interface configuration in "CM-MODE testing" so that the CMs with problems switch to logical-channel 1 ? Thanks kwesibrunee!!

kwesibrunee
"CM-MODE testing" only has 1

"CM-MODE testing" only has 1 action:
action modulation
so the only thing it will do is change modulation

if you add channel-width, that moves from one logical to the other. Obviously each logical-channel needs a separate channel-width. i.e. logical-channel 0 has channel-width 6.4 MHz and logical-channel 1 has channel-width of 1.6 MHz

the order in which you add them to action command determines which action it takes first.

so you probably want a spectrum rule that looks something like this:

spectrum rule 4
description "Channel-width, Modulation"
channel-width 6400000 1600000
action channel-width modulation
correctable-fec threshold 20
uncorrectable-fec threshold 1
profile 3 snr-threshold 350 400
profile 10 snr-threshold 140 200
profile 11 snr-threshold 200 260
profile 12 snr-threshold 260 350

SistemasMsJz
minislot

kwesibrunee , What is the recommended minislot when I have both logical channels enabled with different bandwidths?

example:

logical-channel 0 minislot 2 // BW 6.4
logical-channel 1 minislot 16 // BW 1.6

Thanks.

Log in or register to post comments