SB5120 SB5101 modems on a DCM-2000 | docsis.org

You are here

SB5120 SB5101 modems on a DCM-2000

3 posts / 0 new
Last post
Anonymous (not verified)
SB5120 SB5101 modems on a DCM-2000

Hello Everyone,

I am looking for some direction on a problem I have.

I have a DCM-2000 CMTS with MPthrills management/provisioning system.

This is a lab testing setup and I have tested 1,000's of modems like DCM, SB4100, AMBit, 3com all Docsis 1.0/1.1

The SB5120 is 2.0 and 1.1 capable from what I see on the spec sheet. The SB5120s I am using were previously tested "GOOD"

The config file I am using is static and very basic.

My 1st question is, Does a DCM-2000 CMTS allow me to provision an SB-5120 or SB-5101 along with the other modems SB4100

2nd, Does the static file that I use to talk to the other modems (that are working) work with
SB5120/SB5101?

I don't see them registering on the DCM-2000.

Thanks in advance!

Larry

Main
{
NetworkAccess 1;
ClassOfService
{
ClassID 1;
MaxRateDown 10000000;
MaxRateUp 1000000;
PriorityUp 1;
}
MaxCPE 10;
/* CmMic 1448066c1ffcb1a2c5ebde7aed5f94dd; */
/* CmtsMic 363ee6b191c96fc010d322163dafbc9f; */
/*EndOfDataMkr*/
/* Pad */
}

The SB5101s are getting the following log messages:

1970-01-01 00:15:43 3-Critical T002.0 SYNC Timing Synchronization failure - Failed to acquire FEC framing
1970-01-01 00:15:41 3-Critical T001.0 SYNC Timing Synchronization failure - Failed to acquire QAM/QPSK symbol timing
1970-01-01 00:15:41 4-Error D004.3 ToD request sent- No Response received
1970-01-01 00:15:40 6-Notice M572.0 Tftp Init Failed - Reinitialize MAC...
1970-01-01 00:15:40 3-Critical D006.0 TFTP failed - configuration file NOT FOUND
1970-01-01 00:14:45 4-Error D004.3 ToD request sent- No Response received
1970-01-01 00:14:40 3-Critical D006.0 TFTP failed - configuration file NOT FOUND
1970-01-01 00:14:40 4-Error D004.3 ToD request sent- No Response received

The SB5120s are showing the following messages:
1970-01-01 00:00:17 7-Information Scanning frequency 381000000Hz
1970-01-01 00:00:01 7-Information Trying to synchronize ...
1970-01-01 00:00:01 7-Information Vendor Cold Start
1970-01-01 00:54:13 3-Critical U02.0 UCD invalid or channel unusable
1970-01-01 00:54:13 4-Error SYNC: Got bad UCD message
1970-01-01 00:54:13 3-Critical U02.0 UCD invalid or channel unusable
1970-01-01 00:54:13 4-Error SYNC: Got bad UCD message
1970-01-01 00:54:13 3-Critical U02.0 UCD invalid or channel unusable
1970-01-01 00:54:13 4-Error SYNC: Got bad UCD message

Software version of SB5120:
Software Version: SB5120-2.19.0.8-SCM02-NOSH
Hardware Version: 4
MIB Version: II
GUI Version: 1.0
VxWorks Version: 5.4

sanjilian
SB5120/5100

Hi Larry:
I am also trying to get the above models working. I managed to get the SB5101 working with this very 'simple' config file below. I am not sure why the SB5120 and SB5100 are not going on-line using the same file. We test SA modems using this bin file without any problems. If you or anyone has any ideas, I would certainly appreciate it.
san.

Main
{
NetworkAccess 1;
MaxCPE 16;
MaxClassifiers 20;
GlobalPrivacyEnable 0;
UsServiceFlow
{
UsServiceFlowRef 1;
QosParamSetType 7;
TrafficPriority 1;
MaxRateSustained 256000;
SchedulingType 2;
RequestOrTxPolicy 0x0000008a;
}
DsServiceFlow
{
DsServiceFlowRef 101;
QosParamSetType 7;
TrafficPriority 1;
MaxRateSustained 1000000;
}
}

cmcaldas
Try this file

thinking you need to turn off the docsis 2.0

FileVersion = Version 6.0
03 (Net Access Control) = 1

04 (Class of Service Encodings Block)
S01 Class ID = 1
S02 Maximum DS Rate = 3072000
S03 Maximum US Rate = 256000
S04 US Channel Priority = 1
S05 Minimum US Data Rate = 128000
S06 Maximum US Xmit Burst = 65535
S07 Privacy Enable = 1

17 (Baseline Privacy Configuration Settings Block)
S01 Author Wait Timeout = 10
S02 Re-auth Wait Timeout = 10
S03 Author Grace Timeout = 600
S04 Oper Wait Timeout = 10
S05 Re-key Wait Timeout = 10
S06 TEK Grace Time = 3600
S07 Auth Rej Wait Timeout = 60
S08 SA Map Wait Timeout = 10
S09 SA Map Max Retries = 10
18 (Maximum Number of CPE) = 4
29 (Privacy Enable) = 1

39 (DOCSIS 2.0 Enable) = 0

Log in or register to post comments