Telnet Commands
Telnet Commands
These commands were taken from the forum posts. Most notably from snmp_rape and daks001,
and others. I hope that they cover most used protocols and are helpful to all. Some slight
modifications to the text have been made.
Telnet into the modem by clicking run, telnet 192.168.100.1.
Disable Bpi
This is used to disable bpi altogether. This sometimes works when the above doesn't.
cd non-vol
cd docsis
enable bpi false
write
cd ..
cd ..
SNMP Commands
Turns filters off.
cd /
cd snmp
filters off
write
Hides reported software version (system OID)
cd /
cd snmp
delete sysDescr
write
To find what CMTS/Gateway you are on for the private net #'s.
cd /
cd snmp
n2m
y
Release ip address so the ISP can't tell that the modem is registered. Stealth Mode.
cd /
cd ip
ipconfig 1 release
y