Can someone please point me in the right direction for the creation of CM config files, especially some detail with regard to service flows.
Thanks.
Hello,
What you need are examples. Download docsis for windows or even better for Linux. It contains many examples.
emkowale
/*
* -----------------------------------------------------
* NET20000 DOCSIS CONFIGURATION FILE
* Version: 0.6
* Date: vendredi, 14. août 2009
* Id: 22005
* Docsis: 1.1
*/
Main {
DownstreamFrequency 466000000;
NetworkAccess 1;
MaxCPE 3;
UsServiceFlow {
UsServiceFlowRef 1;
QosParamSetType 7;
TrafficPriority 1;
MaxRateSustained 120000;
SchedulingType 2;
IpTosOverwrite 0x0000;
}
DsServiceFlow {
DsServiceFlowRef 2;
MaxRateSustained 1150000;
UsPacketClass
{
ServiceFlowRef 202;
ClassifierRef 2;
RulePriority 64;
IpPacketClassifier
IpProto 17;
SrcPortStart 5060;
SrcPortEnd 5060;
ClassifierRef 3;
RulePriority 32;
LLCPacketClassifier
EtherType 0x030f16;
DsPacketClass
ServiceFlowRef 102;
ClassifierRef 102;
RulePriority 1;
DstPortStart 5060;
DstPortEnd 5060;
MaxClassifiers 20;
UsServiceFlow
UsServiceFlowRef 202;
TrafficPriority 4;
MaxRateSustained 128000;
DsServiceFlow
DsServiceFlowRef 102;
GlobalPrivacyEnable 0;
May the force be with you
Hello,
What you need are examples. Download docsis for windows or even better for Linux. It contains many examples.
emkowale
/*
* -----------------------------------------------------
* NET20000 DOCSIS CONFIGURATION FILE
* Version: 0.6
* Date: vendredi, 14. août 2009
* Id: 22005
* Docsis: 1.1
* -----------------------------------------------------
*/
Main {
DownstreamFrequency 466000000;
NetworkAccess 1;
MaxCPE 3;
UsServiceFlow {
UsServiceFlowRef 1;
QosParamSetType 7;
TrafficPriority 1;
MaxRateSustained 120000;
SchedulingType 2;
IpTosOverwrite 0x0000;
}
DsServiceFlow {
DsServiceFlowRef 2;
QosParamSetType 7;
TrafficPriority 1;
MaxRateSustained 1150000;
}
UsPacketClass
{
ServiceFlowRef 202;
ClassifierRef 2;
RulePriority 64;
IpPacketClassifier
{
IpProto 17;
SrcPortStart 5060;
SrcPortEnd 5060;
}
}
UsPacketClass
{
ClassifierRef 3;
ServiceFlowRef 202;
RulePriority 32;
LLCPacketClassifier
{
EtherType 0x030f16;
}
}
DsPacketClass
{
ServiceFlowRef 102;
ClassifierRef 102;
RulePriority 1;
IpPacketClassifier
{
IpProto 17;
DstPortStart 5060;
DstPortEnd 5060;
}
}
MaxClassifiers 20;
UsServiceFlow
{
UsServiceFlowRef 202;
QosParamSetType 7;
TrafficPriority 4;
MaxRateSustained 128000;
SchedulingType 2;
}
DsServiceFlow
{
DsServiceFlowRef 102;
QosParamSetType 7;
TrafficPriority 4;
MaxRateSustained 128000;
}
GlobalPrivacyEnable 0;
}
May the force be with you