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.
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?
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
Same for Arris modems, they have an SNMP mib for the cm config that sets/restricts telnet access.
thanks. I will try this
What is this MIB that enables SNMP access for arris? Would you happen to know?
SnmpMib = arrisCmDoc30AccessTelnetEnable.0 enable
The OID is 1.3.6.1.4.1.4115.1.3.4.1.2.2 if you need it.
Thanks! I will try this.
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?