MA5680T开局配置脚本

SmartAX MA5680T系列OLT

SmartAX MA5680T/MA5683T/MA5608T设备是华为技术有限公司推出的GPON/EPON一体化光接入产品。

具有超高汇聚交换能力,3.2T背板容量,960G交换容量,512K MAC地址容量,最大支持44路10 GE或 768个GE接入。

三种规格的软件版本和用户板完全兼容,节省备件种类和数量、降低维护成本。


关键特性

  • 高可靠性:支持OLT双机热备份、异地容灾、升级业务不中断,完备的Qos功能,端到端高可靠设计;
  • 多场景接入:支持多种E1专线接入,支持Native TDM或CESoP/SAToP功能、E-LAN 功能,支持IPTV用户无收敛接入;
  • 平滑演进:EPON/GPON/10G PON/40G PON共平台,支持平滑演进,满足超带宽接入;支持IPv4/IPv6双栈;
  • 绿色节能:支持空闲单板自动下电,风扇智能调速,有效降低闲时功耗。

技术规格

参数

MA5680T(ETSI)

MA5680T(IEC)

MA5683T

MA5608T

高×宽×深(mm)

490×275.8×447.2

442×275.8×441.7

442×283.2×263.9

442×244.5×88.1

运行环境

温度:-25℃~+55℃
湿度:5%~95%

温度:-40℃~+65℃
湿度:5%~95%

温度:-40℃~+65℃
湿度:5%~95%

电源参数

-48V直流输入
工作电压范围: -38.4 V~ -72 V
支持双电源保护

直流供电:-38.4V~-72V
交流供电:100V~240V
支持双电源保护

背板总线交换容量

3.2Tbit/s

1.5Tbit/s(H801MABO)
2Tbit/s(H802MABO)

720Gbit/s

接入容量

  • 128×10G EPON
  • 128×10G GPON
  • 256×EPON
  • 256×GPON
  • 768×P2P FE
  • 768×P2P GE
  • 112×10G EPON
  • 112×10G GPON
  • 224×EPON
  • 224×GPON
  • 672×P2P FE
  • 672×P2P GE
  • 48×10G EPON 
  • 48×10G GPON
  • 96×EPON
  • 96×GPON
  • 288×P2P FE
  • 288×P2P GE
  • 16×10G EPON
  • 16×10G GPON
  • 32×EPON
  • 32×GPON
  • 96×P2P FE
  • 96×P2P GE

接口种类

上行接口:10GE光,GE光/电
业务接口:10G GPON,10G EPON,EPON,GPON,P2P FE光口,P2P GE光口

系统性能

  • 二层/三层线速转发
  • 支持Static route/RIP/OSPF/MPLS
  • BITS/E1/STM-1/Ethernet 时钟同步/1588v2/1PPS+ToD等时钟同步方
  • GPON 最大支持1:128分光比
  • 10G PON最大支持1:256分光比
  • GPON最大支持60km逻辑距离
  • XG-PON最大支持100km逻辑距离

现在来正式配置开局:


board add 0/2 H802EPBD  添加业务板
board add 0/17 H801GICF 添加上联板
reboot system 重启OLT

1.网管配置
vlan 901 smart
port vlan 901 0/17 0

interface vlanif901
 ip address 10.144.36.61 255.255.255.248
配置网关
 ip route-static 0.0.0.0 0.0.0.0 10.144.36.62

2.SNMP配置

 snmp-agent community read public

 snmp-agent community write szgwbn

 snmp-agent sys-info version v2c
             
 snmp-agent trap enable standard

snmp-agent target-host trap-hostname huawei address 10.146.190.125 trap-paramsname wangguan

snmp-agent target-host trap-paramsname wangguan v2c securityname szgwbn

snmp-agent trap source vlanif 901

使能超长以太网帧
interface giu  0/17
jumbo-frame 0 enable
jumbo-frame 1 enable

3.模板配置
配置DBA模板:
 dba-profile add profile-id 10 profile-name "dba-profile_10" type3 assure 20480 max 102400

 dba-profile add profile-id 11 profile-name "dba-profile_11" type3 assure 20480 max 512000

设备HG8240配置ONT能力集模板,id为40,名字为HG8240
ont-srvprofile epon profile-id 40 profile-name HG8240

ont-port eth 4  pots 2

ring check enable

commit
设备HG8240配置ONT带宽模板
ont-lineprofile epon profile-id 40 profile-name HG8240

llid dba-profile-id 10

commit

设备HG813配置ONT能力集模板,id为30,名字为HG813e
ont-srvprofile epon profile-id 30 profile-name HG813e

ont-port eth 4

ring check enable

commit
设备HG813配置ONT带宽模板
ont-lineprofile epon profile-id 30 profile-name HG813e

llid dba-profile-id 10

commit

设备MA5626配置带宽模板
ont-lineprofile epon profile-id 26 profile-name MA5626

llid dba-profile-id 11

commit

4.配置epon业务
配置VLAN:
vlan 1350 smart

配置VLAN属性:
vlan attrib 1350 q-in-q

配置VLAN上行口:
port vlan 1465 0/17 0


5.自动发现未注册ont
interface epon 0/1
 port 0 ont-auto-find enable
 port 1 ont-auto-find enable
 port 2 ont-auto-find enable
 port 3 ont-auto-find enable
 port 4 ont-auto-find enable
 port 5 ont-auto-find enable
 port 6 ont-auto-find enable
 port 7 ont-auto-find enable
 
5680T(config)#display ont autofind all查看有无未注册ont
或5680T(config-if-epon-0/1)#display ont autofind   
{ portid<U><0,7> }:


6.添加ONT(HG8240):  //0号PON口,第0号ONU,ONU的ID可以不指定,系统默认按序分配。
interface epon 0/1
ont add 0 mac-auth 0073-0744-6CA7 oam ont-lineprofile-id 40 ont-srvprofile-id 40 desc XXXX  //XXXX为ONU的描述

配置ONT端口VLAN:       //vlan 101 为子vlan
ont port native-vlan 0 0 eth 1 vlan 101
ont port native-vlan 0 0 eth 2 vlan 101
ont port native-vlan 0 0 eth 3 vlan 101
ont port native-vlan 0 0 eth 4 vlan 101
quit
添加业务虚端口:    //1350为外层VLAN,101为内层VLAN
service-port vlan 1350 epon 0/1/0 ont 0 multi-service user-vlan 101         


如需更换ONU,只需在OLT的PON口下更换ONU的MAC地址,无需删除ONU重新配置
interface epon 0/1
ont modify 0 0 mac XXXX-XXXX-XXXX






端口描述
port  desc 0/17/0 description

查看光功率
interface epon 0/1
display ont optical-info 0 0
display ont info 0 all    在线onu的状态
display ont port vlan remote 0 1 eth 1 端口vlan配置
display ont traffic 0 0     流量
display ont port state 0 1 eth-port all  查看ont端口状态,一般是在查看环路时使用
display ont info 1 18
display ont port attribute 1 18 eth


查看onu状态
display board 0/1

删除onu
undo service-port vlan 1350 epon 0/1/0 ont 0
interface epon 0/1
undo ont port native-vlan 0 0 eth 1
undo ont port native-vlan 0 0 eth 2
undo ont port native-vlan 0 0 eth 3
undo ont port native-vlan 0 0 eth 4

ont delete 0 0


ip不通时查看安全策略是否关闭
display security config  

sysname


interface epon 0/1
display ont optics-info 0 0  查看ONU的光功率
ont modify 2 1 desc XXXXXX      更改ONU的描素

switch language-mode  切换中文模式


display current-configuration | include 0007-2600-1B92  查看这个MAC在哪个PON口,这个就方便查在哪张版卡上了


conf
undo port vlan 901 0/16 0

inter eth 0/16

network-role uplink      8口上联板关闭端口隔离

qu

 port vlan 901 0/16 0

port vlan 2040 to 2047 0/16 0




猜你喜欢

转载自blog.csdn.net/weixin_41515615/article/details/80959684
今日推荐