Kitz ADSL Broadband Information
adsl spacer  
Support this site
Home Broadband ISPs Tech Routers Wiki Forum
 
     
   Compare ISP   Rate your ISP
   Glossary   Glossary
 
Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: 1 [2]

Author Topic: Getting stats with D-link DSL 3590L in telnet  (Read 8477 times)

white.devils

  • Member
  • **
  • Posts: 11
Re: Getting stats with D-link DSL 3590L in telnet
« Reply #15 on: October 01, 2015, 06:20:36 PM »

i have this response if i digit that line. Even if i digit only dsltest there is no response.
Logged

ejs

  • Kitizen
  • ****
  • Posts: 2078
Re: Getting stats with D-link DSL 3590L in telnet
« Reply #16 on: October 01, 2015, 06:31:26 PM »

Not what I was looking for, but I suppose we could try working with it. If the mctl command allows getting whole objects at a time, you could try:
Code: [Select]
mctl -g InternetGatewayDevice.WANDevice.1.WANDSLInterfaceConfigand
Code: [Select]
mctl -g InternetGatewayDevice.WANDevice.1.WANDSLInterfaceConfig.Stats.Total
Logged

white.devils

  • Member
  • **
  • Posts: 11
Re: Getting stats with D-link DSL 3590L in telnet
« Reply #17 on: October 01, 2015, 06:53:49 PM »

response is nothing, i have found this page, maybe it can be usefull https://www.broadband-forum.org/cwmp/tr-069-1-0-0.html
Logged

ejs

  • Kitizen
  • ****
  • Posts: 2078
Re: Getting stats with D-link DSL 3590L in telnet
« Reply #18 on: October 01, 2015, 07:00:56 PM »

Try "mctl -h", you don't want to have to do lots of different commands like "mctl -g InternetGatewayDevice.WANDevice.1.WANDSLInterfaceConfig.DownstreamAttenuation" to get one item at a time.

Edit: Just "mctl -h" to get help on the mctl command.
Logged

burakkucat

  • Respected
  • Senior Kitizen
  • *
  • Posts: 38300
  • Over the Rainbow Bridge
    • The ELRepo Project
Re: Getting stats with D-link DSL 3590L in telnet
« Reply #19 on: October 01, 2015, 07:17:31 PM »

here the file:
https://www.dropbox.com/s/v8ch7frldc29pyy/cmd.txt?dl=0

Thank you. I've downloaded a copy and will have a look to see what is there . . .
Logged
:cat:  100% Linux and, previously, Unix. Co-founder of the ELRepo Project.

Please consider making a donation to support the running of this site.

ejs

  • Kitizen
  • ****
  • Posts: 2078
Re: Getting stats with D-link DSL 3590L in telnet
« Reply #20 on: October 02, 2015, 07:28:57 AM »

I downloaded the DSL 3590L GPL source code. It is one of those two systems in one box type devices (BCM4708 + BCM6318). The trouble is, it's difficult to work out how to get from the wireless router part, into the DSL modem part where the xdslctl command is.

Looking at the "mctl -h" output, you might be able to get some stats from:
Code: [Select]
mctl -d InternetGatewayDevice.WANDevice.1.WANDSLInterfaceConfigand
Code: [Select]
mctl -d InternetGatewayDevice.WANDevice.1.WANDSLInterfaceConfig.Stats.Total
Logged

white.devils

  • Member
  • **
  • Posts: 11
Re: Getting stats with D-link DSL 3590L in telnet
« Reply #21 on: October 02, 2015, 08:25:39 AM »

i have tried this
Logged

ejs

  • Kitizen
  • ****
  • Posts: 2078
Re: Getting stats with D-link DSL 3590L in telnet
« Reply #22 on: October 02, 2015, 08:45:43 AM »

Oh well, that doesn't work either then. I suppose you could write a program or script to automate getting various values one by one (you may find some items defined by the TR-069 / TR-098 standard never get filled in by the firmware), but apart from that, I don't know exactly how the modem is connected to the wireless router part, and even if we did work that out, there doesn't appear to be any telnet command or anything like that to access the shell in the modem part.
Logged

white.devils

  • Member
  • **
  • Posts: 11
Re: Getting stats with D-link DSL 3590L in telnet
« Reply #23 on: October 02, 2015, 08:51:45 AM »

so there is no possibility to modify snr margin ?
Logged

white.devils

  • Member
  • **
  • Posts: 11
Re: Getting stats with D-link DSL 3590L in telnet
« Reply #24 on: October 05, 2015, 07:02:14 PM »

anyone have news??
Logged

burakkucat

  • Respected
  • Senior Kitizen
  • *
  • Posts: 38300
  • Over the Rainbow Bridge
    • The ELRepo Project
Re: Getting stats with D-link DSL 3590L in telnet
« Reply #25 on: October 05, 2015, 09:14:47 PM »

I am sorry, I forgot to reply after looking at the long listing of the file system.  :-[

Unfortunately I am unable to see any command that could output the expected, typical statistics.  :(
Logged
:cat:  100% Linux and, previously, Unix. Co-founder of the ELRepo Project.

Please consider making a donation to support the running of this site.

ejs

  • Kitizen
  • ****
  • Posts: 2078
Re: Getting stats with D-link DSL 3590L in telnet
« Reply #26 on: October 05, 2015, 10:14:12 PM »

About all I discovered from looking through the prebuilt binaries in the GPL code archive for the firmware, is that the IP address 10.61.42.5 is involved with updating the firmware of the "daughterboard" (which contains the ADSL modem) by tftp. On its own, this information does not help you do what you want to do. I don't know how you could get shell access to the modem part, or if it is even possible.
Logged
Pages: 1 [2]
 

anything