Docsis Config File, Download Speed for Specific Port or App | docsis.org

You are here

Docsis Config File, Download Speed for Specific Port or App

4 posts / 0 new
Last post
diegopdp
Docsis Config File, Download Speed for Specific Port or App

Hello,

I was wondering if there is an option on the modem configuration file to specify Download Speed limit for a Specific Port or App?

For example, the modem has:

Downstream Maximum Sustained Traffic Rate:4096000

But is there a way to change that for a specific port or app? I want modems to have a larger Downstream speed for a streaming app I created.

Thanks

bajojoba
This is done via service

This is done via service flows.

let't say you wan't to have a different speed for SNMP traffic.

DsServiceFlow
{
DsServiceFlowRef 31;
MaxRateSustained 64000;
QosParamSetType 7;
TrafficPriority 3;
MaxTrafficBurst 1522;
}
DsPacketClass /* SNMP priotity */
{
ServiceFlowRef 31;
ClassifierRef 31;
ActivationState 1;
IpPacketClassifier
{
IpProto 17;
DstPortStart 161;
DstPortEnd 162;
}
}

BR

diegopdp
Great! Thank you very much

Great! Thank you very much

Lopez
Wrong case

Wrong case

Log in or register to post comments