1
7360FX GPON+240E-P
更改历史 Revision History 版本 Ed 1.0 1.1 2011-06-29 2011-07-10 日期 Date 1 更改次第 Change Times 更改条号 Change Item 姚庆园 姚庆园 编制 Prepare 审核 Review 批准 Approve
7360FX GPON+240E-P开局手册
2
目录Contents
1. 说明: ...................................................................................................................... 4
1.1. 1.2. 1.3. 1.4. 1.5.
组网方案:..................................................................................................... 4 组网说明:..................................................................................................... 4 数据及端口配置情况: ................................................................................... 4 软交换SS 地址:........................................................................................... 4 现场版本情况:.............................................................................................. 4
2. 设备登陆方法: ........................................................................................................ 5 3. 基本命令: ............................................................................................................... 5
3.1. 3.2. 3.3. 3.4. 3.5. 3.6. 3.7.
配置硬件 ........................................................................................................ 5 创建vlan ........................................................................................................ 6 设置管理地址和管理上联口 ............................................................................ 7 打开上联端口 ................................................................................................. 7 创建下挂onu .................................................................................................. 8 配置ontcard并打开ont上数据上网业务.......................................................... 9 配置语音业务 ............................................................................................... 10
4. 其他常用命令...........................................................................................................11
4.1. 4.2. 4.3. 4.4. 4.5. 4.6.
如有冗余保护,以上命令为NT-A的1口和NT-B的1口做LACP保护配置......11 检查上联端口状态 .........................................................................................11 显示每块板卡的温度和阈值温度 ....................................................................11 配置tl1界面通过telnet方式访问 ...................................................................11 检查是否学习到mac地址 ............................................................................. 12 重启ONT命令,即使OOS也可以使ONT重启 ............................................ 12
7360FX GPON+240E-P开局手册
3
1. 说明:
开局配置文档
1.1. 组网方案:
组网拓扑图:
1.2. 组网说明:
FX7360 OLT 上联华为交换机通连接到IP承载网,实现宽带上网业务和设备管理;语音和管理业务走nt-a的1口上联,上网业务走2口上联
VOIP业务到IP城域网后,在分发到NGN城域网实现;
FX7360通过1:32分光器,下联240E-P实现宽带业务和VOIP业务。
1.3. 数据及端口配置情况:
业务 VLAN 240E-P 管理 756 240E-P数据 C:1001~1026 S:2001 240E-P 语音 903
IP 10.10.32.5 网关 10.10.32.1 NA 10.138.40.2 NA 10.138.40.1 1.4. 软交换SS 地址:
Primary MGC IP:10.2.160.2 Secondary MCG IP: 10.2.161.2
1.5. 现场版本情况:
FX7360的版本: SD_4231.006.fant-f-2048
240E-P版本:3FE53216AOCH16
7360FX GPON+240E-P开局手册
4
2. 设备登陆方法:
TL1命令登录:
串口方式登陆时,在操作终端直接输入”c”键,系统提示信息如下:
Would you like a CLI(C) or a TL1 login(T) or TL1 normal session(N) ? [N]: c
login: isadmin
password:i$@mad-
输入上述初始密码后,会提示输入新密码,选择现场要求使用的密码输入,一般为ans#150
3. 基本命令: 3.1. 配置硬件
创建主控板
configure equipment slot nt-a planned-type fant-f // 创建主控板NTA configure 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-based configure 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
配置1到8槽的LT板
configure equipment slot lt:1/1/1 planned-type nglt-a configure equipment slot lt:1/1/2 planned-type nglt-a configure equipment slot lt:1/1/3 planned-type nglt-a configure equipment slot lt:1/1/4 planned-type nglt-a
7360FX GPON+240E-P开局手册
5
configure equipment slot lt:1/1/5 planned-type nglt-a configure equipment slot lt:1/1/6 planned-type nglt-a configure equipment slot lt:1/1/7 planned-type nglt-a configure equipment slot lt:1/1/8 planned-type nglt-a
打开LT1上的8个pon口
configure pon interface 1/1/1/1 fec-dn disable admin-state up configure pon interface 1/1/1/2 fec-dn disable admin-state up configure pon interface 1/1/1/3 fec-dn disable admin-state up configure pon interface 1/1/1/4 fec-dn disable admin-state up configure pon interface 1/1/1/5 fec-dn disable admin-state up configure pon interface 1/1/1/6 fec-dn disable admin-state up configure pon interface 1/1/1/7 fec-dn disable admin-state up configure pon interface 1/1/1/8 fec-dn disable admin-state up
3.2. 创建vlan
创建名字为11的PQ profile(PQ按照实际需求配置)
configure qos profiles ingress-qos 11 dot1-p0-tc 0 dot1-p1-tc 0 dot1-p2-tc 0 dot1-p3-tc 0 dot1-p4-tc 0 dot1-p5-tc 0 dot1-p6-tc 0 dot1-p7-tc 0
创建管理用的RB vlan756 并应用PQ profile 11
configure vlan id 200 mode residential-bridge in-qos-prof-name name:11
创建数据上网使用的双层vlan 创建2001的SVLAN
configure vlan id stacked:2001:0 mode layer2-terminated in-qos-prof-name name:11
创建2001下的各个CVLAN1001-1026
configure vlan id stacked:2001:1001 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1002 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1003 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1004 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1005 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1006 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1007 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1008 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1009 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1010 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1011 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1012 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1013 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1014 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1015 mode cross-connect in-qos-prof-name name:11
7360FX GPON+240E-P开局手册
6
configure vlan id stacked:2001:1016 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1017 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1018 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1019 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1020 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1021 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1022 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1023 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1024 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1025 mode cross-connect in-qos-prof-name name:11 configure vlan id stacked:2001:1026 mode cross-connect in-qos-prof-name name:11
创建语音单层vlan 903
configure vlan id 903 mode residential-bridge in-qos-prof-name name:11 configure vlan id 903 secure-forwarding configure vlan id 903 broadcast-frames
3.3. 设置管理地址和管理上联口
设置管理地址和管理vlan
configure router static-route 0.0.0.0/0 next-hop 61.168.1.141 //设置管理网关 configure service ies 2 customer 1 create
configure service ies 2 interface \"OAM\" create
configure service ies 2 interface \"OAM\" address 61.168.1.142/30 //设置管理ip和掩码
configure service ies 2 interface \"OAM\" sap nt:vp:1:200 create //vlan756设置为管理vlan
configure service ies 2 no shutdown //启用管理配置
configure service vpls 3 customer 1 v-vpls vlan 200 create
configure service vpls 3 sap nt-a:xfp:1:200 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个上联口设置为不使用速率自适应
7360FX GPON+240E-P开局手册
7
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 shutdown
configure port nt-a:eth:1 no shutdown (启用带内口)
3.5. 创建下挂onu
使用光纤连接onu到olt上,如果正常的设备正常,pon口已经打开,则olt会报告警信息 70/01/04 20:48:50 minor alarm occurred for pon 1/1/1/1 : SERNUM = ALCLF8A326CF, SLID = DEFAULT
创建1框1架1板1口的第一个onu,并且版本设置为3FE53216AOCH16 (SERNUM这一项必须在ALCL后加冒号)
configure equipment ont interface 1/1/1/1/1 sw-ver-pland 3FE53216AOCH16 sernum
7360FX GPON+240E-P开局手册
8
ALCL:F8A326F9 voip-allowed enable enable-aes enable fec-up disable exit all
configure equipment ont interface 1/1/1/1/1 admin-state up
如果onu需要升版,则需要做如下配置 configure equipment ont interface 1/1/1/1/1 sw-dnload-version 3FE53866AOCH21 //下载版本软件至onu,前提是要将最新软件版本放入NT的ONT目录下
configure equipment ont interface 1/1/1/1/1 sw-ver-pland 3FE53866AOCH21 //启用新版本,执行完成之后ONT会自动重启
3.6. 配置ontcard并打开ont上数据上网业务
以240E-P为例,配置onu的card 1为以太模块,并且有4个网口。Card 2为语音模块,带2个语音端口
configure equipment ont slot 1/1/1/1/1/1 planned-card-type 10_100base plndnumdataports 4 plndnumvoiceports 0 admin-state up
configure equipment ont slot 1/1/1/1/1/2 planned-card-type pots plndnumdataports 0 plndnumvoiceports 2 admin-state up
配置card 1的各个网口的uni
configure interface port uni:1/1/1/1/1/1/1 admin-up configure interface port uni:1/1/1/1/1/1/2 admin-up configure interface port uni:1/1/1/1/1/1/3 admin-up configure interface port uni:1/1/1/1/1/1/4 admin-up
设置速率的qos profile 名字为11(举例为100m,可以按照现场实际配置修改速率) configure qos profiles bandwidth 11 excessive-info-rate 100000 committed-info-rate 80000 assured-info-rate 90000 delay-tolerance 8
设置各个网口的速率
configure qos interface 1/1/1/1/1/1/1 upstream-queue 0 bandwidth-profile name:11 configure qos interface 1/1/1/1/1/1/2 upstream-queue 0 bandwidth-profile name:11 configure qos interface 1/1/1/1/1/1/3 upstream-queue 0 bandwidth-profile name:11 configure qos interface 1/1/1/1/1/1/4 upstream-queue 0 bandwidth-profile name:11 创建数据端口的bridge port
configure bridge port 1/1/1/1/1/1/1 configure bridge port 1/1/1/1/1/1/2 configure bridge port 1/1/1/1/1/1/3 configure bridge port 1/1/1/1/1/1/4
7360FX GPON+240E-P开局手册
9
svlan 2001配置到NT-A上联端口2和第一块lt板
configure service vpls 2001 customer 1 v-vpls vlan 2001 create configure service vpls 2001 sap nt-a:xfp:2:2001 create configure service vpls 2001 sap lt:1/1/1:2001 create configure service vpls 2001 no shutdown
数据业务双层vlan应用到onu网口上,并把onu发送过来的包打上CLAN号的tag configure bridge port 1/1/1/1/1/1/1 vlan-id stacked:2001:1001 configure bridge port 1/1/1/1/1/1/1 max-unicast-mac 4 configure bridge port 1/1/1/1/1/1/1 pvid 1001
configure bridge port 1/1/1/1/1/1/2 vlan-id stacked:2001:1002 configure bridge port 1/1/1/1/1/1/2 max-unicast-mac 4 configure bridge port 1/1/1/1/1/1/2 pvid 1002
configure bridge port 1/1/1/1/1/1/3 vlan-id stacked:2001:1003 configure bridge port 1/1/1/1/1/1/3 max-unicast-mac 4 configure bridge port 1/1/1/1/1/1/3 pvid 1003
configure bridge port 1/1/1/1/1/1/4 vlan-id stacked:2001:1004 configure bridge port 1/1/1/1/1/1/4 max-unicast-mac 4 configure bridge port 1/1/1/1/1/1/4 pvid 1004
3.7. 配置语音业务
设置语音card的速率
configure qos interface 1/1/1/1/1/voip upstream-queue 0 priority 8 bandwidth-profile name:11
语音vlan 903配置到NT-A的上联端口1和第一块lt板
configure service vpls 903 customer 1 v-vpls vlan 903 create configure service vpls 903 sap nt-a:xfp:1:903 create configure service vpls 903 sap lt:1/1/1:903 create configure service vpls 903 no shutdown configure service vpls 903 user-user-com
创建语音端口bridge port
configure bridge port 1/1/1/1/1/voip
903vlan应用到语音端口
configure bridge port 1/1/1/1/1/voip vlan-id 903 configure bridge port 1/1/1/1/1/voip pvid 903
配置1框1架1板1pon口的第一个onu语音的ip地址。其中xml文件按照CIG的规则配置,按照现场的具体要求更改
7360FX GPON+240E-P开局手册
10
configure voice ont service 1/1/1/1/1/1 ip-address 10.138.40.2 net-mask 255.255.2.0 default-router 10.138.40.1 mgc-ip-addr 10.2.160.2 sec-mgc-ip-addr 10.2.161.2 vlan 903 admin-state unlocked voip-mode softswitch-h248 conf-file-name cn.xml
按照现场要求创建用户端口 TID(唐山要求是A1和A0)
configure voice ont pots 1/1/1/1/1/2/1 termination-id A0 admin-state unlocked configure voice ont pots 1/1/1/1/1/2/2 termination-id A1 admin-state unlocked
绑定语音地址到olt上。掩码必须为32
configure bridge port 1/1/1/1/1/voip vlan-id 903 static-user ip-address 10.138.40.2/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 active administrative-key 2 configure lag 1 port-threshold 0
configure lag 1 lacp active
4.2. 检查上联端口状态
Show port
4.3. 显示每块板卡的温度和阈值温度
show equipment temperature nt-b
================================================================================
temperature table
================================================================================
slot |sensor-id|act-temp |tca-low |tca-high |shut-low |shut-high ---------+---------+----------+----------+----------+----------+----------------
nt-b 1 28 68 73 73 78 nt-b 2 23 71 76 76 81 nt-b 3 32 87 92 92 97 -------------------------------------------------------------------------------- temperature count : 3
4.4. 配置tl1界面通过telnet方式访问
使用telnet xxx.xxx.xxx.xxx 1023的方式就可以使用TL1命令
7360FX GPON+240E-P开局手册
11
4.5. 检查是否学习到mac地址
show vlan fdb-board 检查设备上学到的mac地址
show vlan bridge-port-fdb 1/1/1/1/1/1/1 检查第一个lt的第一个pon口的第一个card的第一个网口学习到的mac地址
show vlan bridge-port-fdb 1/1/1/1/1/voip 检查语音的mac
4.6. 重启ONT命令,即使OOS也可以使ONT重启
登录TL1界面
init-sys::ont-1-1-4-1-12:::6
7360FX GPON+240E-P开局手册
12
因篇幅问题不能全部显示,请点此查看更多更全内容
Copyright © 2019- 69lv.com 版权所有 湘ICP备2023021910号-1
违法及侵权请联系:TEL:199 1889 7713 E-MAIL:2724546146@qq.com
本站由北京市万商天勤律师事务所王兴未律师提供法律服务