docsis1.0_2class_non-rfc2669.cfg 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. BaselinePrivacy { /* ONLY if PrivacyEnable == 1 ! */
  16. AuthTimeout 10;
  17. ReAuthTimeout 10;
  18. AuthGraceTime 600;
  19. OperTimeout 10;
  20. ReKeyTimeout 10;
  21. TEKGraceTime 600;
  22. AuthRejectTimeout 9;
  23. }
  24. SnmpMibObject system.sysContact.0 String "evvolve@users.sourceforge.net";
  25. SnmpMibObject system.sysName.0 String "DCM105 test";
  26. SnmpMibObject .1.3.6.1.3.83.1.6.3.0 Integer 1; /* Default discard */
  27. SnmpMibObject .1.3.6.1.3.83.1.6.4.1.3.1 Integer 1;/* IpControl/1 discard */
  28. SnmpMibObject .1.3.6.1.3.83.1.6.4.1.4.1 Integer 0;/* IpIfIndex/1 both */
  29. SnmpMibObject .1.3.6.1.3.83.1.6.4.1.5.1 Integer 3;/* IpDirection/1 both */
  30. SnmpMibObject .1.3.6.1.3.83.1.6.4.1.6.1 Integer 2;/* IpBroadcast/1 false */
  31. SnmpMibObject .1.3.6.1.3.83.1.6.4.1.7.1 IPAddress 1.2.3.4; /* SAddr */
  32. SnmpMibObject .1.3.6.1.3.83.1.6.4.1.8.1 IPAddress 255.128.0.0;/*Smask*/
  33. SnmpMibObject .1.3.6.1.3.83.1.6.4.1.9.1 IPAddress 5.6.7.8; /*DAddr*/
  34. SnmpMibObject .1.3.6.1.3.83.1.6.4.1.10.1 IPAddress 255.255.0.0; /*DMask*/
  35. SnmpMibObject .1.3.6.1.3.83.1.6.4.1.2.1 Integer 4;/* IpStatus/1 cAndGo */
  36. /* Row 1 */
  37. MaxCPE 3;
  38. }