Simple config file for Cisco EPC3925 cable modem | docsis.org

You are here

Simple config file for Cisco EPC3925 cable modem

1 post / 0 new
jjonsson
Simple config file for Cisco EPC3925 cable modem

Hi!

I have a very simple config file in use on my system. Cisco EPC3940 modems are coming online without problems and working perfectly. EPC3925 is not.
What am I missing ?

Main
{
GlobalPrivacyEnable 0; /* use shared secret or not */

NetworkAccess 1; /* Online modem, no network access set to 0 */
MaxCPE 2; /* /* How many devices are allowed behind the cable modem */

UsServiceFlow
{
UsServiceFlowRef 2;
QosParamSetType 7;
MaxRateSustained 2097152; /* 2 Mbit/s */
MaxTrafficBurst 3044; /*
SchedulingType 2;
}
DsServiceFlow
{
MaxRateSustained 10485760; /* 10 Mbit/s */
MaxTrafficBurst 3044;
DsServiceFlowRef 1;
QosParamSetType 7;
}

}

Any help is appreciated!