Hi,
can somebody help me. I want to run pppoe via casa cmts c2200. I get cfg example from casa, but i cannot convert it to binary.
I get this errror message "Unrecognized symbol DOCSISExtField at line 20"
Here is cfg:
Main
{
                NetworkAccess 1;
                DsServiceFlow
                {
                                 DsServiceFlowRef 2;
                                 QosParamSetType 7;
                }
                UsServiceFlow
                {
                                 UsServiceFlowRef 3;
                                 QosParamSetType 7;
                                 SchedulingType 2;
                }
                UsServiceFlow
                {
                                 UsServiceFlowRef 1;
                                 QosParamSetType 7;
                                 SchedulingType 2;
                                 DOCSISExtField
                                 {
                                                  VendorIdentifier 0xffffff;
                                                  L2VPNEncoding
                                                  {
                                                                   VPNIdentifier 0x01020304;
                                                  }
                                 }
                }
                DOCSISExtField
                {
                                 VendorIdentifier 0xffffff;
                                 L2VPNEncoding
                                 {
                                                  VPNIdentifier 0x01020304;
                                                  NSIEncap
                                                  {
                                                                   IEEE8021Q 0x012c;           // VLAN 300
                                                  }
                                 }
                }
                UsPacketClass
                {
                                 ClassifierRef 2;
                                 ServiceFlowRef 1;
                                 LLCPacketClassifiermr2335
                                 {
                                                  EtherType 0x018864;
                                 }
                }
                UsPacketClass
                {
                                 ClassifierRef 1;
                                 ServiceFlowRef 1;
                                 LLCPacketClassifier
                                 {
                                                  EtherType 0x018863;
                                 }
                }
                GlobalPrivacyEnable 1;
                MaxCPE 16;
                /* CmMic d6d953478724c91a8fb56619ac75abe2; */
                /* CmtsMic adec20a1e77f55c02df312c320c74568; */
                /*EndOfDataMkr*/
}