06-08-2014, 06:56 PM
(05-08-2014, 06:29 AM)ricktendo Wrote: dpc2100 is very simple with IP Full View or with net snmpThanks ricktendo, my family is from costar Rica. But I WS wondering if it is possible to extract certs & Mac from an arris tg862 which is docsis 3.0 and convert and upload to my webstar 2100? Also i need a tutorial on how to load the mac & certs if needed in a specific order and what the settings are for Mac & certs on haxoware rev.39, please thank for all the help guys.
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