1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- 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;
- }
- BaselinePrivacy { /* ONLY if PrivacyEnable == 1 ! */
- AuthTimeout 10;
- ReAuthTimeout 10;
- AuthGraceTime 600;
- OperTimeout 10;
- ReKeyTimeout 10;
- TEKGraceTime 600;
- AuthRejectTimeout 9;
- }
- SnmpMibObject system.sysContact.0 String "evvolve@users.sourceforge.net";
- SnmpMibObject system.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.4; /* 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 */
- /* Row 1 */
- MaxCPE 3;
- }
|