05-08-2014, 06:29 AM
dpc2100 is very simple with IP Full View or with net snmp
Some useful links
http://www.auditoriaswireless.net/index....pic=1696.0
http://www.auditoriaswireless.net/index....pic=1696.0
Code:
:: This will set it to Factory Mode
snmpset -v2c -c public 192.168.100.1 1.3.6.1.4.1.4413.2.99.1.1.1.2.1.2.1 s password
:: This will confirm that is in Factory Mode
snmpget -v2c -c public 192.168.100.1 1.3.6.1.2.1.1.1.0
:: This will help you get the OID for bpi
snmpwalk -v2c -c public 192.168.100.1 1.3.6.1.4.1.4413.2.99.1.1.2.4.1.1.1.3
:: Use the LAST number you get from the previous command ans place in place of "X" (example "5")
snmpget -Ov -v2c -c public 192.168.100.1 1.3.6.1.4.1.4413.2.99.1.1.2.4.1.1.1.8.X > bpikey.txt
:: This should disable Factory Mode but it does not, you will have to power cycle your modem or use the Reset button
snmpset -v2c -c public 192.168.100.1 1.3.6.1.4.1.4413.2.99.1.1.2.1.1.0 i 1
Some useful links
http://www.auditoriaswireless.net/index....pic=1696.0
http://www.auditoriaswireless.net/index....pic=1696.0