Hi,
It seems that, there is a way that a cpe is able to reach other modems aside from itself, how am i going to block this, any ideas? i am using c3 cmts,
Thanks in advance,
Use modem filters. Block CM adresses.
I forgot to mention that its the Modem Webpage is reachable. i already add the gateway address of the CM and CPE to the access list, but still reachable.
This is example of filter class 10.105.0.0/16 - use it in Your CM file. U can filter CPE also.
SnmpMibObject docsDevFilterIpStatus.5 Integer 4; /* createAndGo */ SnmpMibObject docsDevFilterIpControl.5 Integer 1; /* discard */ SnmpMibObject docsDevFilterIpIfIndex.5 Integer 1 ; SnmpMibObject docsDevFilterIpDirection.5 Integer 1; /* inbound */ SnmpMibObject docsDevFilterIpBroadcast.5 Integer 2; /* false */ SnmpMibObject docsDevFilterIpSaddr.5 IPAddress 0.0.0.0 ; SnmpMibObject docsDevFilterIpSmask.5 IPAddress 0.0.0.0 ; SnmpMibObject docsDevFilterIpDaddr.5 IPAddress 10.105.0.0 ; SnmpMibObject docsDevFilterIpDmask.5 IPAddress 255.255.0.0 ; SnmpMibObject docsDevFilterIpProtocol.5 Integer 256 ;
I will try this.
Use modem filters. Block CM adresses.
I forgot to mention that its the Modem Webpage is reachable. i already add the gateway address of the CM and CPE to the access list, but still reachable.
This is example of filter class 10.105.0.0/16 - use it in Your CM file. U can filter CPE also.
SnmpMibObject docsDevFilterIpStatus.5 Integer 4; /* createAndGo */
SnmpMibObject docsDevFilterIpControl.5 Integer 1; /* discard */
SnmpMibObject docsDevFilterIpIfIndex.5 Integer 1 ;
SnmpMibObject docsDevFilterIpDirection.5 Integer 1; /* inbound */
SnmpMibObject docsDevFilterIpBroadcast.5 Integer 2; /* false */
SnmpMibObject docsDevFilterIpSaddr.5 IPAddress 0.0.0.0 ;
SnmpMibObject docsDevFilterIpSmask.5 IPAddress 0.0.0.0 ;
SnmpMibObject docsDevFilterIpDaddr.5 IPAddress 10.105.0.0 ;
SnmpMibObject docsDevFilterIpDmask.5 IPAddress 255.255.0.0 ;
SnmpMibObject docsDevFilterIpProtocol.5 Integer 256 ;
I will try this.