- 经验
- 91
- 分贝
- 0
- 家园分
- 439
- 在线时间:
- 2703 小时
- 最后登录:
- 2016-10-26
- 帖子:
- 35
- 精华:
- 0
- 注册时间:
- 2005-11-24
- UID:
- 66892
注册:2005-11-24
|
发表于 2014-2-19 22:16:51
|显示全部楼层
login:admin
password:admin
9806>enable
please input password:admin
----------------------------------------------------------------------
9806(config)#add-card ASTEB 1 添加单板
9806(config)#add-vlan 3999 添加管理vlan 3999
9806(config)#add-vlan 200-223 添加业务vlan 200-223
9806(config)#vlan 3999 5/1-2 tag 把vlan用tag的方式透传
9806(config)#vlan 200-223 5/1-2 tag
9806(config)#vlan 224-247 2/1-24 untag one-to-one 把业务vlan分配到每一个端口
----------------------------------------------------------------------
9806(config)#ip subnet 10.10.134.X 255.255.255.0 3999
9806(config)#ip route 0.0.0.0 0.0.0.0 10.10.134.1
----------------------------------------------------------------------
9806(config)#adsl-profile def2m 创建限速模版 需打两遍
9806(config)#adsl-profile def2m
----------------------------------------------------------------------
AtucConfRateMode(1-fixed,2-adaptAtStartup,3-adaptAtRuntime):[2]
AtucConfRateChanRatio(0..100):[0]
AtucConfTargetSnrMgn(0..310(0.1dB)):[80]
AtucConfMaxSnrMgn(80..310(0.1dB)):[310]
AtucConfMinSnrMgn(0..80(0.1dB)):[0]
AtucConfDownshiftSnrMgn(0..310):[0]
AtucConfUpshiftSnrMgn(0..310):[0]
AtucConfMinUpshiftTime(0..16383):[0]
AtucConfMinDownshiftTime(0..16383):[0]
ConfProfileLineType(1-fast-only,2-interleaved-only):[2]1
AtucChanConfFastMaxTxRate(0..102400kbps):[1024]2048 //修改上行速率
AtucChanConfFastMinTxRate(0..2400kbps):[0]
AtucChanConfInterleaveMaxTxRate(0..102400kbps):[1024]2048 //修改速率参数(上行的)
AtucChanConfInterleaveMinTxRate(0..2400kbps):[0]
AtucChanConfMaxInterleaveDelay(0..255ms):[16]8
AturConfRateMode(1-fixed,2-adaptAtStartup,3-adaptAtRuntime):[2]
AturConfRateChanRatio(0..100):[0]
AturConfTargetSnrMgn(0..310(0.1dB)):[80]
AturConfMaxSnrMgn(80..310(0.1dB)):[310]
AturConfMinSnrMgn(0..80(0.1dB)):[0]
AturConfDownshiftSnrMgn(0..310(0.1dB)):[0]
AturConfUpshiftSnrMgn(0..310(0.1dB)):[0]
AturConfMinUpshiftTime(0..16383):[0]
AturConfMinDownshiftTime(0..16383):[0]
AturChanConfFastMaxTxRate(0..10240kbps):[512] //按照需要修改速率(下行的)
AturChanConfFastMinTxRate(0..512kbps):[0]
AturChanConfInterleaveMaxTxRate(0..10240kbps):[512] //按照需要修改速率(下行的)
AturChanConfInterleaveMinTxRate(0..512kbps):[0]
AturChanConfMaxInterleaveDelay(0..255ms):[16]4
AtucDMTConfFreqBinsOperType(1-open,2-cancel):[2]
AturDMTConfFreqBinsOperType(1-open,2-cancel):[2]
LineDMTConfEOC(1-byte ,2-streaming ):[1]
LineDMTConfTrellis(1-on,2-off):[1]
AtucConfMaxBitsPerBin(0..15):[15]
AtucConfTxStartBin(6..511):[32]
AtucConfTxEndBin(32..511):[511]
AtucConfRxStartBin(6..63):[6]
AtucConfRxEndBin(6..63):[31]
AtucConfUseCustomBins(1-on,2-off):[2]
AtucConfDnBitSwap(1-on,2-off):[2]
AtucConfUpBitSwap(1-on,2-off):[2]
AtucConfREADSL2Enable(1-on,2-off):[2]
AtucConfPsdMaskType(1-DMT_PSD_MSK,2-ADSL2_PSD_MSK,3- ADSL2_READSL_WIDE_PSD_MSK,4-
ADSL2_READSL_NARROW_PSD_MSK):[2]
AtucConfPMMode(1-DISABLE,2-L2_ENABLE,3-L3_ENABLE,4-L3_ENABLE | L2_ENABLE): [1]
AtucConfPML0Time(0..255s):[240]
AtucConfPML2Time(0..255s):[120]
AtucConfPML2ATPR(0..31db):[3]
AtucConfPML2Rate(512..1024kbps):[512]
Press M or m key to modify, or the other key to complete?[C]
主要修改4个地方,影响速率,其它的参数默认即可,不需要修改!
----------------------------------------------------------------------
9806(config)#interface range adsl 2/1-24 进入端口
9806(cfg-if-range-adsl)#pvid 272-319 pvc 1 配置vlan
9806(cfg-if-range-adsl)#atm pvc 1 vpi 0 vci 35 固定格式
9806(cfg-if-range-adsl)#adsl profile def2m 限速模版
9806(cfg-if-range-adsl)#exit
9806#copy run star (save) 保存
9806# logout
ping 10.10.134.1
!!!! 通
.... 不通
----------------------------------------------------------------------
9806>show card
1 1 ASTEB 24 070100 V1.2.0P1T1 Inservice
2 1 ASTEB 24 070100 V1.2.0 P1T1 Inservice
3 1 VSTDC 16 061201 V1.2.0 P1T1 Inservice
4 1 VSTDC 16 061201 V1.2.0 P1T1 Inservice
5 1 SCCF 2 070304 V1.2.0 P1T1 Inservice
----------------------------------------------------------------------
|
|