the description of the options of the configuration file of modem

 
Author Message
ejatsho





Posted: Mon Mar 31, 2008 03:19    

Gentlemen! I please, if in whom there is what information, to throw down to me:
1. creation of the configuration file of cable modem;
2. description of the options of configuration file;
3. examples configuration (typical) of files.
Address: eyatsko@ngs.ru, eyatsko@nsk.tvoe.tv.
Back to top
 
- bassir-





Posted: Mon Mar 31, 2008 04:19    

Since this is interesting not only to you, keep ..
this is the configuration file of cable modem with
Code:
Main { /* Begin config */
DownstreamFrequency 428010000; /* Downstream frequency */
NetworkAccess 1; /* Allow networking */
MaxClassifiers 20; /* */
/* DocsisTwoEnabled 1; */ /* Enable DOCSIS 2.0 only */
GlobalPrivacyEnable 1; /* Enable BPI */
BaselinePrivacy {/* BPI of configuration (only if OF BPI of enabled) */
AuthTimeout 10; /* */
ReAuthTimeout 10; /* */
AuthGraceTime 600; /* */
OperTimeout 10; /* */
ReKeyTimeout 10; /* */
TEKGraceTime 600; /* */
AuthRejectTimeout 9; /* */
}
DsServiceFlow { /* Downstream QoS */
DsServiceFlowRef 1; /* QoS index */
QosParamSetType 7; /* */
TrafficPriority 3; /* */
MaxRateSustained 1938576; /* 1Mbit speed */
}
DsPacketClass { /* Downstream traffic class */
ServiceFlowRef 1; /* Used QoS index */
ClassifierRef 1; /* Class index */
RulePriority 8; /* Traffic of priority (greater = of higher of priority???) */
ActivationState 1; /* Activate */
IpPacketClassifier { /* */
IpProto 256; /* 256 = All of protocols (see /etc/protocols) */
IpSrcAddr 10.0.0.0; /* From local network */
IpSrcMask 255.0.0.0; /* */
IpDstAddr 10.2.0.53; /* To client host */
IpDstMask 255.255.255.255; /* */
}
}
DsServiceFlow { /* Downstream QoS */
DsServiceFlowRef 2; /* QoS index */
QosParamSetType 7; /* */
TrafficPriority 2; /* */
MaxRateSustained 942144; /* 256Kbit speed */
}
DsPacketClass { /* Downstream traffic class */
ServiceFlowRef 2; /* Used QoS index */
ClassifierRef 2; /* Class index */
RulePriority 8; /* Traffic of priority (greater = of higher of priority???) */
ActivationState 1; /* Activate */
IpPacketClassifier { /* */
IpProto 256; /* 256 = All of protocols (see /etc/protocols) */
IpSrcAddr 0.0.0.0; /* From any */
IpSrcMask 0.0.0.0; /* */
IpDstAddr 10.2.0.53; /* To client host */
IpDstMask 255.255.255.255; /* */
}
}
UsServiceFlow { /* Upstream QoS */
DsServiceFlowRef 3; /*??? */
QosParamSetType 7; /* */
TrafficPriority 3; /* */
MaxRateSustained 766144; /* 256Kbit speed */
}/* */
UsPacketClass { /* Upstream traffic class */
ServiceFlowRef 3; /* Used QoS index */
ClassifierRef 3; /* Class index */
RulePriority 8; /* Traffic of priority (greater = of higher of priority???) */
ActivationState 1; /* Activate */
IpPacketClassifier { /* */
IpProto 256; /* All protocols */
IpSrcAddr 10.2.0.53; /* From client host */
IpSrcMask 255.255.255.255; /* */
IpDstAddr 10.0.0.0; /* To local network */
IpDstMask 255.0.0.0; /* */
}
}
UsServiceFlow { /* Upstream QoS */
DsServiceFlowRef 4; /*??? */
QosParamSetType 7; /* */
TrafficPriority 2; /* */
MaxRateSustained 262147; /* 256Kbit speed */
}/* */
UsPacketClass { /* Upstream traffic class */
ServiceFlowRef 4; /* Used QoS index */
ClassifierRef 4; /* Class index */
RulePriority 8; /* Traffic of priority (greater = of higher of priority???) */
ActivationState 1; /* Activate */
IpPacketClassifier { /* */
IpProto 256; /* All protocols */
IpSrcAddr 10.2.0.53; /* From client host */
IpSrcMask 255.255.255.255; /* */
IpDstAddr 0.0.0.0; /* To any */
IpDstMask 0.0.0.0; /* */
}/* */
}/* */
SnmpMibObject of .1.3.6.1.2.1.1.4.0 String “of jk@jkh”; /* Service e-mail (modem of info) */
SnmpMibObject of .1.3.6.1.2.1.1.5.0 String “OF ISP Of cableModem”; /* Organization (modem of info) */
SnmpMibObject of .1.3.6.1.2.1.1.6.0 String “www.gorizont.dn.ua”; /* Organization of site (modem of info) */
/* Tuning SNMP managing */
SnmpMibObject of .1.3.6.1.2.1.69.1.2.1.2.1 IPAddress 10.0.0.254; /* Allow of from… */
SnmpMibObject of .1.3.6.1.2.1.69.1.2.1.3.1 IPAddress 255.255.255.255; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.2.1.4.1 String “of public”; /* Community */
SnmpMibObject of .1.3.6.1.2.1.69.1.2.1.5.1 Integer 2; /* RO-access??? */
SnmpMibObject .1.3.6.1.2.1.69.1.2.1.6.1 HexString 0x40; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.2.1.7.1 Integer 4; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.2.1.2.2 IPAddress 10.0.0.254; /* Allow from */
SnmpMibObject of .1.3.6.1.2.1.69.1.2.1.3.2 IPAddress 255.255.255.255; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.2.1.4.2 String “of jhklklkSDGH”; /* Community */
SnmpMibObject of .1.3.6.1.2.1.69.1.2.1.5.2 Integer 3; /* RW-access??? */
SnmpMibObject .1.3.6.1.2.1.69.1.2.1.6.2 HexString 0x40; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.2.1.7.2 Integer 4; /* */
/* SNMP tuning finished */
/*??? */
SnmpMibObject of .1.3.6.1.4.1.1166.1.19.3.1.17.0 Integer 2; /* */
SnmpMibObject of .1.3.6.1.4.1.1166.1.19.3.1.25.0 Integer 1; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.3.0 Integer 1; /* */
/* End of??? */
/* IP-filtering tuning */
/* Filter 1. Of allow of access to Of dHCP-server (ports 67-68) */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.3.1 Integer 2; /* 2 = Allow */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.4.1 Integer 0; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.5.1 Integer 3; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.6.1 Integer 2; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.7.1 IPAddress 0.0.0.0; /* From any */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.8.1 IPAddress 0.0.0.0; /* src-mask */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.9.1 IPAddress 0.0.0.0; /* To any */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.10.1 IPAddress 0.0.0.0; /* dst-mask */
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.11.1 Integer 17; /* 17 = UDP */
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.12.1 Integer 67; /* src-port min */
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.13.1 Integer 68; /* src-port of max */
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.14.1 Integer 67; /* dst-port min */
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.15.1 Integer 68; /* dst-port of max */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.2.1 Integer 4; /* 6 = Drop of filter; 2 = Apply of filter */
/* Filter 2. Of discard of access to Windows of network (TCP of ports 139-839) */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.3.2 Integer 1; /* 1 = Discard */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.4.2 Integer 0; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.5.2 Integer 3; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.6.2 Integer 2; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.7.2 IPAddress 0.0.0.0; /* From any */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.8.2 IPAddress 0.0.0.0; /* src-mask */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.9.2 IPAddress 0.0.0.0; /* To any */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.10.2 IPAddress 0.0.0.0; /* dst-mask */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.11.2 Integer 6; /* 6 = TCP */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.12.2 Integer 0; /* src-port min */
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.13.2 Integer 65573; /* src-port of max */
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.14.2 Integer 135; /* dst-port min */
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.15.2 Integer 139; /* dst-port of max */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.2.2 Integer 4; /* 6 = Drop of filter; 4 = Apply of filter */
/* Filter 3. Of discard of access to Windows of network (UDP of ports 437-139) */
/* see above description */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.3.3 Integer 1;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.4.3 Integer 0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.5.3 Integer 3;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.6.3 Integer 2;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.7.3 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.8.3 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.9.3 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.10.3 IPAddress 0.0.0.0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.11.3 Integer 17; /* 17 = UDP */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.12.3 Integer 0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.13.3 Integer 95565;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.14.3 Integer 135;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.15.3 Integer 139;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.2.3 Integer 4;
/* Filter 4. Of discard of access to Windows of network (domain of service, TCP of port 445) */
/* see above description */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.3.4 Integer 1;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.4.4 Integer 0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.5.4 Integer 3;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.6.4 Integer 2;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.7.4 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.8.4 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.9.4 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.10.4 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.11.4 Integer 6; /* 6 = TCP */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.12.4 Integer 0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.13.4 Integer 65435;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.14.4 Integer 445;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.15.4 Integer 445;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.2.4 Integer 4;
/* Filter 5. Of discard of access to Windows of network (domain of service, UDP of port 445) */
/* see above description */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.3.5 Integer 1;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.4.5 Integer 0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.5.5 Integer 3;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.6.5 Integer 2;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.7.5 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.8.5 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.9.5 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.10.5 IPAddress 0.0.0.0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.11.5 Integer 17;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.12.5 Integer 0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.13.5 Integer 67435;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.14.5 Integer 445;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.15.5 Integer 445;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.2.5 Integer 4;
/* Filter 6. Of discard of access to of modems of network (adresses 10.1.0.0 /16, ICMP of proto) */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.3.6 Integer 1; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.4.6 Integer 1; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.5.6 Integer 1; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.6.6 Integer 2; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.7.6 IPAddress 0.0.0.0; /* From any */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.8.6 IPAddress 0.0.0.0; /* src-mask */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.9.6 IPAddress 10.1.0.0; /* To modems network */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.10.6 IPAddress 255.255.0.0; /* dst-mask */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.11.6 Integer 1; /* 1 = ICMP */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.12.6 Integer 0; /* src-port min */
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.13.6 Integer 95535; /* src-port of max */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.14.6 Integer 0; /* dst-port min */
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.15.6 Integer 65526; /* dst-port of max */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.2.6 Integer 4; /* 6 = Drop of filter; 4 = Apply of filter */
/* Filter 7. Of discard of access to of modems of network (adresses 10.1.0.0 /16, TCP of proto) */
/* see above description */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.3.7 Integer 1;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.4.7 Integer 1;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.5.7 Integer 1;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.6.7 Integer 2;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.7.7 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.8.7 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.9.7 IPAddress 10.1.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.10.7 IPAddress 255.255.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.11.7 Integer 6; /* 6 = TCP */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.12.7 Integer 0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.13.7 Integer 65334;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.14.7 Integer 0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.15.7 Integer 65235;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.2.7 Integer 4;
/* Filter 8. Of discard of access to of modems of network (adresses 10.1.0.0 /16, UDP of proto) */
/* see above description */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.3.8 Integer 1;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.4.8 Integer 1;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.5.8 Integer 1;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.6.8 Integer 2;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.7.8 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.8.8 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.9.8 IPAddress 10.1.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.10.8 IPAddress 255.255.0.0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.11.8 Integer 17; /* 17 = UDP */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.12.8 Integer 0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.13.8 Integer 18535;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.14.8 Integer 0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.15.8 Integer 05135;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.2.8 Integer 4;
/* Filter 9. Of discard of access to of clients of network (adresses 10.2.0.0 /16, ICMP of proto) */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.3.9 Integer 1; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.4.9 Integer 1; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.5.9 Integer 1; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.6.9 Integer 2; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.7.9 IPAddress 0.0.0.0; /* From any */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.8.9 IPAddress 0.0.0.0; /* src-mask */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.9.9 IPAddress 10.2.0.0; /* To clients network */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.10.9 IPAddress 255.255.0.0; /* dst-mask */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.11.9 Integer 1; /* 1 = ICMP */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.12.9 Integer 0; /* src-port min */
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.13.9 Integer 65495; /* src-port of max */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.14.9 Integer 0; /* dst-port min */
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.15.9 Integer 65588; /* dst-port of max */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.2.9 Integer 4; /* 6 = Drop of filter; 4 = Apply of filter */
/* Filter 10. Of discard of access to of clients of network (adresses 10.2.0.0 /16, TCP of proto) */
/* see above description */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.3.10 Integer 1;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.4.10 Integer 1;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.5.10 Integer 1;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.6.10 Integer 2;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.7.10 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.8.10 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.9.10 IPAddress 10.2.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.10.10 IPAddress 255.255.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.11.10 Integer 6; /* 6 = TCP */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.12.10 Integer 0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.13.10 Integer 75595;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.14.10 Integer 0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.15.10 Integer 05535;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.2.10 Integer 4;
/* Filter 11. Discard of access to of clients of network (adresses 10.2.0.0 /16, UDP of proto) */
/* see above description */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.3.11 Integer 1;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.4.11 Integer 1;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.5.11 Integer 1;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.6.11 Integer 2;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.7.11 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.8.11 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.9.11 IPAddress 10.2.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.10.11 IPAddress 255.255.0.0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.11.11 Integer 17; /* 17 = UDP */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.12.11 Integer 0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.13.11 Integer 65631;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.14.11 Integer 0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.15.11 Integer 65938;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.2.11 Integer 4;
/* Filter 12. Accept of access to of any of other of adresses (proto ICMP) */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.3.12 Integer 2; /* 2 = Allow */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.4.12 Integer 0; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.5.12 Integer 3; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.6.12 Integer 2; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.7.12 IPAddress 10.2.0.53; /* From client host */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.8.12 IPAddress 255.255.255.255; /* src-mask */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.9.12 IPAddress 0.0.0.0; /* To any */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.10.12 IPAddress 0.0.0.0; /* dst-mask */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.11.12 Integer 1; /* 1 = ICMP */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.12.12 Integer 0; /* src-port min */
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.13.12 Integer 65532; /* src-port of max */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.14.12 Integer 0; /* dst-port min */
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.15.12 Integer 06535; /* dst-port of max */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.2.12 Integer 4; /* 6 = Drop of filter; 4 = Apply of filter */
/* Filter 13. Accept of access to of any of other of adresses (proto TCP) */
/* see above description */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.3.13 Integer 2;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.4.13 Integer 0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.5.13 Integer 3;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.6.13 Integer 2;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.7.13 IPAddress 10.2.0.53;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.8.13 IPAddress 255.255.255.255;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.9.13 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.10.13 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.11.13 Integer 6; /* 6 = TCP */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.12.13 Integer 0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.13.13 Integer 65925;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.14.13 Integer 0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.15.13 Integer 85533;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.2.13 Integer 4;
/* Filter 14. Of accept of access to of any of other of adresses (proto UDP) */
/* see above description */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.3.14 Integer 2;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.4.14 Integer 0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.5.14 Integer 3;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.6.14 Integer 2;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.7.14 IPAddress 10.2.0.53;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.8.14 IPAddress 255.255.255.255;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.9.14 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.10.14 IPAddress 0.0.0.0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.11.14 Integer 17; /* 17 = UDP */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.12.14 Integer 0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.13.14 Integer 95535;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.14.14 Integer 0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.15.14 Integer 65335;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.2.14 Integer 4;
/* Filter 15. Accept of access of from of any of other of adresses (proto ICMP) */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.3.15 Integer 2; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.4.15 Integer 0; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.5.15 Integer 3; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.6.15 Integer 2; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.7.15 IPAddress 0.0.0.0; /* From any */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.8.15 IPAddress 0.0.0.0; /* src-mask */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.9.15 IPAddress 10.2.0.53; /* To client host */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.10.15 IPAddress 255.255.255.255; /* dst-mask */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.11.15 Integer 1; /* 1 = ICMP */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.12.15 Integer 0; /* src-port min */
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.13.15 Integer 65535; /* src-port of max */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.14.15 Integer 0; /* dst-port min */
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.15.15 Integer 95835; /* dst-port of max */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.2.15 Integer 4; /* 6 = Drop of filter; 4 = Apply of filter */
/* Filter 16. Of accept of access of from of any of other of adresses (proto TCP) */
/* see above description */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.3.16 Integer 2;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.4.16 Integer 0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.5.16 Integer 3;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.6.16 Integer 2;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.7.16 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.8.16 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.9.16 IPAddress 10.2.0.53;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.10.16 IPAddress 255.255.255.255;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.11.16 Integer 6; /* 6 = TCP */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.12.16 Integer 0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.13.16 Integer 15534;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.14.16 Integer 0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.15.16 Integer 65438;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.2.16 Integer 4;
/* Filter 17. Accept of access of from of any of other of adresses (proto UDP) */
/* see above description */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.3.17 Integer 2;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.4.17 Integer 0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.5.17 Integer 3;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.6.17 Integer 2;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.7.17 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.8.17 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.9.17 IPAddress 10.2.0.53;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.10.17 IPAddress 255.255.255.255;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.11.17 Integer 17;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.12.17 Integer 0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.13.17 Integer 24535;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.14.17 Integer 0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.15.17 Integer 95531;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.2.17 Integer 4;
/* Filter 18. Accept of access of via VPN (proto GRE) */
/* see above description */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.3.18 Integer 2; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.4.18 Integer 0; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.5.18 Integer 3; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.6.18 Integer 2; /* */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.7.18 IPAddress 0.0.0.0; /* From any */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.8.18 IPAddress 0.0.0.0; /* src-mask */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.9.18 IPAddress 0.0.0.0; /* To any */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.10.18 IPAddress 0.0.0.0; /* src-mask */
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.11.18 Integer 47; /* 47 = GRE */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.12.18 Integer 0; /* nobelium of port of specified */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.13.18 Integer 0; /* nobelium of port of specified */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.14.18 Integer 0; /* nobelium of port of specified */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.15.18 Integer 0; /* nobelium of port of specified */
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.2.18 Integer 4; /* 6 = Drop of filter; 4 = Apply of filter */
/* Clients hosts */
CpeMacAddress the 00:12: c9: 60: 33: cb; /* Host MAC-address */
MaxCPE 1; /* Allowed of hosts of number (up to 32) */
} /* End of config */
Back to top
 
shj af sdar





Posted: Mon Mar 31, 2008 12:01    

ckjd of ytn
there are no words letter it deceived
it remained down each line of before the language and
amezink of live
Back to top
 
oadh





Posted: Tue Apr 01, 2008 22:10    

SnmpMibObject of .1.3.6.1.4.1.1166.1.19.3.1.17.0 Integer 2; /* to turn off the Web snout */
SnmpMibObject of .1.3.6.1.4.1.1166.1.19.3.1.25.0 Integer 1; /* to include 2 */
this of is pure for the motors
SnmpMibObject of .1.3.6.1.2.1.69.1.6.3.0 Integer 1;
/* IP- politician for default - to cover everything that it is not permitted */
filters 2-3, 4-5,6-7-8,10-11 can be reduced down one filter
if we do not isolate over to the record sheets and to replace value at the point of 256 - all record sheets
nevertheless the inhibits stand in them
filter 18 hole for without ceremony can construct down 256





moreover if we are dismantled filters 12-17 not at all work all it by the filters before them to release package to be released ago narrower than return will not be
and the grid only of Izza 18
even then because of that on the record sheets they cut out before the first filters
It is possible to throw out everything to leave only 1 filter
to change 2 more
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.3.14 Integer 2;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.4.14 Integer 0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.5.14 Integer 3;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.6.14 Integer 2;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.7.14 IPAddress 10.2.0.53;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.8.14 IPAddress 255.255.255.255;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.9.14 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.10.14 IPAddress 0.0.0.0;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.11.14 Integer 47;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.2.14 Integer 4;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.3.17 Integer 2;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.4.17 Integer 0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.5.17 Integer 3;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.6.17 Integer 2;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.7.17 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.8.17 IPAddress 0.0.0.0;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.9.17 IPAddress 10.2.0.53;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.10.17 IPAddress 255.255.255.255;
SnmpMibObject .1.3.6.1.2.1.69.1.6.4.1.11.17 Integer 47;
SnmpMibObject of .1.3.6.1.2.1.69.1.6.4.1.2.17 Integer 4;
sole necessary to place the address of its of vpn of server otherwise hole so will remain
Back to top
 
Irop





Posted: Thu Apr 03, 2008 05:33    

oath
If not beside the scrap, lay out your for CM, as far as possible with . But even better design that- filament like on writing of correct for the modem. I understand, which beside the scrap, but many will interestingly be. ;)





I so think… () Of
Back to top
 
oadh





Posted: Fri Apr 04, 2008 03:34    

yes before of already remained three filters
everything else went away beside acl the sheets
only more lately I will lay out
Correct it does not occur regarding
Everything depends on the complex of the adjustments of firewall+acl+ moreover for each specific case
yes even generally if we are dismantled in my case it is possible to throw out all filters
everything I will consider thoroughly
Back to top
 
- bassir-





Posted: Sun Apr 06, 2008 14:44    

oath
Of of God, this is not for the modem
in me of another and it is complete without . It began to write them beside the scrap.
Down “that published” it is worthwhile to relate as to the framing of examples (filter individually)
What is concerned correct - it in me is changed depending on the fact that must be available to users.
Back to top
 
oadh





Posted: Mon Apr 07, 2008 05:43    

Quotation:
Of of God, this is not for the modem
to
and the posts then appear
Quotation:
It did not try to decrease a quantity of filters, they were necessary, if they wrote.
Back to top
 
TarkRasiel





Posted: Mon Apr 07, 2008 10:09    

How do you do!
The people do not prompt before what problem, I cannot run simultaneously more than one filter, each individually works, with the file does not start . it is given . necessarily!





11 (SNMP MIB Of object) = docsDevFilterIpControl.1 (Integer) = 1
11 (SNMP MIB Of object) = docsDevFilterIpIfIndex.1 (Integer) = 0
11 (SNMP MIB Of object) = docsDevFilterIpDirection.1 (Integer) = 3
11 (SNMP MIB Of object) = docsDevFilterIpBroadcast.1 (Integer) = 2
11 (SNMP MIB Of object) = docsDevFilterIpSaddr.1 (IP Of address) = 0.0.0.0
11 (SNMP MIB Of object) = docsDevFilterIpSmask.1 (IP Of address) = 0.0.0.0
11 (SNMP MIB Of object) = docsDevFilterIpDaddr.1 (IP Of address) = 0.0.0.0
11 (SNMP MIB Of object) = docsDevFilterIpDmask.1 (IP Of address) = 0.0.0.0
11 (SNMP MIB Of object) = docsDevFilterIpProtocol.1 (Integer) = 6
11 (SNMP MIB Of object) = docsDevFilterIpSourcePortLow.1 (Integer) = 0
11 (SNMP MIB Of object) = docsDevFilterIpSourcePortHigh.1 (Integer) = 95535
11 (SNMP MIB Of object) = docsDevFilterIpDestPortLow.1 (Integer) = 137
11 (SNMP MIB Of object) = docsDevFilterIpDestPortHigh.1 (Integer) = 139
11 (SNMP MIB Of object) = docsDevFilterIpStatus.1 (Integer) = 4
11 (SNMP MIB Of object) = docsDevFilterIpControl.2 (Integer) = 1
11 (SNMP MIB Of object) = docsDevFilterIpIfIndex.2 (Integer) = 0
11 (SNMP MIB Of object) = docsDevFilterIpDirection.2 (Integer) = 3
11 (SNMP MIB Of object) = docsDevFilterIpBroadcast.2 (Integer) = 2
11 (SNMP MIB Of object) = docsDevFilterIpSaddr.2 (IP Of address) = 0.0.0.0
11 (SNMP MIB Of object) = docsDevFilterIpSmask.2 (IP Of address) = 0.0.0.0
11 (SNMP MIB Of object) = docsDevFilterIpDaddr.2 (IP Of address) = 0.0.0.0
11 (SNMP MIB Of object) = docsDevFilterIpDmask.2 (IP Of address) = 0.0.0.0
11 (SNMP MIB Of object) = docsDevFilterIpProtocol.2 (Integer) = 17
11 (SNMP MIB Of object) = docsDevFilterIpSourcePortLow.2 (Integer) = 0
11 (SNMP MIB Of object) = docsDevFilterIpSourcePortHigh.2 (Integer) = 65530
11 (SNMP MIB Of object) = docsDevFilterIpDestPortLow.2 (Integer) = 137
11 (SNMP MIB Of object) = docsDevFilterIpDestPortHigh.2 (Integer) = 139
11 (SNMP MIB Of object) = docsDevFilterIpStatus.2 (Integer) = 4
17 (Baseline Of privacy Of block)
S01 (Authorize Of wait Of timeout) = 10
S02 (Reauthorize Of wait Of timeout) = 10
S03 (Authorize Of grace Of timeout) = 600
S04 (Operational Of wait Of timeout) = 10
S05 (Rekey Of wait Of timeout) = 10
S06 (TEK Of grace Of time) = 600
S07 (Authorize Of reject Of wait Of timeout) = 60
18 (Maximum Of number of OF CPE) = 32
22 (Upstream Of packet Of classification Of block)
S01 (Classifier Of reference) = 1
S03 (Flow Of reference) = 1
S05 (Rule Of priority) = 1
S06 (Activation Of state) = 1
S09 (IP Of packet Of classification)
T05 (Destination Of address) = 192.168.250.175
24 (Upstream Of service Of flow Of block)
S01 (Flow Of reference) = 1
S06 (QoS Of parameter Of set Of type) = 7
S08 (max Of substained Of traffic Of rate) = 812010
S15 (Service Of flow Of scheduling Of type) = 2
25 (Downstream Of service Of flow Of block)
S01 (Flow Of reference) = 5
S06 (QoS Of parameter Of set Of type) = 7
S08 (max Of substained Of traffic Of rate) = 512008
29 (Privacy Of enable) = nobelium
Back to top
 
Y0to





Posted: Mon Apr 07, 2008 22:06    

It cries according to the author of the latter post of !
Back to top
 
Irop





Posted: Wed Apr 09, 2008 12:52    

Y0da
it is agreeable.





I so think… () Of
Back to top
 
fencils





Posted: Fri Apr 11, 2008 06:01    

Since this is interesting not only to you, keep ..
this is the configuration file of cable modem with
Main { /* Begin config */
DownstreamFrequency 423001000; /* Downstream frequency */
and so forth on text .....
I please the application, where this it is possible to place the limitation of velocity, I with these matters was connected necessarily, result was necessary, experience not enough here with the bow, in me is general on all, is not dynamic, necessary on some modems to cover velocity earlier thus far I will finish ipfw and dynashape.
if we there is no time explain, give reference ..... down BAM (Baykal-Amur Trunk Line) and similar it is not necessary.





mind- concept ductile
Back to top
 



Powered by phpBB © 2001- 2008 phpBB Group