Changing Community String on CM | docsis.org

You are here

Changing Community String on CM

3 posts / 0 new
Last post
redpeppers
Changing Community String on CM

Can someone paste a cm config file or tell me what to add to my CM config files to change the community string read and write access from public to "some_password". Thanks!

P.S. I am only using docsis 1.0.

kulawymoe
re: Changing Community String

Hi,
Here is a nice tutorial, also regarding Your question:
http://cmtsinfo.net/index.php?howto=cm_config

Adam

Buddy_b (not verified)
using docsis

SnmpMibObject docsDevNmAccessStatus.1 Integer 4; /* createAndGo */
SnmpMibObject docsDevNmAccessControl.1 Integer 3; /* readWrite */
SnmpMibObject docsDevNmAccessCommunity.1 String "private" ;
SnmpMibObject docsDevNmAccessStatus.2 Integer 4; /* createAndGo */
SnmpMibObject docsDevNmAccessControl.2 Integer 2; /* read */
SnmpMibObject docsDevNmAccessCommunity.2 String "public" ;

replacing public and private.

Log in or register to post comments