通信人家园

 找回密码
 注册

只需一步,快速开始

短信验证,便捷登录

搜索
查看: 2538|回复: 0
打印

[FTTx/PON] 7360OLT [复制链接]

军衔等级:

  新兵

注册:2016-9-1
跳转到指定楼层
1#
发表于 2017-4-20 12:50:56 |只看该作者 |倒序浏览
1.配置板卡
1.1 configure equipment slot nt-a planned-type fant-f
configure equipment slot nt-b planned-type fant-f   // 创建主控板NTA
1.2 configure system max-lt-link-speed  link-speed ten-gb  //配置背板和LT板接口速率为10g(现在7360默认都是使用背板10g速率)
admin save  //保存配置数据
admin equipment reboot-isam with-self-test  //配置完背板速率以后必须要重启
1.3 configure equipment slot lt:1/1/[1...8] planned-type nglt-a  //配置用户板卡
1.4 configure equipment protection-group 1 admin-status unlock  //配置主备切换
1.5 configure system security profile admin slot-numbering type-based
configure system port-num-in-proto type-based  //配置槽位序列(配置cli slot显示方式和TL1相同)
2.配置管理
2.1 configure router static-route 0.0.0.0/0 next-hop 58.221.96.1  
configure service ies 2 customer 1 create   
configure service ies 2 interface "OAM" create   
configure service ies 2 interface "OAM" address 58.221.96.77/24
configure service ies 2 interface "OAM" sap nt:vp:1:48 create
configure service ies 2  no shutdown    //启用管理配置
2.2 configure port nt-a:xfp:1 ethernet no autonegotiate //把NT-A的第一个上联口设置为不使用速率自适应
configure port nt-b:xfp:1 ethernet no autonegotiate //把NT-B的第一个上联口设置为不使用速率自适应
2.3 configure port nt-a:xfp:1 ethernet speed 1000
configure port nt-b:xfp:1 ethernet speed 1000 //设置上联口速率为强制1000兆(上联口和交换机上的口都必须设为强制千兆速率,否则上联端口起不来)
2.4 configure port nt-a:xfp:1 no shutdown
configure port nt-b:xfp:1 no shutdown //启用上联口
2.5 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 service vpls 3 customer 1 v-vpls vlan 48 create
configure service vpls 3 customer 1 sap lag-1:48 create
configure service vpls 3 no shutdown //如果是配置双上联汇聚且为静态
要先创建lag,再创建vpls
3. 业务VLAN 配置,在PON口上启用QINQ
3.1 configure vlan id stacked:[2881...2960]:0 mode residential-bridge
configure vlan id stacked:[2081...2160]:0 mode residential-bridge
configure vlan id stacked:[1281...1360]:0 mode residential-bridge
configure vlan id stacked:[481...560]:0 mode residential-bridge //创建外层VLAN、绑定上联口关联用户板
3.2 configure service vpls %d   customer 1 v-vpls vlan %d create no shutdown
configure service vpls %d   customer 1 v-vpls sap lag-1:%d create no shutdown
configure service vpls %d   customer 1 v-vpls sap lt:1/1/1:%d create no shutdown //将外层VLAN 绑定到具体PON口
3.3 configure qos profiles bandwidth 102 excessive-info-rate 2272 committed-info-rate 0 assured-info-rate 0 delay-tolerance 80
configure qos profiles bandwidth 104 excessive-info-rate 4512 committed-info-rate 0 assured-info-rate 0 delay-tolerance 80 //配置上行带宽模板
3.4 configure qos profiles shaper 101 excess-info-rate 1024 committed-info-rate 0 committed-burst-size 0 type singletokenbucketgpon
configure qos profiles shaper 102 excess-info-rate 2048 committed-info-rate 0 committed-burst-size 0 type singletokenbucketgpon
configure qos profiles shaper 200 excess-info-rate 102400 committed-info-rate 0 committed-burst-size 0 type singletokenbucketgpon //配置下行带宽模板
3.5  configure qos profiles scheduler-node 101 shaper-profile name:101 priority 2 weight 50
……
configure qos profiles scheduler-node 200 shaper-profile name:200 priority 2 weight 50 //配置ONT Sched Node Profile(普通业务调用的速率模板)
3.6  configure pon interface 1/1/2/[1...8] auth-method logical
configure interface port pon:1/1/2/[1...8] admin-up //将PON口认定为logical注册,并打开PON口
3.7 configure equipment ont  interface 1/1/2/4/13 sw-ver-pland NOVERCTRL log-auth-id 13E203224146750D
configure equipment ont interface 1/1/2/4/13 desc1 "VMOD#1^" desc2 "1MP^"
configure equipment ont interface 1/1/2/4/13 sw-ver-pland NOVERCTRL admin-state up
configure equipment ont slot 1/1/2/4/13/1 planned-card-type veip plndnumdataports 1 plndnumvoiceports 0 admin-state up
configure veip ont 1/1/2/4/13/1/1 domain-name VEIP1 admin-state up
configure interface port uni:1/1/2/4/13/1/1 admin-up
configure qos interface 1/1/2/4/13/1/1 upstream-queue 0 weight 1 bandwidth-profile name:104
configure qos interface 1/1/2/4/13/1/1 upstream-queue 5 weight 1 bandwidth-profile name:104
configure qos interface 1/1/2/4/13/1/1 upstream-queue 6 weight 1 bandwidth-profile name:104
configure qos interface 1/1/2/4/13/1/1 upstream-queue 7 weight 1 bandwidth-profile name:104
configure bridge port 1/1/2/4/13/1/1 max-unicast-mac 128
vlan-id 959 vlan-scope local network-vlan stacked:113:959
exit
vlan-id 43 vlan-scope local network-vlan stacked:1713:43  
exit
vlan-id 42 vlan-scope local network-vlan stacked:2513:42
exit
vlan-id 45 vlan-scope local network-vlan stacked:913:45
exit //手动下发业务
3.8  configure equipment ont interface 1/1/2/4/1 admin-state down
configure equipment ont no interface 1/1/2/4/1 //注销用户
4. 常用查看命令
  4.1  info configure service //查看IP地址以及配置VLAN
4.2  show service fdb-mac //查看管理MAC学习情况
4.3  show vlan bridge-port-fdb //查看用户MAC学习情况
4.4  show port //查看上联口状态
4.5  show lag detail //查看汇聚状态
4.6  show pon optics
     show equipment ont optics //查看PON口和ONT光功率
4.7  show equipment slot //查看板卡状态
4.8  info configure bridge port //查看ONU BR PORT配置
4.9  info configure pon interface 1/1/2/4
info configure equipment ont
info configure equipment ont interface 1/1/2/4/1
info configure equipment ont interface 1/1/2/4/[1...128]
info configure equipment ont slot 1/1/2/4/[1...128]/1
info configure qos interface 1/1/2/4/1/1/1
info configure vlan id stacked:113:950     
info configure bridge port 1/1/2/4/1/1/1 //查询下挂E8-C具体状态

举报本楼

您需要登录后才可以回帖 登录 | 注册 |

Archiver|手机版|C114 ( 沪ICP备12002291号-1 )|联系我们 |网站地图  

GMT+8, 2024-4-25 14:44 , Processed in 0.127156 second(s), 15 queries , Gzip On.

Copyright © 1999-2023 C114 All Rights Reserved

Discuz Licensed

回顶部