版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. FTTX GPON终端操作维 护 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page1 参考资料 lMA5680T 配置指南-(V800R006C02) Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page2 培训目标 l学完本课程后,您应该能: p描述 FTTX各种终端类型 p列出 F
2、TTX终端注册的关键参数 p完成各类终端的维护操作任务 p会添加和修改ONT Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page3 目 录 l模板类型介绍 lONT添加流程 l各类ONT添加示例 lONT维护和查询 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page4 目 录 l模板类型介绍模板类型介绍 lONT添加流程 l各类ONT添加示例 lONT维护和查询 Copyright 2009 Huawei Techn
3、ologies Co., Ltd. All rights reserved. Page5 ONU注册流程 ONU Upstream-overhead PLOAM Serial Number request Serial Number ONU Assign ONU_ID Ranging Request Serial Number ONU Ranging time Sync with Downstream traffic O1 Pre-sync state OLT O2 Idle B/W map quiet zone O3 Idle B/W map quiet zone O4 O5 O6 Conf
4、igure Port ID Idle B/W map quiet zone Password Password Request OMCI created 关键点: OLT开窗请求ONU SN ONU上报SN OLT分配ONU ID与SN绑定 OLT分配管理Gem port ID OLT创建管理OMCI 通道 ONU密码上报和OLT密码验证(可选) Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page6 终端的各类模板 lDBA模板 pDBA模板描述了xPON的上行流量参数,通过绑定 DBA模板进行上行流量控
5、制。 l线路模板 p线路模板确定了ONT运行的底层线路参数,如 TCONT使用的DBA模板,GEM port ID,业务映射方式 (VLAN或802.1P),业务类型(以太网或TDM), QoS模式(PQ或者CAR),FEC加密与否。 l业务模板 pONT端口的类型和数量,端口编号和VLAN映射关系, 组播VLAN、VLAN切换方法 p在增加管理模式为OMCI的ONT时引用,MDU不需要 配置业务模板。 lSNMP模板 p当上层网络通过网管服务器管理设备时,需配置相 关的SNMP协议参数,包括SNMP版本,团体名,目的 IP。 线路模板 DBA 业务模板 A类 ONT B/C类 ONT 线路模
6、板 DBA SNMP模板 OMC SNMP Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page7 各类ONT管理方式 l终端管理方式分类 pOMCI:适合A类,FTTH系列 nHG850 (通过网线直接连,telnet 192.168.100.1,使用命令行方式) nOT928 (通过网线直接连,WEB页面打开 192.168.1.1,图形化界面) pSNMP:适合B类,FTTB系列 nMA5620G(可以远程从OLT telnet 到该终端上,命令行方式) Copyright 2009 Huawei T
7、echnologies Co., Ltd. All rights reserved. Page8 查询DBA模板 l查询已存在的DBA-profile nMA5680T(config)#display dba-profile all - 模板 类型 带宽 固定固定 保证保证 最大最大 绑定绑定 编号 补偿 带宽带宽(kbps) 带宽带宽(kbps) 带宽带宽(kbps) 次数次数 - 1 1 否 5120 0 0 0 2 1 否 1024 0 0 0 3 4 否 0 0 32768 0 4 2 否 0 1024 0 1 5 1 否 32768 0 0 0 6 1 否 102400 0 0 0
8、7 2 否 0 32768 0 0 8 2 否 0 102400 0 0 9 3 否 0 32768 65536 8 注:系统提供9个缺省模板,ID:19。 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page9 增加DBA模板 l增加一个新的DBA模板 pONT上只有绑定了DBA模板后,才能够用于承载业务。当系统缺省的 DBA模板不能够满足业务需求时,使用此命令新增一个DBA模板。 nMA5680T(config)#dba-profile add profile-id profile-id:22 prof
9、ilename|type1|type2|type3|type4| type5:profile-name profile-name:2M type1|type2|type3|type4|type5:type3 assure:assure assure-bandwidth:2048 max:max max-bandwidth:4096 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page10 增加ONT线路模板(1/4) l增加一个名为FTTH的ONT线路模板 p创建模板并进入模板配置模式 nMA5680T(c
10、onfig)#ont-lineprofile gpon profile-id profile-id:66 |profile-name:profile-name profile-name:ftth nMA5680T(config-gpon-lineprofile-66)# 注:创建线路模板或DBA模板的时候,如果不指定模板ID,则系统 会自动分配模板ID Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page11 增加ONT线路模板(2/4) pTCONT绑定DBA模板 (必须配置的参数) nMA5680T(c
11、onfig-gpon-lineprofile-66)#tcont tcont-list:2 dba-profile-id|dba-profile-name:dba-profile-id profile-id:22 p增加gem port 并映射到对应的TCONT (必须配置的参数) nMA5680T(config-gpon-lineprofile-66)#gem add|delete|mapping|modify:add gem-index:20 service-type:eth tcont:tcont tcont-id :2 |cascade|encrypt|gem-car|priority
12、- queue:priority-queue priority-queue:3 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page12 增加ONT线路模板(3/4) p配置映射模 nMA5680T(config-gpon-lineprofile-66)#mapping-mode iptos|port-priority|port-vlan-priority|port- vlan|port|priority|vlan-priority|vlan:vlan p配置gem port和VLAN的映射关系(必须配置的
13、参数) nMA5680T(config-gpon-lineprofile-66)#gem mapping gem-index:20 mapping-index:0 e1|eth|flow car|iphost|moca|priority|vlan:vlan vlan-id :10 |flow-car|priority: Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page13 增加ONT线路模板(4/4) p配置QoS模式 nMA5680T(config-gpon-lineprofile-66)#qos-m
14、ode flow-car|gem-car|priority-queue:priority-priority- queuequeue p提交使能所设置的参数 nMA5680T(config-gpon-lineprofile-66)#commit nMA5680T(config-gpon-lineprofile-66)#quit 注:所有参数设置,必须提交(commit),才能生效 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page14 查询ONT线路模板 l查询配置完成的线路模板 nMA5680T(conf
15、ig)#display ont-lineprofile gpon profile-id 66 - 模板编号 :66 模板名称 :ftth 接入类型 :GPON - 上行FEC开关 :去使能 QoS模式 :PQ 映射模式 :VLAN - DBA模板ID:1 DBA模板ID:22 - |业务类型:ETH |下行加密:关 |级联属性:关 |优先级:0 |GEM-CAR:- - 映射索引 VLAN 优先级 端口类型 端口索引 Flow-CAR - 0 10 - - - - - - 绑定次数 :0 - Copyright 2009 Huawei Technologies Co., Ltd. All ri
16、ghts reserved. Page15 增加A类ONT业务模板(1/3) l增加一个名为hg850的ONT业务模板 p创建业务模板并进入模板配置模式 nMA5680T(config)#ont-srvprofile epon|gpon:gpongpon |profile-id|profile-name:profile-idprofile-id profile-id:8888 |profile-name:profile-nameprofile-name profile-name:hg850hg850 nMA5680T(config-gpon-srvprofile-88)# Copyright
17、2009 Huawei Technologies Co., Ltd. All rights reserved. Page16 增加A类ONT业务模板(2/3) l配置ONT端口能力 (必须配置的参数) nMA5680T(config-gpon-srvprofile-88)#ont-port catv|eth|moca|pots|tdm-srvtype|tdm- type|tdm:etheth eth-port:4 4 |catv|moca|pots|tdm-srvtype|tdm- type|tdm:potspots pots-port:2 2 |catv|moca|tdm-srvtype|t
18、dm-type|tdm: pONT端口VLAN设置(必须配置的参数) nMA5680T(config-gpon-srvprofile-88)#port e1|priority-policy|q-in-q|vlan:vlanvlan eth|iphost|moca:etheth ont-portlist:1 1 translation|transparent|vlanid:1010 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page17 增加A类ONT业务模板(3/3) p配置组播报文VLAN TAG转发模
19、式(有组播业务时,才需要配置) nMA5680T(config-gpon-srvprofile-88)#multicast-forward tag|unconcern|untag:untaguntag p配置IGMP报文转发模式 (有组播业务时,才需要配置) nMA5680T(config-gpon-srvprofile-88)#igmp-forward translation|transparent|unconcern:unconcernunconcern p提交配置提交配置 MA5680T(config-gpon-srvprofile-88)#commit MA5680T(config-g
20、pon-srvprofile-88)#quit 注:所有参数设置,必须提交(commit),才能生效 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page18 查询A类ONT业务模板(1/2) nMA5680T(config)# display ont-srvprofile gpon profile-id 88 - 模板编号 : 88 模板名称 : hg850 接入类型 : GPON - 端口类型 端口数目 - POTS 2 ETH 4 TDM 0 MOCA 0 CATV 0 - TDM类型 : E1 TD
21、M业务类型 : TDMoGem MAC地址学习功能 : 使能 ONT透传功能 : 去使能 组播转发模式 : Untag 组播转发VLAN : - 上行IGMP报文转发模式 : 不关注 上行IGMP报文转发VLAN : - Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page19 查询A类ONT业务模板(2/2) - - 端口类型 端口编号 QinQ模式 优先级策略 - - ETH 1 不关注 不关注 ETH 2 不关注 不关注 ETH 3 不关注 不关注 ETH 4 不关注 不关注 - - 端口类型 端口编
22、号 业务类型 编号 业务VLAN 业务优先级 用 户 VLAN - - ETH 1 切换 1 1 - 1 ETH 1 切换 2 10 - 10 ETH 2 切换 1 1 - 1 ETH 3 切换 1 1 - 1 ETH 4 切换 1 1 - 1 IPHOST 1 切换 1 1 - 1 - - 绑定次数 : 0 - - Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page20 SNMP模板 l增加一个SNMP模板 nMA5680T(config)#snmp-profile add|delete|modify:
23、add profile-id|profile-name|version:profile-id profile-id:1 profile-name|version:profile-name profile-name:n2000 version:v2c readgroup:public writegroup:private des-ip:192.168.48.250 source-port:161 securityname:private Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page21 问题 lDBA
24、模板的作用是什么? l线路模板的作用是什么?线路加密方式在哪里配置? l为什么B类ONU不需要配置业务模板? Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page22 目 录 l模板类型介绍 lONT添加流程添加流程 l各类ONT添加示例 lONT维护和查询 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page23 终端配置流程 是否有合适的是否有合适的 DBADBA模板?模板? 增加增加DBADBA模板模板 开始开始
25、结束结束 是否有合适的是否有合适的 线路模板?线路模板? 是否有合适的是否有合适的 业务模板?业务模板? 增加线路模板增加线路模板 增加业务模板增加业务模板 增加增加ONTONT并绑定并绑定 相关模板相关模板 是是 是是 是是 否否 否否 否否 哪种哪种ONUONU类型?类型? A类类 BC类类 A类ONU需要线路模板和业务模板 B、C类ONU仅需要线路模板 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page24 两种ONT添加方式 l方式一:自动发现方式添加ONT p流程: nONT接入光纤上电 n使能
26、PON端口自动发现功能 nOLT添加ONT:确认自动发现的ONT的SN nONT正常注册 l方式二:手动方式添加ONT p流程: nONT接入光纤上电 nOLT添加ONT:手动添加ONT的SN nONT正常注册 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page25 自动发现方式添加ONT(1/2) l打开PON口自动发现功能 nMA5680T(config)#interface gpon 0/8 nMA5680T(config-if-gpon-0/8)#port portid:0 fec|ont-aut
27、o-find|ont-password- renew|range:ont-auto-find switch:enable l查询发现的ONT nMA5680T(config-if-gpon-0/8)#display ont autofind 0 - - 序列号 框/槽/端口 SN 密码 - - 1 0/ 8/ 0 323031312E396A41 2 0/ 8/ 0 3230313192E95441 3 0/ 8/ 0 323031319C46B841 - - Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. P
28、age26 自动发现方式添加ONT (2/2) l确认已经发现的ONT nMA5680T(config-if-gpon-0/8)#ont confirm portid:0 0 all|ontid|password-auth|sn-auth:ontidontid ontid: 8 8 password-auth|sn-auth:sn-authsn-auth sn:323031312E396A41323031312E396A41 omci|password-auth|snmp:omciomci ont-lineprofile-id|ont-lineprofile-name:ont-ont- lin
29、eprofile-idlineprofile-id profile-id:6666 ont-srvprofile-id|ont-srvprofile-name:ont-srvprofile-ont-srvprofile- idid profile-id:8888 |desc: 注:输入的SN必须是已经自动发现了的ONT Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page27 手动发现方式添加ONT l添加一个ONT nMA5680T(config-if-gpon-0/8)#ont add portid:0
30、 0 all|ontid|password-auth|sn-auth:ontidontid ontid: 8 8 password-auth|sn-auth:sn-authsn-auth sn:323031312E396A41323031312E396A41 omci|password-auth|snmp:omciomci ont-lineprofile-id|ont-lineprofile-name:ont-ont- lineprofile-idlineprofile-id profile-id:6666 ont-srvprofile-id|ont-srvprofile-name:ont-s
31、rvprofile-ont-srvprofile- idid profile-id:8888 |desc: Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page28 查看ONT状态 l查看已经添加后的ONT状态 nMA5680T(config-if-gpon-0/8)#display ont info 0 all - 框/槽/端口 ONT 序列号 控制 运行 配置 匹配 DBA 编号 标志 标志 状态 状态 方式 - 0/ 8/0 8 323031312E396A41 激活 在线 正常 匹配 SR 0/ 8
32、/0 10 323031312E396341 激活 在线 正常 匹配 SR - Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page29 目 录 l模板类型介绍 lONT添加流程 l各类各类ONT添加示例添加示例 lONT维护和查询 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page30 目 录 3. 各类各类ONT添加示例添加示例 p3.1 ONU激活配置举例激活配置举例HG850 p3.2 ONU激活配置举例 MA
33、5620G p3.3 ONU激活配置举例 OT928 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page31 ONT数据规划 设备类型设备类型HG850 OLT PON口0/8/0 ONT_ID1 SN323031312E396A41 管理方式OMCI ont-lineprofileID 91,名字 hg850 ont-srvprofile ID 91,名字 hg850 端口 4个 以太网口,2个POTS口 Copyright 2009 Huawei Technologies Co., Ltd. All
34、rights reserved. Page32 ONT业务数据规划 业务类型用户端口用户 VLAN ID GEM Port ID TCONT ID DBA ID 和名字带宽 语音IP HOST1722121,ftth_voipType1,固定 1M 上网ETH 1111222,ftth_hsiType2,保证 2M 组播ETH 22003323,ftth_iptvType3,保 证4M,最 大8M Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page33 添加不带业务ONT (1/2) l配置ONT线路模板
35、 nMA5680T(config)#ont-lineprofile gpon profile-id 91 profile-name hg850 nMA5680T(config-gpon-lineprofile-91)#commit nMA5680T(config-gpon-lineprofile-91)#quit l配置ONT业务模板 n MA5680T(config)#ont-srvprofile gpon profile-id 91 profile-name hg850 nMA5680T(config-gpon-srvprofile-91)#ont-port eth 4 pots 2 nM
36、A5680T(config-gpon-srvprofile-91)#commit nMA5680T(config-gpon-srvprofile-91)#quit Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page34 添加不带业务ONT (2/2) l自动发现后添加ONT nMA5680T(config)#interface gpon 0/8 nMA5680T(config-if-gpon-0/8)#port 0 ont-auto-find enable nMA5680T(config-if-gpon-
37、0/8)# ont confirm 0 ontid 1 sn-auth 323031312E396A41 omci ont-lineprofile-name hg850 ont-srvprofile-name hg850 nMA5680T(config-if-gpon-0/8)# display ont info 0 all - - 框/槽/端口 ONT 序列号 控制 运行 配置 匹配 DBA 编号 标志 标志 状态 状态 方式 - - 0/ 8/0 1 323031312E396A41 激活 在线 正常 匹配 SR - - Copyright 2009 Huawei Technologies
38、 Co., Ltd. All rights reserved. Page35 添加ONT业务相关配置(1/4) l配置DBA模板 p配置语音业务DBA nMA5680T(config)#dba-profile add profile-id 21 profile-name ftth_voip type1 fix 1024 p配置上网业务DBA nMA5680T(config)#dba-profile add profile-id 22 profile-name ftth_hsi type2 assure 2048 p配置视频业务DBA nMA5680T(config)#dba-profile a
39、dd profile-id 23 profile-name ftth_iptv type3 assure 4096 max 8112 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page36 添加ONT业务相关配置 (2/4) l配置ONT线路模板 nMA5680T(config)#ont-lineprofile gpon profile-id 91 pTCONT绑定DBA模板 nMA5680T(config-gpon-lineprofile-91)#tcont 1 dba-profile-id 21 nM
40、A5680T(config-gpon-lineprofile-91)#tcont 2 dba-profile-id 22 nMA5680T(config-gpon-lineprofile-91)#tcont 3 dba-profile-id 23 p增加GEM port并映射到对应TCONT nMA5680T(config-gpon-lineprofile-91)#gem add 1 eth tcont 1 nMA5680T(config-gpon-lineprofile-91)#gem add 2 eth tcont 2 nMA5680T(config-gpon-lineprofile-91
41、)#gem add 3 eth tcont 3 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page37 添加ONT业务相关配置 (3/4) p配置GEM port 和业务VLAN的映射关系 nMA5680T(config-gpon-lineprofile-91)# gem mapping 1 1 vlan 172 nMA5680T(config-gpon-lineprofile-91)# gem mapping 2 2 vlan 11 nMA5680T(config-gpon-lineprofile-91
42、)# gem mapping 3 3 vlan 200 nMA5680T(config-gpon-lineprofile-91)#commit nMA5680T(config-gpon-lineprofile-91)#quit Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page38 添加ONT业务相关配置(4/4) l配置ONT业务模板 n MA5680T(config)#ont-srvprofile gpon profile-id 91 nMA5680T(config-gpon-srvprofile-9
43、1)#port vlan iphost 172 nMA5680T(config-gpon-srvprofile-91)#port vlan eth 1 11 nMA5680T(config-gpon-srvprofile-91)#port vlan eth 2 200 nMA5680T(config-gpon-srvprofile-91)#commit nMA5680T(config-gpon-srvprofile-91)#quit Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page39 目 录 3. 各
44、类各类ONT添加示例添加示例 p3.1 ONU激活配置举例HG850 p3.2 ONU激活配置举例激活配置举例 MA5620G p3.3 ONU激活配置举例 OT928 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page40 ONT数据规划 设备类型设备类型MA5620G OLT PON口0/8/0 ONT_ID2 SN323031319C46B841 管理方式SNMP 带内管理IP OLT 管理VLAN 4000,上行口 0/19/0 静态IP 192.168.2.254/24 ONT 管理VLAN 4
45、000,静态IP 192.168.2.2/24 ont-lineprofile ID 92,名字 ma5620 带内管理:TCONT ID 0 带内管理: Gem port ID 0 缓存到TCONT0 带内管理: Gem port ID 0 映射到 VLAN 4000 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page41 ONT业务数据规划 业务类型用户端口用户 VLAN ID GEM Port ID TCONT ID DBA ID 和名字带宽 语音所有1724121,ftth_voipType1,固
46、定 1M 上网ETH 1115222,ftth_hsiType2,保证 2M 组播ETH 22006323,ftth_iptvType3,保 证4M,最 大8M Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page42 添加不带业务ONT l配置ONT线路模板 nMA5680T(config)#ont-lineprofile gpon profile-id 92 profile-name ma5620 nMA5680T(config-gpon-lineprofile-92)#commit nMA5680T(
47、config-gpon-lineprofile-92)#quit l自动发现后添加ONT nMA5680T(config)#interface gpon 0/8 nMA5680T(config-if-gpon-0/8)# ont confirm 0 ontid 2 sn-auth 323031319C46B841 snmp ont-lineprofile-id 92 nMA5680T(config-if-gpon-0/8)# display ont info 0 all - - 框/槽/端口 ONT 序列号 控制 运行 配置 匹配 DBA 编号 标志 标志 状态 状态 方式 - - 0/ 8/
48、0 2 323031319C46B841 激活 在线 正常 匹配 SR - - Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page43 0/3/0 192.168.2.25 4 VLAN 4000 G P B C G P B C 组网信息 MDU管理方式说明: 首先通过OMCI方式下发管理 IP,VLAN 配置MDU管理通道。 然后通过带内通道Telnet或网 管管理MDU 上层网管设备或 者命令行终端 OLT 带内管理 VLAN和管理IP ONT带内管理IP OLT和ONT内部专 门用户管理 的业务通道
49、, OLT和上层网络的 带内管理通道 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page44 带内管理配置流程 配置带内管理VLAN 配置OLT侧带内管理地址 测试连通性 远程登陆ONT 配置ONT侧带内管理地址 配置ONT带内管理业务通道 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page45 带内管理 (1/2) lOLT配置带内管理VLAN nMA5680T(config)#vlan 4000 smart nM
50、A5680T(config)#port vlan 4000 0/19 0 lOLT配置带内管理IP nMA5680T(config)#interface vlanif 4000 nMA5680T(config-if-vlanif4000)#ip address 192.168.2.254 24 l配置ONT带内管理业务通道 p配置ONT线路模板 nMA5680T(config)#ont-lineprofile gpon profile-id 92 nMA5680T(config-gpon-lineprofile-92)#gem add 0 eth tcont 0 nMA5680T(config
51、-gpon-lineprofile-92)#gem mapping 0 0 vlan 4000 nMA5680T(config-gpon-lineprofile-92)#commit nMA5680T(config-gpon-lineprofile-92)#quit Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page46 带内管理 (2/2) p配置ONT带内业务虚端口 nMA5680T(config)#service-port vlan 4000 gpon 0/8/0 ont 2 gemport 0 m
52、ulti-service user-vlan 4000 l配置ONT带内管理IP pMA5680T(config-if-gpon-0/8)#ont ipconfig 0 2 static ip-address 192.168.2.2 mask 255.255.255.0 gateway 192.168.2.254 vlan 4000 p绑定SNMP模板(可选,只有当需要网管服务器管理时) nMA5680T(config-if-gpon-0/8)#ont snmp-profile 0 2 profile-id 1 Copyright 2009 Huawei Technologies Co., L
53、td. All rights reserved. Page47 带内管理通道测试 l测试带内通道 nMA5680T(config)#ping 192.168.2.2 PING 192.168.2.2: 56 字节,按CTRL-C 中断. 答复从 192.168.2.2: 字节数=56 顺序号=1 生存时间=63 时间 = 10 毫秒 答复从 192.168.2.2: 字节数=56 顺序号=5 生存时间=63 时间 = 20 毫秒 l远程登陆到ONT nMA5680T(config)#telnet 192.168.2.2 |service-port : 命令: telnet 192.168.2.
54、2 用CTRL_退出telnet模式 连接 192.168.2.2 . 成功连接到 192.168.2.2 . User name: admin User password: 登陆到登陆到ONT,对,对ONT进进 行相关业务的配置了行相关业务的配置了。 。 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page48 添加ONT业务相关配置 (1/2) l配置ONT线路模板 nMA5680T(config)#ont-lineprofile gpon profile-id 92 pTCONT绑定DBA模板 nMA
55、5680T(config-gpon-lineprofile-92)#tcont 1 dba-profile-id 21 nMA5680T(config-gpon-lineprofile-92)#tcont 2 dba-profile-id 22 nMA5680T(config-gpon-lineprofile-92)#tcont 3 dba-profile-id 23 p增加GEM port 并映射到相应的TCONT nMA5680T(config-gpon-lineprofile-92)# gem add 4 eth tcont 1 nMA5680T(config-gpon-lineprof
56、ile-92)# gem add 5 eth tcont 2 nMA5680T(config-gpon-lineprofile-92)# gem add 6 eth tcont 3 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page49 添加ONT业务相关配置 (2/2) p配置GEM port和VLAN的映射关系 nMA5680T(config-gpon-lineprofile-92)# gem mapping 4 4 vlan 172 nMA5680T(config-gpon-lineprofile-
57、92)# gem mapping 5 5 vlan 12 nMA5680T(config-gpon-lineprofile-92)# gem mapping 6 6 vlan 200 nMA5680T(config-gpon-lineprofile-92)#commit nMA5680T(config-gpon-lineprofile-92)#quit Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page50 目 录 3. 各类各类ONT添加示例添加示例 p3.1 ONU激活配置举例HG850 p3.2 O
58、NU激活配置举例 MA5620G p3.3 ONU激活配置举例激活配置举例 OT928 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page51 ONT数据规划 设备类型设备类型OT928 OLT PON口0/8/0 ONT_ID3 SN485754438BC99302 管理方式OMCI ont-lineprofileID 93,名字ot928 ont-srvprofile ID 93,名字ot928 端口 5个 以太网口,8个POTS口, 8个TDM E1 Copyright 2009 Huawei Te
59、chnologies Co., Ltd. All rights reserved. Page52 ONT业务数据规划 业务类 型 用户端口GEM Port ID TCONT ID DBA ID 和名字带宽 TDME1 18128,fttc_tdme1Type1,固定8M, 带宽补偿 语音,上网,组播业务和HG850类似,请参考HG850终端ONT业务相关配置, 这里不再重复 Copyright 2009 Huawei Technologies Co., Ltd. All rights reserved. Page53 添加不带业务ONT (1/2) l配置ONT线路模板 nMA5680T(co
60、nfig)#ont-lineprofile gpon profile-id 93 profile-name ot928 nMA5680T(config-gpon-lineprofile-93)#commit nMA5680T(config-gpon-lineprofile-93)#quit l配置ONT业务模板 nMA5680T(config)# ont-srvprofile gpon profile-id 93 profile-name ot928 nMA5680T(config-gpon-srvprofile-93)#ont-port pots 8 eth 5 tdm- type e1 t
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 池河中心小学试卷及答案
- 2026四年级数学下册 图形运动的易错纠正
- 2026六年级数学下册 比例思维方法
- 供应商评价制度
- 粮食专业知识试题及答案
- 人才体系搭建人才发展制度
- 施工分包安全奖惩制度
- 学校宿舍管理奖惩制度
- 工程计划管理奖惩制度
- 患者服务部奖惩制度范本
- 2026年湖南省长沙市高职单招职业技能考试题库带答案详解
- 美发店规章管理制度
- XX区实验学校初中部2026年春季学期中期学生社团管理实施方案
- 2026年六安职业技术学院单招职业适应性考试题库及答案详解(夺冠)
- 2026年环境化学的多学科交叉研究
- 2026新学期启动大会主题班会:做自己的千里马
- 企业信息安全培训资料
- 2026宁夏德渊市政产业投资建设(集团)有限公司招聘专业技术人员15人备考题库含答案详解(精练)
- 2026年安徽省公务员考试招录7195名备考题库及1套完整答案详解
- 恶性间皮瘤2025年CSCO诊疗指南
- 教师礼仪规范第二章师表课件
评论
0/150
提交评论