how to enable SSH on Cisco DPC3000?
I tried to set saCmMtaCliAccessType to enableSshPermanent (3)
saCmMtaCliAccessType - 1.3.6.1.4.1.1429.78.1.1001.1
[Controls telnet/SSH access to the CM IP Address. When username and password are specified, the value of this object can be modified to control telnet/SSH access. In this case, the object returns the current value when read (disable(0) by default).]
But I can no set username and password since they have 'Access: not-accessible':
saCmMtaCliAccessPassword - 1.3.6.1.4.1.1429.78.1.1001.4
Access: not-accessible
saCmMtaCliAccessUsername - 1.3.6.1.4.1.1429.78.1.1001.3
Access: not-accessible
How to set username and password?
I think you should use this, and work with telnet. i didn's try ssh.
SnmpMibObject saCmMtaCliAccessType.0 Integer 3;
SnmpMibObject saCmMtaCliAccessInterface.0 HexString 0x80 ;
SnmpMibObject saCmMtaCliAccessUsername.0 String "password" ;
SnmpMibObject saCmMtaCliAccessPassword.0 String "password" ;
try to enable the cli access interface if you didn't.
saCmMtaCliAccessInterface OBJECT-TYPE
SYNTAX BITS {
docsis(0),
emta(1),
cpe(2)
}