docsis_ipv6.cfg 517 B

1234567891011121314151617181920212223242526272829
  1. Main { /* this is a comment */
  2. DownstreamFrequency 130000000;
  3. UpstreamChannelId 123;
  4. /* this is a comment */
  5. NetworkAccess 1;
  6. ClassOfService {
  7. ClassID 5;
  8. MaxRateDown 512000;
  9. MaxRateUp 64000;
  10. PriorityUp 3 ;
  11. GuaranteedUp 32000;
  12. MaxBurstUp 54314;
  13. PrivacyEnable 1;
  14. }
  15. SwUpgradeFilename "filename1.bin";
  16. BaselinePrivacy {
  17. AuthTimeout 25;
  18. ReAuthTimeout 15;
  19. AuthGraceTime 120;
  20. OperTimeout 9;
  21. ReKeyTimeout 10;
  22. TEKGraceTime 600;
  23. }
  24. MaxCPE 13;
  25. SwUpgradeServer 10.1.1.1;
  26. SwUpgradeServer6 2001:DB8::1;
  27. }