一、组网图 2
二、配置流程图 3
三、配置数据举例 4
四、OLT开局现场数据配置(公共部分) 4
五、添加MA5620线路模板、优先级索引 6
一、组网图
二、配置流程图
三、配置数据举例
OLT局点 | 澄海综合楼 |
OLT管理vlan | vlan22 |
OLT管理IP | 172.21.6.4/25 |
网关 | 172.21.6.1 |
语音vlan | vlan60 |
第一槽PON板SVLAN | 1021 |
PON口 | 0/1/0 |
ONU局点 | 宜嘉名都2栋1单元 |
ONU ID | 1 |
ONU SN | 48575443DB680042 |
ONU管理 | vlan22 |
管理IP | 172.21.6.107/25 |
网关 | 172.21.6.1 |
配置简要说明:采用优先级建立起OLT与ONU间数据交换,其中网管用优先级5,语音用优先级6,数据业务用优先级1。红色部分为跟局具体数据,需要修改部分。
新开局OLT基本配置
enable
config
board confirm 0
interface eth 0/11
network-role uplink
interface eth 0/12
network-role uplink
vlan 22 smart
port vlan 22 0/11 0
port vlan 22 0/12 0
interface vlanif 22
ip address 172.21.6.4 255.255.255.128
quit
ip route-static 0.0.0.0 0.0.0.0 172.21.6.1
vlan 60 smart
port vlan 60 0/19 0
quit
snmp-agent community read public
snmp-agent community write private
-0755********
snmp-agent sys-info location "ShanTou mobile, CHZHL Office"
snmp-agent sys-info version v1 v2c
snmp-agent target-host trap-hostname N2000 address 192.168.35.242 udp-port 162 trap-paramsname private
snmp-agent target-host trap-paramsname adslnms v1 securityname private
snmp-profile add profile-id 1 profile-name MA5620 v1 public private 192.168.35.242 162 N2000Server
autosave interval on
autosave interval 1440
ring check enable
Intface gpon 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
五、添加MA5620线路模板、优先级索引
dba-profile add profile-id 102 profile-name DBA_2M type3 assure 2048 max 5120
dba-profile add profile-id 105 profile-name DBA_5M type3 assure 5120 max 10240
dba-profile add profile-id 150 profile-name DBA_100M type3 assure 51200 max 102400
ont-lineprofile gpon profile-id 20 profile-name MA5620
tcont 1 dba-profile-id 150
tcont 2 dba-profile-id 105
tcont 3 dba-profile-id 102
gem add 1 eth tcont 1
gem add 126 eth tcont 2
gem add 127 eth tcont 3
mapping-mode priority
gem mapping 1 0 priority 1
gem mapping 126 0 priority 6
gem mapping 127 0 priority 5
commit
quit
traffic table ip index 13 name KuanDai cir off priority user-cos 1 priority-policy tag-In-Package
traffic table ip index 14 name YuYin cir off priority user-cos 6 priority-policy tag-In-Package
traffic table ip index 15 name WangGuan cir off priority user-cos 5 priority-policy tag-In-Package
六、新增ONU在OLT数据配置
vlan 1021 smart
vlan attrib 1021 q-in-q
port vlan 1021 0/11 0
port vlan 1021 0/12 0
interface gpon 0/1
ont add 0 1 sn-auth 48575443DB680042 snmp ont-lineprofile-id 20 desc YiJiaMingDu2Dong1DanYuan_MA5620_1
ont ipconfig 0 1 static ip-address 172.21.6.107 mask 255.255.255.128 gateway 172.21.6.1 vlan 22 priority 5
quit
service-port vlan 22 gpon 0/1/0 ont 1 gemport 127 multi-service user-vlan 22 inbound traffic-table index 15 outbound traffic-table index 15
service-port vlan 1021 gpon 0/1/1 ont 1 gemport 1 multi-service user-vlan other-all inbound traffic-table index 13 outbound traffic-table index 13
service-port vlan 60 gpon 0/1/0 ont 1 gemport 126 multi-service user-vlan 60 inbound traffic-table index 14 outbound traffic-table index 14