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
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
Great! Thank you very much
Wrong case