BP Configuration Setting in Modem Config? | docsis.org

You are here

BP Configuration Setting in Modem Config?

2 posts / 0 new
Last post
windwaterwaves
BP Configuration Setting in Modem Config?

I am receiving a ton of these

DHCP WARNING - Non-critical field invalid in response ;CM-MAC=20:e5:64:ea:2b:76;CMTS-MAC=00:12:43:a9:87:66;CM-QOS=1.0;CM-VER=3.0;
Missing BP Configuration Setting TLV Type: 17.1;CM-MAC=20:e5:64:ea:2b:76;CMTS-MAC=00:12:43:a9:87:66;CM-QOS=1.1;CM-VER=3.0;
Missing BP Configuration Setting TLV Type: 17.2;CM-MAC=20:e5:64:ea:2b:76;CMTS-MAC=00:12:43:a9:87:66;CM-QOS=1.1;CM-VER=3.0;
Missing BP Configuration Setting TLV Type: 17.3;CM-MAC=20:e5:64:ea:2b:76;CMTS-MAC=00:12:43:a9:87:66;CM-QOS=1.1;CM-VER=3.0;
Missing BP Configuration Setting TLV Type: 17.4;CM-MAC=20:e5:64:ea:2b:76;CMTS-MAC=00:12:43:a9:87:66;CM-QOS=1.1;CM-VER=3.0;
Missing BP Configuration Setting TLV Type: 17.5;CM-MAC=20:e5:64:ea:2b:76;CMTS-MAC=00:12:43:a9:87:66;CM-QOS=1.1;CM-VER=3.0;
Missing BP Configuration Setting TLV Type: 17.6;CM-MAC=20:e5:64:ea:2b:76;CMTS-MAC=00:12:43:a9:87:66;CM-QOS=1.1;CM-VER=3.0;
Missing BP Configuration Setting TLV Type: 17.7;CM-MAC=20:e5:64:ea:2b:76;CMTS-MAC=00:12:43:a9:87:66;CM-QOS=1.1;CM-VER=3.0;
Missing BP Configuration Setting TLV Type: 17.8;CM-MAC=20:e5:64:ea:2b:76;CMTS-MAC=00:12:43:a9:87:66;CM-QOS=1.1;CM-VER=3.0;
Missing BP Configuration Setting TLV Type: 17.9;CM-MAC=20:e5:64:ea:2b:76;CMTS-MAC=00:12:43:a9:87:66;CM-QOS=1.1;CM-VER=3.0;
MDD message timeout;CM-MAC=20:e5:64:ea:2b:76;CMTS-MAC=00:12:43:a9:87:66;CM-QOS=1.0;CM-VER=3.0;
No Ranging Response received - T3 time-out
B-INIT-RNG Failure - Retries exceeded;CM-MAC=20:e5:64:ea:2b:76;CMTS-MAC=00:12:43:a9:87:66;CM-QOS=1.0;CM-VER=3.0;
Honoring MDD; IP provisioning mode = IPv4

mbowe
It is common to have this :

In your CM config file, it is common to have this :

GlobalPrivacyEnable 1;

Often you need to also include this (TLV 17.1 to 17.9) :

BaselinePrivacy
{
AuthTimeout 10;
ReAuthTimeout 10;
AuthGraceTime 600;
OperTimeout 10;
ReKeyTimeout 10;
TEKGraceTime 600;
AuthRejectTimeout 60;
SAMapWaitTimeout 1;
SAMapMaxRetries 4;
}

Log in or register to post comments