C114门户论坛百科APPEN| 举报 切换到宽版

亚星游戏官网

 找回密码
 注册

只需一步,快速开始

短信验证,便捷登录

搜索
查看: 7950|回复: 0

中兴9806H 8M模板 [复制链接]

军衔等级:

亚星游戏官网-yaxin222  新兵

注册:2014-8-11
发表于 2016-7-26 11:01:51 |显示全部楼层
atm pvc 1 vpi 0 vci 35 common
  pvid 662 pvc 1
end
configure interface adsl 3/4
  adsl profile ZTE6M.PRF
  atm pvc 1 vpi 0 vci 35 common
  pvid 663 pvc 1
end
configure interface adsl 3/5
  adsl profile ZTE6M.PRF
  atm pvc 1 vpi 0 vci 35 common
   pvid664 pvc 1
end
configure interface adsl 3/6
  adsl profile ZTE6M.PRF
  atm pvc 1 vpi 0 vci 35 common
  pvid 665 pvc 1
end
configure interface adsl 3/7
  adsl profile ZTE6M.PRF
  atm pvc 1 vpi 0 vci 35 common
  pvid 666 pvc 1
end
configure interface adsl 3/8
  adsl profile ZTE6M.PRF
  atm pvc 1 vpi 0 vci 35 common
  pvid 667 pvc 1
end
configure interface adsl 3/9
  adsl profile ZTE6M.PRF
  atm pvc 1 vpi 0 vci 35 common
  pvid 668 pvc 1
end
configure interface adsl 3/10
  adsl profile ZTE6M.PRF
  atm pvc 1 vpi 0 vci 35 common
  pvid 669 pvc 1
end
configure interface adsl 3/11
  adsl profile ZTE6M.PRF
  atm pvc 1 vpi 0 vci 35 common
  pvid 670 pvc 1
end
configure interface adsl 3/12
  adsl profile ZTE6M.PRF
  atm pvc 1 vpi 0 vci 35 common
  pvid 671 pvc 1
end
configure interface adsl 3/13
  adsl profile ZTE6M.PRF
  atm pvc 1 vpi 0 vci 35 common
  pvid 672 pvc 1
end
configure interface adsl 3/14
  adsl profile ZTE6M.PRF
shoufeizhan2#dong5-9806(config)# show adslprofile
All Existing Line Profiles        :
1                                 : ADSL4M.PRF
2                                 : DEFVAL.PRF
3                                 : ZPE8M.PRF
4                                 : ZTE6M.PRF
5                                 : ZTE8M.PRF
shoufeizhan2#dong5-9806(config)# ads
adsl
adsl-alarm-profile
adsl-profile
shoufeizhan2#dong5-9806(config)# show adslprofile zte8m.prf
AtucConfRateMode          : adaptAtStartup
AtucConfRateChanRatio     : 0
AtucConfTargetSnrMgn      : 80
AtucConfMaxSnrMgn         : 310
AtucConfMinSnrMgn         : 0
AtucConfDownshiftSnrMgn   : 0
AtucConfUpshiftSnrMgn     : 0
AtucConfMinUpshiftTime    : 0
AtucConfMinDownshiftTime  : 0
ConfProfileLineType       : interleaved-only
AtucChanConfFastMaxTxRate : 8192
AtucChanConfFastMinTxRate : 32
AtucChanConfIntlvMaxTxRt  : 8192
AtucChanConfIntlvMinTxRt  : 32
AtucChanConfMaxIntlvDelay : 16
AturConfRateMode          : adaptAtStartup
AturConfRateChanRatio     : 0
AturConfTargetSnrMgn      : 80
AturConfMaxSnrMgn         : 310
AturConfMinSnrMgn         : 0
AturConfDownshiftSnrMgn   : 0
AturConfUpshiftSnrMgn     : 0
shoufeizhan2#dong5-9806(config)# interfaceadsl 3/1
shoufeizhan2#dong5-9806(cfg-if-adsl-3/1)#adsl profile zte6m.prf
shoufeizhan2#dong5-9806(cfg-if-adsl-3/1)#show run interface 3/1
end
configure interface adsl 3/1
  adsl profile ZTE6M.PRF
  atm pvc 1 vpi 0 vci 35 common
  pvid 660 pvc 1
shoufeizhan2#dong5-9806(cfg-if-adsl-3/1)#
一、首先创建一个速率模板(例如创建一个模板ADSL_8M)
    命令如下:
  9806H(config)# adsl-profile ADSL_8M   //新建速率模板ADSL_8M
9806H(config)# adsl-profile ADSL_8M   //配置速率模板ADSL_8M的具体参数。
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]8192   //配置下行快速信道最大传输速15M
AtucChanConfFastMinTxRate(0..15360kbps):[32]
AtucChanConfInterleaveMaxTxRate(0..102400kbps):[1024]8192
AtucChanConfInterleaveMinTxRate(0..15360kbps):[32]
AtucChanConfMaxInterleaveDelay(0..255ms):[16]
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]512  //配置上行快速信道最大传输速率1M
AturChanConfFastMinTxRate(0..1024kbps):[32]
AturChanConfInterleaveMaxTxRate(0..10240kbps):[512]512
AturChanConfInterleaveMinTxRate(0..1024kbps):[32]
AturChanConfMaxInterleaveDelay(0..255ms):[16]
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):[3]
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 otherkey to complete?[C]
二、进入要修改的端口进行端口速率的修改:
9806H(config)# interface range adsl 1/1-24
9806H(config)# adsl profile ADSL_8M
现在端口1124口的速率就改为8M了!

举报本楼

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

手机版|C114 ( 沪ICP备12002291号-1 )|联系大家 |网站地图  

GMT+8, 2024-11-13 13:51 , Processed in 0.265258 second(s), 15 queries , Gzip On.

Copyright © 1999-2023 C114 All Rights Reserved

Discuz Licensed

回顶部
XML 地图 | Sitemap 地图