12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- Main { /* this is a comment */
- DownstreamFrequency 123000000;
- UpstreamChannelId 1;
- /* this is a comment */
- NetworkAccess 1;
- ClassOfService {
- ClassID 1;
- MaxRateDown 512000;
- MaxRateUp 64000;
- PriorityUp 3 ;
- GuaranteedUp 32000;
- MaxBurstUp 1700;
- PrivacyEnable 1;
- }
- ClassOfService {
- ClassID 2;
- MaxRateDown 576760;
- MaxRateUp 65323;
- PriorityUp 3;
- GuaranteedUp 32000;
- MaxBurstUp 254;
- PrivacyEnable 1;
- }
- BaselinePrivacy { /* ONLY if PrivacyEnable == 1 ! */
- AuthTimeout 10;
- ReAuthTimeout 10;
- AuthGraceTime 600;
- OperTimeout 10;
- ReKeyTimeout 10;
- TEKGraceTime 600;
- AuthRejectTimeout 9;
- }
- SnmpMibObject sysContact.0 String "evvolve@users.sourceforge.net";
- SnmpMibObject sysName.0 String "DCM105 test";
- SnmpMibObject .1.3.6.1.3.83.1.6.3.0 Integer 1; /* Default discard */
- SnmpMibObject .1.3.6.1.3.83.1.6.4.1.3.1 Integer 1;/* IpControl/1 discard */
- SnmpMibObject .1.3.6.1.3.83.1.6.4.1.4.1 Integer 0;/* IpIfIndex/1 both */
- SnmpMibObject .1.3.6.1.3.83.1.6.4.1.5.1 Integer 3;/* IpDirection/1 both */
- SnmpMibObject .1.3.6.1.3.83.1.6.4.1.6.1 Integer 2;/* IpBroadcast/1 false */
- SnmpMibObject .1.3.6.1.3.83.1.6.4.1.7.1 IPAddress 1.2.3.45; /* SAddr */
- SnmpMibObject .1.3.6.1.3.83.1.6.4.1.8.1 IPAddress 255.128.0.0;/*Smask*/
- SnmpMibObject .1.3.6.1.3.83.1.6.4.1.9.1 IPAddress 5.6.7.8; /*DAddr*/
- SnmpMibObject .1.3.6.1.3.83.1.6.4.1.10.1 IPAddress 255.255.0.0; /*DMask*/
- SnmpMibObject .1.3.6.1.3.83.1.6.4.1.2.1 Integer 4;/* IpStatus/1 cAndGo */
- SnmpWriteControl .1.3.6 1;
- /* Row 1 */
- MaxCPE 3;
- SwUpgradeFilename "example.bin"; /* Replace with your filename */
- SwUpgradeServer 10.1.1.1; /* Replace with your TFTP server */
- CpeMacAddress 00:00:de:ad:be:ef; /* Replace with your CPE Mac address */
- }
|