新足迹

 找回密码
 注册

精华好帖回顾

· 我的家在Central Coast (2012-12-13) overbridge · 安装抽油烟机(完工) (2012-1-6) PACIFIC
· 亲试过最容易的减肥方法-2天苹果牛奶法-4轮减7kg。。。 (2010-5-7) Q_ma · ❀❀❀带着狗子去旅行之茄子酱在南澳~~~~❀❀❀(完结) (2021-5-27) 小兔白又白
Advertisement
Advertisement
查看: 1082|回复: 0

有人tweak 过 snr不? [复制链接]

发表于 2014-4-21 21:50 |显示全部楼层
此文章由 小小强 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 小小强 所有!转贴必须注明作者、出处和本声明,并保持内容完整
搜到一文章, 自己试了一下, 下载速度从4xx, 升到7xx, 当然是牺牲稳定性为前提。。。 目前还没啥感觉不稳定 用用再说。 下面是那文章, 大家有兴趣的搜搜自己型号的modem, 后果自负 哈哈哈哈

http://pyro.eu.org/how-to/micro/billion-bipac-5200s.txt

Tweaking ADSL2+ performance on Billion BiPAC 5200S ADSL router, via telnet CLI
(same chipset as ZyXel P660R-D1?, Speed-Modem 50B?)

Telnet to the router's IP address to access the CLI.

View relevant line data:

router> show wan adsl chandata
near-end interleaved channel bit rate: 0 kbps
near-end fast channel bit rate: 2062 kbps
far-end interleaved channel bit rate: 0 kbps
far-end fast channel bit rate: 903 kbps

router> show wan adsl linedata near
relative capacity occupation: 100%
noise margin downstream: 17.5 db
output power upstream: 12.3 dbm
attenuation downstream: 44.0 db


MANUALLY ADJUSTING LINE RATE FOR ADSL2+

The default setting is normally 0 0

Check your existing setting before making a change:
router> wan dmt2 set snrmoffset -1792 -1792

Subtract 512 from both values to reduce SNR margin by 1 dB:
reduces speed, increases stability

Add 512 to both values to reduce SNR margin by 1 dB:
increases speed, reduces stability

Example:
Auto-negotiated SNR margin was 17.5 dB
Reducing margin by 14 dB should increase speed:  -1792 + (14 * 512) = 5376

router> wan dmt2 set snrmoffset 5376 5376
router> wan adsl reset

After re-sync (1-2 mins), view line data again to compare:

router> show wan adsl chandata
near-end interleaved channel bit rate: 0 kbps
near-end fast channel bit rate: 5017 kbps
far-end interleaved channel bit rate: 0 kbps
far-end fast channel bit rate: 911 kbps

router> show wan adsl linedata near
relative capacity occupation: 100%
noise margin downstream: 5.4 db
output power upstream: 12.3 dbm
attenuation downstream: 44.0 db

Noise margin actually reduced by about 12.1 dB to 5.4 dB;
downstream line rate is now 5017 kbps! (up from 2062 kbps)

If connection fails to resynchronise, retry with a setting that allows for a
larger noise margin (usually it seems at least 3 dB is needed for day/night
atomospheric variation of radio interference in the phone line;  preferably
6 dB, or even more if strong local sources of interference are causing frequent
resyncs.

Use 'attentuation downstream' figure plus the chosen target SNR margin to
estimate theoretical maximum rate for a line in perfect condition:
* http://www.kitz.co.uk/adsl/max_speed_calc.php

eg. 44.0 dB (from data above) + 6 dB (my chosen target SNR) = 50.0 dB;
estimates 5152 kbps as the best achievable rate.

To make changes persistent, the CLI contains a basic text editor for
autoexec.net which contains CLI commands that are run automatically after a full
reboot of the modem:

router> sys edit autoexec.net
EDIT cmd: q(uit) x(save & exit) i(nsert after) d(elete) r(eplace) n(ext)

评分

参与人数 1积分 +6 收起 理由
用什么轻舞 + 6 谢RED解惑

查看全部评分

Advertisement
Advertisement

发表回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Advertisement
Advertisement
返回顶部