How to enable telnet in Cisco DPC3000 and DPC3008 modems? | docsis.org

You are here

How to enable telnet in Cisco DPC3000 and DPC3008 modems?

3 posts / 0 new
Last post
krs123
How to enable telnet in Cisco DPC3000 and DPC3008 modems?

How to enable telnet in Cisco DPC3000 and DPC3008 modems? I know about enabling this for Motorola by setting TLV values in CM Config-File, but how to make this for Cisco?

Lopez
telnet

Try this.
SnmpMibObject saCmMtaCliAccessType.0 Integer 1;
SnmpMibObject saCmMtaCliAccessInterface.0 HexString 0x80 ;
SnmpMibObject saCmMtaCliAccessUsername.0 String "login" ;
SnmpMibObject saCmMtaCliAccessPassword.0 String "passw0rd" ;

krs123
telnet

Thanks a lot.

Log in or register to post comments