收藏 分享(赏)

华为OLT配置说明.ppt

上传人:weiwoduzun 文档编号:3275775 上传时间:2018-10-10 格式:PPT 页数:46 大小:473.50KB
下载 相关 举报
华为OLT配置说明.ppt_第1页
第1页 / 共46页
华为OLT配置说明.ppt_第2页
第2页 / 共46页
华为OLT配置说明.ppt_第3页
第3页 / 共46页
华为OLT配置说明.ppt_第4页
第4页 / 共46页
华为OLT配置说明.ppt_第5页
第5页 / 共46页
点击查看更多>>
资源描述

1、,华为OLT配置业务说明,WuXiaofang System Test Enginner,摘要,1,Vlan配置 2,DBA profile 配置 3,线路模板:gpon-lineprofile配置 4,业务模板:ont-srvprofile配置 5,ONT注册 6,流量模板配置 7,service port配置 8,vlan与上联口关联 9,组播配置 10,删除业务,业务结构图,vlan,Dba profile,Line-profile,service-profile,ONT,流量模板,service port,Vlan配置,Vlan的几种类型: MA5600T(config)#vlan 6

2、01 ? -Command of config Mode: -Please press ENTER to execute command to VLAN range vlantypeVLAN type 创建指令: MA5600T(config)#vlan 601 smart MA5600T(config)#vlan 602 to 606 smart MA5600T(config)#vlan 701 to 706 smart,Vlan配置,显示所有vlan指令: MA5600T(config)#display vlan all |vlanattr|vlantype :Command:displa

3、y vlan all -VLAN Type Attribute STND-Port NUM SERV-Port NUM-1 smart common 4 02 smart common 4 010 smart common 1 030 smart common 4 070 smart common 4 0,DBA profile配置,DBA profile 的几种操作: MA5600T(config)#dba-profile ? -Command of config Mode: - add Add a DBA profile delete Delete a DBA profile modify

4、 Modify a DBA profile configuration,DBA profile配置,DBA profile中几种type: MA5600T(config)#dba-profile add ? -Command of config Mode: - profile-id DBA profile ID profile-name DBA profile name type1 Fixed bandwidth type2 Assured bandwidth type3 Assured bandwidth, Maximum bandwidth type4 Maximum bandwidth

5、type5 Fixed bandwidth, Assured bandwidth, Maximum bandwidth DBA profile 创建指令: MA5600T(config)#dba-profile add profile-id 2 type5 fix 10240 assure 10240 max 1024000 注意:MAX值一定要大于assure值。,DBA profile配置,显示所有配置的DBA profile: MA5600T(config)#display dba-profile all-Profile-ID type Bandwidth Fix Assure Max

6、Bindcompensation (kbps) (kbps) (kbps) times-1 1 No 5120 0 0 92 4 No 0 0 1024000 23 3 No 0 800000 1024000 04 1 No 1024000 0 0 0,线路模板:gpon-lineprofile,line profile主要配置GEM,TCONT,eth port,vlan的mapping关系.TCONT与GEM mapping的分两种模式:1,一个TCONT对应一个GEM 2,一个TCONT对应多个GEM,线路模板:gpon-lineprofile,1,一个TCONT对应一个GEM配置: 创

7、建gpon-lineprofile ID MA5600T(config)#ont-lineprofile gpon profile-id 10 profile-name wxf_1 MA5600T(config-gpon-lineprofile-10)#? -Command of (config-gpon-lineprofile-10)# Mode: - commit Commit profile data display Display information fec-upstream Configure the upstream FEC function gem GEM configura

8、tion command group mapping-mode Set the line profiles mapping mode omcc ONT management and control channel port-bundle ONT port bundle function qos-mode Set the line profiles QoS mode quit Exit from current mode and enter prior mode return Enter the privileged mode switch Switch language mode tcont

9、Bind the DBA profile to the T-CONT tr069-management Configure the tr069 management function undo Negate a command or set its defaults,线路模板:gpon-lineprofile,创建tcont,tcont与BW绑定指令: MA5600T(config-gpon-lineprofile-10)#tcont 1-6 dba-profile-id 2 gem 与tcont的mapping关系: MA5600T(config-gpon-lineprofile-10)#g

10、em add 1 eth tcont 1 MA5600T(config-gpon-lineprofile-10)#gem add 2 eth tcont 2 MA5600T(config-gpon-lineprofile-10)#gem add 3 eth tcont 3 MA5600T(config-gpon-lineprofile-10)#gem add 4 eth tcont 4 MA5600T(config-gpon-lineprofile-10)#gem add 5 eth tcont 5 MA5600T(config-gpon-lineprofile-10)#gem add 6 e

11、th tcont 6,线路模板:gpon-lineprofile,Mapping 模式设置: MA5600T(config-gpon-lineprofile-10)#mapping-mode ? -Command of (config-gpon-lineprofile-10)# Mode: - iptos IP TOS port PORT port-priority PORT+802.1p priority port-vlan PORT+VLAN port-vlan-priority PORT+VLAN+802.1p priority priority 802.1p priority vlan

12、 VLAN vlan-priority VLAN+802.1p priority MA5600T(config-gpon-lineprofile-10)#mapping-mode port-vlan-priority,Gem,eth port,vlan mapping关系 MA5600T(config-gpon-lineprofile-10)#gem mapping 1 1 eth 1 vlan 600 priority 0 MA5600T(config-gpon-lineprofile-10)#gem mapping 2 2 eth 1 vlan 601 priority 0 MA5600T

13、(config-gpon-lineprofile-10)#gem mapping 3 3 eth 1 vlan 602 priority 5 MA5600T(config-gpon-lineprofile-10)#gem mapping 4 4 eth 1 vlan 603 priority 3 MA5600T(config-gpon-lineprofile-10)#gem mapping 5 5 eth 1 vlan 604 priority 0 MA5600T(config-gpon-lineprofile-10)#gem mapping 6 6 eth 1 vlan 605 priori

14、ty 7 注意:这种mapping关系需要按照前面配置的mapping mode为依据,,线路模板:gpon-lineprofile,配置完成后保存配置。 MA5600T(config-gpon-lineprofile-10)#commit 显示配置line profile-10 MA5600T(config)#display ont-lineprofile gpon profile-id 10,线路模板:gpon-lineprofile,2,一个TCONT对应多个GEM, 创建gpon-lineprofile ID MA5600T(config)#ont-lineprofile gpon p

15、rofile-id 11 创建TCONT,以及tcont绑定DBA MA5600T(config-gpon-lineprofile-11)#tcont 1 dba-profile-id 2 创建GEM 以及gem 与tcont对应关系: MA5600T(config-gpon-lineprofile-11)#gem add 0 eth tcont 1 MA5600T(config-gpon-lineprofile-11)#gem add 1 eth tcont 1 MA5600T(config-gpon-lineprofile-11)#gem add 2 eth tcont 1 MA5600T

16、(config-gpon-lineprofile-11)#gem add 3 eth tcont 1 MA5600T(config-gpon-lineprofile-11)#gem add 4 eth tcont 1 MA5600T(config-gpon-lineprofile-11)#gem add 5 eth tcont 1 MA5600T(config-gpon-lineprofile-11)#gem add 6 eth tcont 1,线路模板:gpon-lineprofile,Gem,eth port,vlan mapping关系 MA5600T(config-gpon-linep

17、rofile-11)#gem mapping 0 0 eth 1 vlan 600 priority 0 MA5600T(config-gpon-lineprofile-11)#gem mapping 1 1 eth 1 vlan 601 priority 0 MA5600T(config-gpon-lineprofile-11)#gem mapping 2 2 eth 1 vlan 602 priority 5 MA5600T(config-gpon-lineprofile-11)#gem mapping 3 3 eth 1 vlan 603 priority 3 MA5600T(confi

18、g-gpon-lineprofile-11)#gem mapping 4 4 eth 1 vlan 604 priority 0 MA5600T(config-gpon-lineprofile-11)#gem mapping 5 5 eth 1 vlan 605 priority 7 注意:该指令中提到的vlan,priority值是最终从gem port 里面出去的vlan和priority。,线路模板:gpon-lineprofile,显示配置line profile-11 MA5600T(config)#display ont-lineprofile gpon profile-id 11

19、,业务模板:ont-srvprofile,ont-srvprofile主要配置vlan和pbit的几种操作类型。 创建ont-srvprofile ID : MA5600T(config)#ont-srvprofile gpon profile-id 80 profile-name wxf_1 MA5600T(config-gpon-srvprofile-80)#? -Command of (config-gpon-srvprofile-80)# Mode: - commit Commit profile data display Display information igmp-forwar

20、d Set ONT IGMP up datagrams forwarding mode mac-learning ONT MAC-address learning function multicast Multicast parameter configuration multicast-forward Set ONT multicast-forwarding mode native-vlan ONT Native-VLAN option function ont-port ONT ports capability set command group port port command gro

21、up quit Exit from current mode and enter prior mode return Enter the privileged mode switch Switch language mode transparent ONT transparent transmission function undo Negate a command or set its defaults,业务模板:ont-srvprofile,设置ONT的网络类型和数量(相当于创建ONTCARD) MA5600T(config-gpon-srvprofile-80)#ont-port ? -

22、Command of (config-gpon-srvprofile-80)# Mode: - catv CATV port eth ETH port moca MOCA port pots POTS port tdm TDM port tdm-srvtype TDM service type tdm-type TDM type MA5600T(config-gpon-srvprofile-80)#ont-port eth 1 pots 2 注:设置了1个ETH口,两个POST口。,业务模板:ont-srvprofile,几种不同的vlan操作和PRI操作1,vlan translate PR

23、I passthru(vlan: 60600,pri:0 ) MA5600T(config-gpon-srvprofile-80)#port vlan eth 1 ? -Command of (config-gpon-srvprofile-80)# Mode: - q-in-q Add a service VLAN translation Service-type: translation transparent Service-type: transparent vlanid VLAN IDMA5600T(config-gpon-srvprofile-80)#port vlan eth 1

24、translation 600 user-vlan 60,业务模板:ont-srvprofile,2,vlan passthru PRI passthru(vlan: 601, pri:0 ) MA5600T(config-gpon-srvprofile-80)#port vlan eth 1 601 3,vlan passthru PRI passthru(vlan: 602, pri:5 ) MA5600T(config-gpon-srvprofile-80)#port vlan eth 1 602 4,vlan passthru PRI translate(vlan: 603, pri:

25、23 ) MA5600T(config-gpon-srvprofile-80)#port vlan eth 1 translation 603 3 user-vlan 603 2 5,vlan translate PRI translate(vlan:65605,pri:17) MA5600T(config-gpon-srvprofile-80)#port vlan eth 1 translation 605 7 user-vlan 65 1,业务模板:ont-srvprofile,6,vlan add PRI passthru(vlan:untag604 pri:0) 创建vlan 604

26、的包透传。 MA5600T(config-gpon-srvprofile-80)#port vlan eth 1 604 创建native vlan指令: MA5600T(config)#interface gpon 0/2 MA5600T(config-if-gpon-0/2)#ont port native-vlan 0 3 eth 1 vlan 604 注意:该指令一定要在创建ONT之后建立,创建了native vlan相当于配置了PVID。 其中: 无native vlan 上行untag不通 tag通 有native vlan 上行tag不通 untag通,业务模板:ont-srvp

27、rofile,7.Q-in-Q 打开Q-in-Q模式: MA5600T(config-gpon-srvprofile-80)#port q-in-q eth 1 ? -Command of (config-gpon-srvprofile-80)# Mode: - switchEnable/disable/unconcern ONT the QinQ function 配置指令: MA5600T(config-gpon-srvprofile-80)#port q-in-q eth 1 enable MA5600T(config-gpon-srvprofile-80)#port vlan eth

28、1 q-in-q 606 user-vlan 66,业务模板:ont-srvprofile,显示srvprofile-80 指令: MA5600T(config)#display ont-srvprofile gpon profile-id 80 -ETH 1 0 IPHOST 1 0 -Notes: * indicates transparent attribute of the vlan-Port Port Service-type Index S-VLAN S-PRI C-VLAN C-PRI ENCAP S-PRItype ID POLICY-ETH 1 Translation 1 1

29、 - 1 - - - ETH 1 Translation 2 600 - 60 - - - ETH 1 Translation 3 605 7 65 1 - - ETH 1 Translation 4 601 - 601 - - - ETH 1 Translation 5 602 - 602 - - - ETH 1 Translation 6 603 3 603 2 - - IPHOST 1 Translation 1 1 - 1 - - - -Binding times : 1 -,ONT注册,查看还没有注册上,OLT自动发现的ONT MA5600T#display ont autofind

30、 all-Number : 5F/S/P : 0/2/0Ont SN : 4857544320111226Password : 0xABCDEF00111111111111VenderID : Ont Version : Ont SoftwareVersion : Ont EquipmentID : Ont autofind time : 2011-12-26 14:52:05+08:00-,ONT注册,ONT必须在指定的板子上注册:(F/S/P: 0/2/0) MA5600T(config)#interface gpon 0/2 MA5600T(config-if-gpon-0/2)#注册O

31、NT关联相关的lineprofile和srvprofile MA5600T(config-if-gpon-0/2)#ont add 0 3 sn-auth 4857544320111226 omci ont-lineprofile-id 10 ont-srvprofile-id 80 注:0 为OLT的PON 口,3为ONT ID 注册有两种方式:password-auth 注册和sn-auth 注册。,ONT注册,查看0机框上面板子上所有已经注册上的ONT及状态: MA5600T(config)#display ont info 0 all F/S/P: 0/2/0-ONT-ID SN Co

32、ntrol Run Config Match Protectflag state state state side -1 485754430B000526 active offline initial initial no -,ONT注册,查看整个ONT的配置信息: MA5600T(config)#display ont info 0 2 0 3 (F/S/P/ONT) -Command of privilege Mode: -Please press ENTER to execute command MA5600T(config)#display ont info 0 2 0 3 -F/S/

33、P : 0/2/0ONT-ID : 3Control flag : activeRun state : onlineConfig state : normalMatch state : matchDBA type : SRONT distance(m) : 219ONT battery state : charge stateAuthentic type : SN-authSN : 4857544320111226 (HWTC-20111226)Management mode : OMCI,流量模板配置,配置流量模板: MA5600T(config)#traffic table ip inde

34、x 21 cir off priority ? -Command of config Mode: - prival Priority of the package described in 802.1p user-cos Copy CoS priority user-inner-cos Remark from CoS priority of input packages CTag user-tos Copy ToS priorityMA5600T(config)#traffic table ip index 21 cir off priority 6 priority-policy tag-I

35、n-Package MA5600T(config)#traffic table ip index 22 cir off priority 5 inner-priority 1 priority-policy local-Setting,流量模板配置,显示流量模板信息: MA5600T(config)#display traffic table ip from-index 0 |to-index : Command:display traffic table ip from-index 0 -TID CIR(kbps) CBS(bytes) PIR(kbps) PBS(bytes) Pri Co

36、py-policy Pri-Policy-0 1024 34768 2048 69536 6 - tag-pri 1 2496 81872 4992 163744 6 - tag-pri 2 512 18384 1024 36768 0 - tag-pri 3 576 20432 1152 40864 2 - tag-pri 4 64 4048 128 8096 4 - tag-pri 5 2048 67536 4096 135072 0 - tag-pri 6 off off off off 0 - tag-pri 7 off off off off 7 user-cos tag-pri 8

37、 off off off off 5user-cos local-pri 注:前面的是限速,后面是对pri的操作:,service port 配置,该指令描述的是OLT中vlan和pbit几种操作1,olt上联口不做vlan转换,pbit不做转换:(OLT vlan:600600,602602 pri:all0) MA5600T(config)#service-port 2 vlan 600 gpon 0/2/0 ont 3 gemport 1 multi-service user-vlan 600 rx-cttr 6 tx-cttr 6 MA5600T(config)#service-por

38、t 4 vlan 602 gpon 0/2/0 ont 3 gemport 3 multi-service user-vlan 602 rx-cttr 6 tx-cttr 6 注:2是service-port ID,关联的是GPON 0/2/0 中ont3 gemport 1 ,使用的带宽是rx-cttr 6 tx-cttr 6,service port 配置,2,olt上联口不做vlan转换,pbit做转换:(OLT vlan:604604,605605 pri:copy) MA5600T(config)#service-port 6 vlan 604 gpon 0/2/0 ont 3 ge

39、mport 5 multi-service user-vlan 604 rx-cttr 8 tx-cttr 8 MA5600T(config)#service-port 7 vlan 605 gpon 0/2/0 ont 3 gemport 6 multi-service user-vlan 605 rx-cttr 8 tx-cttr 83,olt上联口做vlan转换,pbit不做转换:(OLT vlan:601701, pri:all0) MA5600T(config)#service-port 3 vlan 701 gpon 0/2/0 ont 3 gemport 2 multi-service user-vlan 601 rx-cttr 6 tx-cttr 64,olt上联口不做vlan转换,pbit做转换:(OLT vlan:603703, pri:copy) MA5600T(config)#service-port 5 vlan 703 gpon 0/2/0 ont 3 gemport 4 multi-service user-vlan 603 rx-cttr 8 tx-cttr 8,

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 实用文档 > 说明文书

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报