docsis1.0_2class_rfc2669.cfg 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. Main { /* this is a comment */
  2. DownstreamFrequency 123000000;
  3. UpstreamChannelId 1;
  4. /* this is a comment */
  5. NetworkAccess 1;
  6. ClassOfService {
  7. ClassID 1;
  8. MaxRateDown 512000;
  9. MaxRateUp 64000;
  10. PriorityUp 3 ;
  11. GuaranteedUp 32000;
  12. MaxBurstUp 1700;
  13. PrivacyEnable 1;
  14. }
  15. ClassOfService {
  16. ClassID 2;
  17. MaxRateDown 576760;
  18. MaxRateUp 65323;
  19. PriorityUp 3;
  20. GuaranteedUp 32000;
  21. MaxBurstUp 254;
  22. PrivacyEnable 1;
  23. }
  24. BaselinePrivacy { /* ONLY if PrivacyEnable == 1 ! */
  25. AuthTimeout 10;
  26. ReAuthTimeout 10;
  27. AuthGraceTime 600;
  28. OperTimeout 10;
  29. ReKeyTimeout 10;
  30. TEKGraceTime 600;
  31. AuthRejectTimeout 9;
  32. }
  33. SnmpMibObject sysContact.0 String "evvolve@users.sourceforge.net";
  34. SnmpMibObject sysName.0 String "DCM105 test";
  35. SnmpMibObject .1.3.6.1.3.83.1.6.3.0 Integer 1; /* Default discard */
  36. SnmpMibObject .1.3.6.1.3.83.1.6.4.1.3.1 Integer 1;/* IpControl/1 discard */
  37. SnmpMibObject .1.3.6.1.3.83.1.6.4.1.4.1 Integer 0;/* IpIfIndex/1 both */
  38. SnmpMibObject .1.3.6.1.3.83.1.6.4.1.5.1 Integer 3;/* IpDirection/1 both */
  39. SnmpMibObject .1.3.6.1.3.83.1.6.4.1.6.1 Integer 2;/* IpBroadcast/1 false */
  40. SnmpMibObject .1.3.6.1.3.83.1.6.4.1.7.1 IPAddress 1.2.3.45; /* SAddr */
  41. SnmpMibObject .1.3.6.1.3.83.1.6.4.1.8.1 IPAddress 255.128.0.0;/*Smask*/
  42. SnmpMibObject .1.3.6.1.3.83.1.6.4.1.9.1 IPAddress 5.6.7.8; /*DAddr*/
  43. SnmpMibObject .1.3.6.1.3.83.1.6.4.1.10.1 IPAddress 255.255.0.0; /*DMask*/
  44. SnmpMibObject .1.3.6.1.3.83.1.6.4.1.2.1 Integer 4;/* IpStatus/1 cAndGo */
  45. SnmpWriteControl .1.3.6 1;
  46. /* Row 1 */
  47. MaxCPE 3;
  48. SwUpgradeFilename "example.bin"; /* Replace with your filename */
  49. SwUpgradeServer 10.1.1.1; /* Replace with your TFTP server */
  50. CpeMacAddress 00:00:de:ad:be:ef; /* Replace with your CPE Mac address */
  51. }