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.
Hi, Here is a nice tutorial, also regarding Your question:http://cmtsinfo.net/index.php?howto=cm_config
Adam
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.
We use cookies on this site to enhance your user experienceBy clicking any link on this page you are giving your consent for us to set cookies.
Hi,
Here is a nice tutorial, also regarding Your question:
http://cmtsinfo.net/index.php?howto=cm_config
Adam
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.