下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、.华为OLT配置HGU 技术指导书文档摘要:HGU在华为OLT上的配置,注册以及简单的单播和组播的业务一、登陆OLT使用telnet登陆:telnet 182.125.101.108User: huaweiPassword:huawei123进入配置模式HuaWeiGponenableHuaWeiGpon#config二、配置模板(1)建立srvprofile模板Srvprofile模板:相当于中兴OLT的ONU type,可以设置ONU有几个uni口,几个语音pots口等,在建立模板之前我们可以先查看其他人在OLT上建立好的模板,如果没有你想要的模板再自己创建。查看已有srvprofile模
2、板:HuaWeiGpon(config)#display ont-srvprofile gpon allHuaWeiGpon(config)#display ont-srvprofile gpon profile-id 1 查看具体模板创建srvprofile模板:HuaWeiGpon(config)#ont-srvprofile gpon profile-id 19HuaWeiGpon(config-gpon-srvprofile-19)#ont-port eth 4 pos 2 /设置ont有几个uni口 HuaWeiGpon(config-gpon-srvprofile-19)#port
3、 vlan eth 1 2100/划分ont的端口VLANHuaWeiGpon(config-gpon-srvprofile-19)#commit(2)建立DBA模板HuaWeiGpon(config)#dba-profile add profile-id 40 ? type1 fix 102400(绑定固定带宽100M)- Command of config Mode:-profile-name DBA profile nametype1 Fixed bandwidthtype2 Assured bandwidthtype3 Assured bandwidth, Maximum bandwi
4、dthtype4 Maximum bandwidthtype5 Fixed bandwidth, Assured bandwidth, Maximum bandwidth可以看到DBA模板有5中type:type1:只绑定固定带宽type2:只绑定保证带宽type3:绑定保证带宽和最大带宽type4:只绑定最大带宽type5:绑定固定带宽、保证带宽、最大带宽(3)建立lineprofile模板Lineprofile模板:创建tcont,gemport,并且绑定DBA模板(带宽)查看lineprofile模板:HuaWeiGpon(config)#display ont-lineprofile
5、gpon allHuaWeiGpon(config)#display ont-lineprofile gpon profile-id 2 /查看具体模板信息修改已有的lineprofile模板,把需要的vlan加入模板中:HuaWeiGpon(config)#ont-lineprofile gpon profile-id 25 HuaWeiGpon(config-gpon-lineprofile-25)#gem mapping 1 6 vlan 1007 /1指的是gem index,0指的是mapping index,一个模板中只能有一个gem indexHuaWeiGpon(config-
6、gpon-lineprofile-25)#commit创建lineprofile模板:HuaWeiGpon(config)#ont-lineprofile-gpon profile-id 20HuaWeiGpon(config-gpon-lineprofile-25)#tcont 1 dba-profile-id 20 /添加tcont绑定dbaHuaWeiGpon(config-gpon-lineprofile-25)#gem add 1 eth tcont 1 /将tcont与gem port 1绑定HuaWeiGpon(config-gpon-lineprofile-25)#gem ma
7、pping 1 0 vlan 1003 /gem mapping 添加 vlan 1 0指的是1号tcont,vlan序号HuaWeiGpon(config-gpon-lineprofile-25)#gem mapping 1 1 vlan 1004 /gem mapping 添加 vlanHuaWeiGpon(config-gpon-lineprofile-25)#gem mapping 1 2 vlan 2008 /gem mapping 添加 vlanHuaWeiGpon(config-gpon-lineprofile-25)#commit 注意要存储一个gemport对应一个FE口,h
8、gu只有一个虚端口,所以所有mapping只能都加到一个gemport中(4)注册ONT查看未注册ont:HuaWeiGpon(config)#display ont autofind all注册ont:HuaWeiGpon(config)#interface gpon 0/1 /进入1号pon板HuaWeiGpon(config-if-gpon-0/1)#ont confirm 1 (ontid 14)pon口下ont id号 sn-auth 4857544365778904 omci ont-lineprofile-id 20 ont-srvprofile-id 20/1为pon口修改on
9、t绑定的模板:HuaWeiGpon(config-if-gpon-0/1)#ont modify 1 7 ont-lineprofile-id 5 ? /2号pon口7号ONU 修改为ont-lineprofile-id 5删除ont:如果一个ont创建了service-port,要删除这个ont,必须先删除掉这个ont上所有的service-portHuaWeiGpon(config-if-gpon-0/1)#ont delete 1 8 /删除2号pon口8号ont(5)vlan加入上联口和虚口HuaWeiGpon(config)#vlan 1003 smart /建立vlan 1003H
10、uaWeiGpon(config)#port vlan 1003 0/7 0 /将vlan加入上联口1创建service-port(单播):HuaWeiGpon(config)#service-port vlan 2510 gpon 0/1/1 ont 2 gemport 1 multi-service user-vlan 2510/vlan 加入ont pon 与gemport绑定,其中gpon 0/1/0 指的分别是机框,1号槽位,1号pon口删除service-port:如果一个ont创建了service-port,要删除这个ont,必须先删除掉这个ont上所有的service-port
11、HuaWeiGpon(config)#undo service-port port 0/1/0 ont 9 gemport 1 user-vlan 1003/删除1号槽位1号pon口9号ONU gemport1中的1003 vlanHuaWeiGpon(config)#undo service-port all/删除所有的olt上所有的service-port(6)组播配置创建业务vlanHuaWeiGpon (config)#vlan 2008 smart上联口加入业务vlanHuaWeiGpon (config)#port vlan 2008 0/7 2 /上联口7号板卡2号上联口加入组播
12、vlan创建组播vlanHuaWeiGpon (config)#multicast-vlan 2008/创建组播vlanHuaWeiGpon (config)#multicast-vlan 2008HuaWeiGpon (config-mvlan 2008)#igmp mode proxy/配置olt igmp modeHuaWeiGpon (config-mvlan 2008)#igmp version v2/配置olt igmp versionHuaWeiGpon (config-mvlan 2008)#igmp program add ip 229.1.1.1/建立组播源HuaWeiGp
13、on (config-mvlan 2008)#igmp program add batch 229.1.1.1 to-ip 229.1.1.10/建立一个范围的组播源绑定组播vlan与上联口HuaWeiGpon (config-mvlan 2008)#igmp default uplink-port 0/7/2创建service-portHuaWeiGpon(config)#service-port vlan 2008 gpon 0/1/1 ont 2 gemport 1 multi-service user-vlan 2008/Pon 口、ONT加入vlan(与单播相同)Service-po
14、rt 加入igmpHuaWeiGpon(config)#display service-port all/查看service-port的indexHuaWeiGpon (config-btv)#igmp user add service-port 100 /将单播vlan的index加入到组播中配置组播vlan memberHuaWeiGpon (config)#multicast-vlan 2008HuaWeiGpon (config-mvlan 2008)#igmp multicast-vlan member service-port 100配置ont端口组播vlanHuaWeiGpon
15、(config-gpon-srvprofile-20)#port multicast-vlan eth 1 2008设置ont的组播模式HuaWeiGpon (config-if-gpon-0/1)#ont multicast-mode 3 1 igmp-snooping(7)QOS增加一个ont的流分类规则,precedenceHuaWeiGpon (config)#classification 88HuaWeiGpon (config-classification-profile-88)#rule add precedence 1 queue-mapped 3 ethernet prioritymark 7 condition-num1绑定QOS规则到ont-srvprofile HuaWeiGpon (c
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 《润滑系统 检验规范》
- PVC行线槽生产线项目可行性研究报告模板-申批备案
- 2026年平衡车生产质量大数据分析
- 行政法学测模拟试题及答案
- #2高厂变高压侧B相套管存在异音的应急保证措施
- 生产与运作管理考试题和答案
- 2026年交通事故急救考核试卷
- 村集体经济组织管理考试题库完整版及答案
- 2026年职业病诊断医师(基础理论及法律法规)试卷练习及答案(山东)
- 2026年陕西省商洛市纪委监委公开遴选公务员笔试试题及答案解析
- 四川省高速公路施工标准化技术指南-桥梁工程
- 护理老年护理知识与技能
- (2026版)E6(R3)药物临床试验质量管理规范实施课件
- 2026年华为校招试题
- 职业暴露评价的队列设计
- 奢享级足浴盆多穴位按摩恒温理疗推广方案
- 慢性病管理中医体质干预方案
- 汽车安全标准ISO26262项目计划
- 室外保洁程序培训课件
- 制浆造纸工艺课件
- 三级医院耳鼻喉科运行管理规范
评论
0/150
提交评论