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:

Author Topic: Hacked OR not reporting  (Read 3474 times)

bhawkes

  • Member
  • **
  • Posts: 14
Hacked OR not reporting
« on: February 10, 2012, 08:45:31 AM »

Help!

Just tried to check OR stats prior to upgrade to 80/20 trial tonight (allegedly!) and found 'null' readings being reported since 2 Feb 8.30 - see attached partial log. 

Any ideas anyone?

Barry

[attachment deleted by admin]
Logged

Bald_Eagle1

  • Helpful
  • Kitizen
  • *
  • Posts: 2721
Re: Hacked OR not reporting
« Reply #1 on: February 10, 2012, 09:00:49 AM »

I haven't seen that before.

Is it still grabbing the stats every minute (even though the results are null)?

I presume you haven't changed anything in any of the batch file(s).

Is Teststats2.BAT still generating Current stats O.K. (bit-loading etc.)?

Is the null data still showing in the modem's GUI O.K?


EDIT:

In getstats.BAT, curl should obtain this data & store it in a temporary file (gdata$$).

curl -s %URL% >> %WORKING_FOLDER%\data$$"


Code: [Select]
var DSLCfg = new Array(new stDsl("InternetGatewayDevice.WANDevice.1.WANDSLInterfaceConfig","Up","VDSL2","","6142","23367","0","0","6321","31180","66","98","0","0","62","121","G.992.3_Annex_K_PTM"),null);
var DSLStats = new Array(new stStats("InternetGatewayDevice.WANDevice.1.WANDSLInterfaceConfig.Stats.Showtime","5546","0","21115","0","1117","261","0","0","0","0","0","0"),null);
var DslUpTime = "231632";
var time = 1;

Then it is munged in temporary files TEMP & temp2 to get rid of commas & speech marks & add spaces etc.

You could try temporarily disabling the 3 temporary text files' deletion so that you view them in a text editor (& hopefully see where the null data starts) by adding rem in front of the relevant commands.

rem del %WORKING_FOLDER%\TEMP"
rem del %WORKING_FOLDER%\temp2"
rem del %WORKING_FOLDER%\data$$"




EDIT 2:

Just another thought.........

Getstats.BAT uses the modem’s IP address, the default being 192.168.1.1

From memory, didn’t you change the default address?
If so, is it possible that you need to re-edit this near the top of getstats.BAT:-

rem ********** Set the URL for obtaining the stats **********
set URL=http://192.168.1.1/html/status/xdslStatus.asp

The 2nd part of data grabbing in getstats.BAT uses xdslcmd info –stats
This part still seems to be working O.K.

..........& echo xdslcmd info --stats & echo ********5>CON & sleep 1 & echo exit & echo *********6>CON & sleep 1 & echo exit & echo **********7>CON  & sleep 2 & echo ***********8>CON ) ^| Plink -telnet -P 23 192.168.1.1


The actual address is used here rather than %URL%:-
^| Plink -telnet -P 23 192.168.1.1 >> %WORKING_FOLDER%\data$$



« Last Edit: February 10, 2012, 12:24:07 PM by Bald_Eagle1 »
Logged

bhawkes

  • Member
  • **
  • Posts: 14
Re: Hacked OR not reporting
« Reply #2 on: February 10, 2012, 01:02:27 PM »

Paul,

No, it was not collecting but I think that was because it had been interrupted by BT changing the profile - data$$, login1, 2 and 3 were present in the directory, I cleared them and reset the scheduler and we are back in business.

I attach the first stats of the 80/20 upgrade.  I note that the SNR have dropped (of course) and also that interleaving has been turned off (now 1 and 1 whereas previously was 19 and 1). Graphs appear similar tp before except that the Bit loading is markedly different.

Before upgrade:-




After upgrade:-




Barry
Logged

Bald_Eagle1

  • Helpful
  • Kitizen
  • *
  • Posts: 2721
Re: Hacked OR not reporting
« Reply #3 on: February 10, 2012, 03:42:14 PM »

Hi Barry,



No, it was not collecting but I think that was because it had been interrupted by BT changing the profile - data$$, login1, 2 and 3 were present in the directory, I cleared them and reset the scheduler and we are back in business.


Ah, I'm glad you got it sorted.

Quote

I attach the first stats of the 80/20 upgrade.  I note that the SNR have dropped (of course)


It still looks you have some spare margin at 10dB DS & 15dB US, ready for the 100Mb upgrade.

Quote

and also that interleaving has been turned off (now 1 and 1 whereas previously was 19 and 1). Graphs appear similar tp before except that the Bit loading is markedly different.


Viewing them side-by-side, more or less everything looks generally better to me.

Quote

Before upgrade:-

After upgrade:-


Go on then, why don't you rub it in a bit more & post some speed test results?




Did I send you the version of GRAPHPD.BAT that plots Attainable rate changes?
(The data is already collected in modem_stats.log).

The plots are very similar in "appearance" to SNRM levels.

Paul.
Logged

bhawkes

  • Member
  • **
  • Posts: 14
Re: Hacked OR not reporting
« Reply #4 on: February 10, 2012, 04:56:09 PM »

Sorry Paul,







Barry

Logged