Telnet Access | docsis.org

You are here

Telnet Access

8 posts / 0 new
Last post
jobin007007
Telnet Access

How do I enable telnet access to Cable modems?
I have a test Lab CMTS I want every Cable modem to be accessible unrestricted completely?

grosche
Motorola

on Motorola you can set the password and access for telnet and http in the CM Config-File.
TLV 130 is for enable/disable bit mask over the HFC Interface. TLV 211 for the CPE Interface.
And TLV 125 for the telnet username and password.

VendorSpecific
{
VendorIdentifier 0x002040;
GenericTLV TlvCode 130 TlvLength 1 TlvValue 0x48;
GenericTLV TlvCode 211 TlvLength 1 TlvValue 0x48;
GenericTLV TlvCode 125 TlvString "root:cSRScddQdR";
}

the password for telnet is crypted.
See http://docsis.org/node/1420

Capm
Same

Same for Arris modems, they have an SNMP mib for the cm config that sets/restricts telnet access.

jobin007007
thanks

thanks. I will try this

jobin007007
What is this MIB that enables

What is this MIB that enables SNMP access for arris? Would you happen to know?

Capm
SnmpMib =

SnmpMib = arrisCmDoc30AccessTelnetEnable.0 enable

The OID is 1.3.6.1.4.1.4115.1.3.4.1.2.2 if you need it.

jobin007007
thanks

Thanks! I will try this.

Kataclysm
Docsis 3.0

We are using that config-file piece to allow us to recover from a particularly odd issue, and noticed it allows for http access to individual modems, but only on Docsis 3.0 sites. Any ideas on how to get this to be recognized by a Docsis 1.1 or 2.0 CMTS?

Log in or register to post comments