Huawei GPON Configuration
Huawei GPON Configuration
2018-03-07 Alexander Vishnyakov News
We got Huawei MA5800-X7 device to help our customers with GPON integration. In this article
you can find useful commands that help during configuration. Huawei instead of “show” uses
“display” command. Also there is enable mode, similar to Cisco devices. If we need to delete
part of configuration – use “undo some_command” instead of “no some_command”.
this shows interfaces, for example MEth0, it’s now showing GPON ports.
display interface
Before configuring GPON and VLANs we need to install physical cards to chassis slots and
initiate them with commands similar to :
This command is adding a card on board 0, slot 5. And it’s defining that it’s 16 port GPON card.
In our case we have one H901GPHF(GPON 16 port) and H901MPLA(SFP+ Ethernet) cards.
board add 0/5 H901GPHF
1. SET VLANS. ID depends on design, let’s assume that 100 is management, 200 Internet, 300
voice and 400 is IPTV.
(config)
vlan 100 smart
vlan 200 smart
vlan 300 smart
vlan 400 smart
(config)
3. Defining DBA profiles. This defines upload speed (capability of the service on one ONT).
Here it says that upload for MGNT is maximum 1Mbps, for Internet is from 10Mbps to
200Mbps, Voice is 4Mbps and TV is up to 5 Mbps.
dba-profile add profile-id 100 profile-name "MGNT" type1 fix 1024
dba-profile add profile-id 102 profile-name "INTERNET" type3 assure 10000 max 200000
dba-profile add profile-id 103 profile-name "VOICE" type1 fix 4096
dba-profile add profile-id 104 profile-name "CUSTOM_TV" type1 fix 5192
traffic table ip index 100 name "MGNT" cir 512 cbs 329680 pir 1024 pbs 329680 color-mode
color-blind priority 7 priority-policy local-setting
traffic table ip index 101 name "INTERNET_100_DOWN" cir 10000 cbs 329680 pir 100000
pbs 329680 priority 0 priority-policy local-Setting
traffic table ip index 102 name "INTERNET_20_UP" cir 4096 cbs 329680 pir 20000 pbs 329680
priority 0 priority-policy local-Setting
traffic table ip index 103 name "VOICE_SMART" cir 2048 cbs 329680 pir 4096 pbs 329680
color-mode color-blind priority 7 priority-policy local-setting
traffic table ip index 104 name "CUSTOM_TV_COOL" cir 5192 cbs 329680 pir 10240 pbs
329680 color-mode color-blind priority 7 priority-policy local-setting
5. SYNC PROFILES/BUNDLE
(Config)
ont-lineprofile gpon profile-id 20 profile-name "FTTH-100"
Here we defined ont-lineprofile for FTTH-100 tariff bundle, that includes voice, IPTV, internet
and management.
commit
6. SERVICE PROFILE :
7. ONT CONNECTION
8. The last are the most difficult commands – it’s defining service ports for each VLAN for ONT
service-port 1001 vlan 100 gpon 0/5/0 ont 1 gemport 1 multi-service user-vlan 100 tag-transform
translate inbound traffic-table index 10 outbound traffic-table index 10
service-port 1002 vlan 200 gpon 0/5/0 ont 1 gemport 2 multi-service user-vlan 200 tag-transform
translate inbound traffic-table index 102 outbound traffic-table index 101
service-port 1003 vlan 300 gpon 0/5/0 ont 1 gemport 3 multi-service user-vlan 300 tag-transform
translate inbound traffic-table index 103 outbound traffic-table index 103
service-port 1004 vlan 400 gpon 0/5/0 ont 1 gemport 4 multi-service user-vlan 400 tag-transform
translate inbound traffic-table index 104 outbound traffic-table index 104
When everything is configured, there are few helpful commands for displaying status :
Should you have any questions regarding the GPON configuration or further information is
needed, please contact us or schedule a call with our engineer