Giter Site home page Giter Site logo

Comments (11)

jclehner avatar jclehner commented on September 12, 2024

If the eCOS password isn't ubeecable, you'll have to dump the firmware using bcm2dump, and send it to me!

from bcm2-utils.

shuaigai2020 avatar shuaigai2020 commented on September 12, 2024

thanks , it is correct

from bcm2-utils.

shuaigai2020 avatar shuaigai2020 commented on September 12, 2024

do you konw that is the RG linux login user name and password :

i try to login :

RDK (A Yocto Project based Distro) 2.0 Docsis-Gateway

Docsis-Gateway login:

but i don't know the user name and password for rg console .
could you help me ?

thanks

from bcm2-utils.

PatrykMis avatar PatrykMis commented on September 12, 2024

You probably have to obtain it via SNMP. Use Net-SNMP package
Try:

snmpget -Ir -v 2C -c "ubeecable" 192.168.0.1 1.3.6.1.2.1.69.1.2.1.4.1
snmpget -Ir -v 2C -c "ubeecable" 192.168.0.1 1.3.6.1.4.1.4684.38.2.2.2.1.1.1.2.0
snmpget -Ir -v 2C -c "ubeecable" 192.168.0.1 1.3.6.1.4.1.4684.38.2.2.2.1.1.1.3.0

where 192.168.0.1 is your device IP.
By the way - it's not easy to help without image/kernel/bootloader dump.

from bcm2-utils.

shuaigai2020 avatar shuaigai2020 commented on September 12, 2024

i see the tool https://github.com/jclehner/bcm2-utils, and i also download that , but i don't find the binary for bcm2dump,
where i can find it , could you please show me ?
thanks

i see the example:
./bcm2dump -P tc7200 info

from bcm2-utils.

PatrykMis avatar PatrykMis commented on September 12, 2024

https://github.com/jclehner/bcm2-utils/releases/tag/v0.9.4

from bcm2-utils.

shuaigai2020 avatar shuaigai2020 commented on September 12, 2024

thank PatrykMis ;
i get this tool now , but i can not dump successful , as below error :

C:\bcm2utils-v0.9.4-win32>bcm2dump.exe dump 192.168.100.1,foo,bar flash image1 image.bin

error: telnet: read1: No such file or directory

may that is related the board don't enable the telnet .
strange , i let the board online to CMTS, i can walk the Ubee private snmp objects . but i can not walk successful the Broadcom private objects:
Name: broadcom
Type: OBJECT-IDENTIFIER
OID: 1.3.6.1.4.1.4413
Full path: iso(1).org(3).dod(6).internet(1).private(4).enterprises(1).broadcom(4413)
Module: BRCM-SMI

Parent: enterprises

do you know where is the limitation .

but strange , i can active the factory mode , then can walk success the factory objects:
Name: cableDataPrivate
Type: OBJECT-IDENTITY
OID: 1.3.6.1.4.1.4413.2.99
Full path: iso(1).org(3).dod(6).internet(1).private(4).enterprises(1).broadcom(4413).cableData(2).cableDataPrivate(99)
Module: BRCM-CABLEDATA-SMI

Parent: cableData

from bcm2-utils.

PatrykMis avatar PatrykMis commented on September 12, 2024

Try:

bcm2dump.exe -vv -L log.txt dump 192.168.100.1,foo,bar flash image1 image.bin

Then post logs.

from bcm2-utils.

shuaigai2020 avatar shuaigai2020 commented on September 12, 2024

i find the root cause for dump failed, that is really related the telnet disabled.
so i face the issue is how to enabled the telnet .i already include the mib configuration in the cm config file as below :
SnmpMibObject iso.3.6.1.4.1.4413.2.2.2.1.1.1.1.0 HexString 0xc8 ;
SnmpMibObject iso.3.6.1.4.1.4413.2.2.2.1.1.1.3.0 String "telnet" ;
SnmpMibObject iso.3.6.1.4.1.4413.2.2.2.1.1.1.2.0 String "telnet" ;
SnmpMibObject iso.3.6.1.4.1.4413.2.2.2.1.1.1.4.0 Integer 1 ;
SnmpMibObject iso.3.6.1.4.1.4413.2.2.2.1.1.1.11.0 Integer 60 ;

but after the board online , i still can not access by telnet , recheck by walk snmp from CM wan , i can not access any broadcom private objects, as the telnet objects belong the broadcom node , so i think my telnet configuration don't take accout .
do you know where is the limitation , why i can not access broadcom private mib ?

thanks

from bcm2-utils.

PatrykMis avatar PatrykMis commented on September 12, 2024

Did you try to login via SSH?
Try to set object 3.6.1.4.1.4413.2.2.2.1.1.1.1.0
to 0x08 instead of 0xc8. It is probably interface on which Telnet is listening to.

from bcm2-utils.

shuaigai2020 avatar shuaigai2020 commented on September 12, 2024

i think the issue related to the all broadcom private mib are limited , so though the config file included the telnet configuration , but finally that don't take accout, then telnet still disabled . but right now i don't know how to remove or disable this limitation.

ps : 0xc8 are both for CM WAN, and LAN

from bcm2-utils.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.