




已阅读5页,还剩4页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
7360FX EPON开局手册 编制 Prepare:: 姚庆园 审核 Review: 批准 Approve:: 更改历史Revision History版本Ed日期Date更改次第Change Times更改条号Change Item编制Prepare审核Review批准Approve1.02011-09-08姚庆园1目录Contents1.说明:41.1.组网方案:41.2.组网说明:41.3.数据及端口配置情况:41.4.现场版本情况:42.设备登陆方法:43.基本命令:53.1.配置硬件53.2.创建vlan53.3.设置管理地址和管理上联口63.4.打开上联端口63.5.创建下挂onu73.6.配置并打开ont上数据上网业务73.7.配置语音业务84.其他常用命令84.1.如有冗余保护,以上命令为NT-A的1口和NT-B的1口做LACP保护配置84.2.检查上联端口状态94.3.查看ont的状态94.4.配置tl1界面通过telnet方式访问94.5.检查是否学习到mac地址94.6.下发ont的管理地址(应用于7353等需要管理地址的ont设备)91. 说明:开局配置文档1.1. 组网方案:组网拓扑图:1.2. 组网说明:FX7360 OLT 上联华为交换机通连接到IP承载网,实现宽带上网业务和设备管理;语音和管理业务走nt-a的1口上联,上网业务走2口上联VOIP业务到IP城域网后,在分发到NGN城域网实现;FX7360通过1:32分光器,下联E8-C实现宽带业务和VOIP业务。1.3. 数据及端口配置情况:业务VLANIP网关E8-C管理NANANAE8-C数据C:52100 S:102NANAE8-C语音4220.8.1.8020.8.1.11.4. 现场版本情况:FX7360的版本: 43.1702. 设备登陆方法:TL1命令登录: 串口方式登陆时,在操作终端直接输入”c”键,系统提示信息如下: Would you like a CLI(C) or a TL1 login(T) or TL1 normal session(N) ? N: clogin: isadminpassword:i$mad-输入上述初始密码后,会提示输入新密码,选择现场要求使用的密码输入,一般为ans#1503. 基本命令:3.1. 配置硬件创建主控板configure equipment slot nt-a planned-type fant-f / 创建主控板NTAconfigure equipment slot nt-b planned-type fant-f /创建NTB打开主控板主备倒换configure equipment protection-group 1 admin-status unlock 配置子框类型configure system security profile admin slot-numbering type-basedconfigure system port-num-in-proto type-based 配置背板和LT板接口速率为10g(现在7360默认都是使用背板10g速率)configure system max-lt-link-speed link-speed ten-gb 保存配置数据admin save配置完背板速率以后必须要重启admin equipment reboot-isam with-self-test 配置4槽的LT板configure equipment slot lt:1/1/4 planned-type fplt-a unlock 3.2. 创建vlan创建OLT管理用的RB vlan756 configure vlan id 756 mode residential-bridge创建数据上网使用的双层vlan创建102的SVLANconfigure vlan id stacked:102:0 mode residential-bridge创建102下的CVLAN 52configure vlan id stacked:102:52 mode residential-bridge创建语音单层vlan 42configure vlan id 42 mode residential-bridge configure vlan id 42 secure-forwardingconfigure vlan id 42 dis-ip-antispoof3.3. 设置管理地址和管理上联口设置管理地址和管理vlanconfigure router static-route 0.0.0.0/0 next-hop 10.10.32.1 /设置管理网关configure service ies 2 customer 1 create configure service ies 2 interface OAM create configure service ies 2 interface OAM address 10.10.32.5/24 /设置管理ip和掩码configure service ies 2 interface OAM sap nt:vp:1:756 create /vlan756设置为管理vlanconfigure service ies 2 no shutdown /启用管理配置configure service vpls 3 customer 1 v-vpls vlan 756 create configure service vpls 3 sap nt-a:xfp:1:756 create /在nt-a的第一个上联口配置管理vlan(如果用户需求untag上联,则把此命令中756改为0)如果需要开通带内网管口,并且能和pc互通的话,则执行configure service vpls 3 sap nt-a:eth:1:0 create (在带外网管口配置管理并设置为untag模式,可以和带内口同时启用)configure service vpls 3 no shutdown /启用配置打开网管管理功能configure system security snmp community public host-address 0.0.0.0/0 context nt privilege read-write configure system security snmp community ihub host-address 0.0.0.0/0 context ihub privilege read-write 3.4. 打开上联端口把nt-a和nt-b各4个上联口设置为不使用速率自适应configure port nt-a:xfp:1 ethernet no autonegotiate configure port nt-a:xfp:2 ethernet no autonegotiate configure port nt-a:xfp:3 ethernet no autonegotiate configure port nt-a:xfp:4 ethernet no autonegotiate configure port nt-b:xfp:1 ethernet no autonegotiate configure port nt-b:xfp:2 ethernet no autonegotiate configure port nt-b:xfp:3 ethernet no autonegotiate configure port nt-b:xfp:4 ethernet no autonegotiate configure port nt-a:eth:1 ethernet no autonegotiate (设置带内网管口)设置上联口速率为强制1000兆(上联口和交换机上的口都必须设为强制千兆速率,否则上联端口起不来)configure port nt-a:xfp:1 ethernet speed 1000 configure port nt-a:xfp:2 ethernet speed 1000 configure port nt-a:xfp:3 ethernet speed 1000 configure port nt-a:xfp:4 ethernet speed 1000 configure port nt-b:xfp:1 ethernet speed 1000 configure port nt-b:xfp:2 ethernet speed 1000 configure port nt-b:xfp:3 ethernet speed 1000 configure port nt-b:xfp:4 ethernet speed 1000 configure port nt-a:eth:1 ethernet speed 1000 (设置带内口速率)启用上联口configure port nt-a:xfp:1 no shutdown configure port nt-a:xfp:2 no shutdown configure port nt-a:xfp:3 no shutdown configure port nt-a:xfp:4 no shutdown configure port nt-b:xfp:1 no shutdown configure port nt-b:xfp:2 no shutdown configure port nt-b:xfp:3 no shutdown configure port nt-b:xfp:4 no shutdownconfigure port nt-a:eth:1 no shutdown (启用带内口)3.5. 创建下挂onu需要登录到TL1界面中打开第四槽第一个pon口ed-epon:pon-1-1-4-1:EPONPOLLINGPERIOD=,EPONINTER0=:is; 使用光纤连接onu到olt上,如果正常的设备正常,pon口已经打开,则olt会上报onu的mac地址,可以使用rtrv-alm命令查看创建1框1架4板1口的第一个onuent-eont:ont-1-1-4-1-1:MACADDR=00-1F-A3-AC-D7-E8,LOGICALAUID=; ed-ellid:llid-1-1-4-1-1-1:QPORF=:is; 3.6. 配置并打开ont上数据上网业务配置eontenetent-eontenet:ontenet-1-1-4-1-1-1-1:AUTODETECT=ENABLED,VLANMODE=TRANSPARENT;设置速率的qos profile 名字为down(举例为50m,可以按照现场实际配置修改速率)configure qos profiles shaper Down committed-info-rate 30000 committed-burst-size 40000 excess-info-rate 50000 type onetokentworate设置ont的速率configure qos interface ellid:1/1/4/1/1/1 queue 0 shaper-profile name:Down打开上网外层vlan 102configure service vpls 102 customer 1 v-vpls vlan 102 create no shutdown 把vlan102应用到nt-a的第一个上联口上configure service vpls 102 customer 1 sap nt-a:xfp:1:102 create no shutdown 把vlan102应用到nt-a的第一框第四块pon板上configure service vpls 102 customer 1 sap lt:1/1/4:102 create no shutdown 配置ont端口上的最大mac地址学习数configure bridge port 1/1/4/1/1/1 max-unicast-mac 8 accept-frame-type mixed-tagged双层vlan应用到onu端口上configure bridge port 1/1/4/1/1/1 vlan-id 52 vlan-scope local network-vlan stacked:102:52 tag single-tagged3.7. 配置语音业务打开vlan 42configure service vpls 42 customer 1 v-vpls vlan 42 create no shutdown 把vlan42应用到nt-a的第一个上联口上configure service vpls 42 customer 1 sap nt-a:xfp:1:42 create no shutdown 把vlan102应用到nt-a的第一个第四块pon板上configure service vpls 42 customer 1 sap lt:1/1/4:42 create no shutdown 取消vlan内部ont之间的端口隔离configure service vpls 42 user-user-com配置ont端口上的最大mac地址学习数 configure bridge port 1/1/4/1/1/1 max-unicast-mac 8 accept-frame-type mixed-tagged vlan应用到onu端口上configure bridge port 1/1/4/1/1/1 vlan-id 42 vlan-scope local network-vlan 42 绑定固定地址到端口上configure bridge port 1/1/4/1/1/1 vlan-id 42 static-user ip-address 20.8.1.80/32 4. 其他常用命令4.1. 如有冗余保护,以上命令为NT-A的1口和NT-B的1口做LACP保护配置configure lag 1 configure lag 1 no shutdown configure lag 1 port nt-a:xfp:1 configure lag 1 port nt-b:xfp:1 configure lag 1 lacp ac
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 森林火灾知识培训课件
- 物业公司薪酬体系实施方案
- 2025年初高中体育与健康课程教师招聘考试运动技能测试模拟题集
- 桥梁监控课件
- 高血压护理业务学习试题及答案
- 《机械员》考试题库含答案(培优b卷)
- 2025年工业节能减排技术专家招聘笔试模拟题详解及备考指南
- 2025年碳足迹评价师中级实操面试题及操作指南
- 2025年碳汇计量评估知识体系梳理与高级模拟题实战训练
- 2025年审计招聘笔试实战模拟题集及解析
- T/QX 005-2021加油站油罐机械清洗作业规范
- T/CECS 10226-2022抗裂硅质防水剂
- 人教鄂教版科学 四年级上册 第一单元 多样的动物 单元教学解读
- 限制类医疗技术管理
- 快递驿站合作合同协议
- 街道文体中心管理制度
- 医院行风岗前培训
- 《数据采集系统》课件
- 压疮的预防管理制度
- 危重病人体位管理
- (新版)六西格玛黄带认证考试复习题库(含答案)
评论
0/150
提交评论