Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to get certs and load them to a haxorware webstar 2100
#4
dpc2100 is very simple with IP Full View or with net snmp

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
Reply


Messages In This Thread
RE: how to get certs and load them to a haxorware webstar 2100 - by ricktendo - 05-08-2014, 06:29 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)