Modem to modem connection | docsis.org

You are here

Modem to modem connection

5 posts / 0 new
Last post
loger23
Modem to modem connection

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,

hinzoo
Use modem filters. Block CM

Use modem filters. Block CM adresses.

loger23
Modem Webpage

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.

hinzoo
This is example of filter

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 ;

loger23
Thanks

I will try this.

Log in or register to post comments