You are on page 1of 3

Plan of blank HUAWEI OLTY configuration

1- first step we connect with HUAWEI OLT through default IP address 10.11.104.2/24 with PC
through interface which had been existed at control board at slot 9 or 10

2- After getting HUAWE OLT reachability we can login to it through telnet command
Telnet 10.11.104.2 after that the user name =root and password will admin or admin123 as a
default.

3- OLT>enable
OLT#config
OLT(config)#systemname Diwaniya ( as example )

4- If there are boards process installation with HUAWEI OLT so we can check whether there are
some of boards need to be installed by using a command display board 0 so this command will
show if there are some boards need to be added and we can use a command confirm board X/X
5-
6- Then we can add interface vlan managements reaching HUAWEI OLT from another gatway as
shown below :-

OLT(config)# vlan 100 smart

OLT(config)#vlan name 100 management

OLT(config) port vlan 100 0/19 0 ( So 0 mean a port number with uplink interface board at slot
19 .

After that we will configure ip address and gateway with IP interface vlan as shown below:-

OLT(config)#interface vlan 100

OLT(config-if-vlan)# ip add 192.168.110.2 255.255.255.0

Then we will add default gateway with a command as shown below:-

OLT(config)#ip route-static 0.0.0.0 0.0.0.0 192.168.110.1

7- With this step need to configure service vlan as show below


8- OLT(config)# vlan 100 smart
OLT(config)#vlan name 100 HSI
OLT(config) port vlan 100 0/19 0

9- After that we activate ONT-auto-find for all GPON ports at slot 0 for ex as show below :-
OLT(config-if-gpon-0/1)#port 0 ont-auto-find enable // so this command will be repeated by
number of ports which installed at GPON boards
10- At this step we will create DBA (Dynamic bandwidth allocation) for ONT that specify a maximum
bandwidth that can be reached for ONT with command as shown below :-

OLT(config)# dba-profile add profile-id 10 profile-name HSI type4 max 1024000 This command for
internet service

OLT(config)# dba-profile add profile-id 11 profile-name VOICE type1 fix 1024 // This command for
Voice service but it need for adding voice-vlan and gateway with voice gate way .

Note :-Command above will be used for adding DBA profile that declare BW which is used by ONT
which equal to 1 G

11- At this step we will create ONT line profile for data and voice services with this command as
shown below :-

OLT(config)# ont-lineprofile gpon profile-id 10 profile-name HSI&Voice services

OLT(config-gpon-lineprofile-10)# tcont 1 dba-profile-id 10 // dba profile which is created at step 10

OLT(config-gpon-lineprofile-10)# tcont 2 dba-profile-id 11 // dba profile which is created at step 10

gem add 1 eth tcont 1 // This command will be repeated by depending on number of services to add
gem and TCON number respectively .

gem add 2 eth tcont 2 // This command will be repeated by depending on number of services to
add gem and TCON number respectively .

gem mapping 1 1 vlan 10 // This command will be used for forwarding a traffic through gem,tcon to
user vlan tag which vlan- id configured at ONT and here for internet service

gem mapping 2 2 vlan 30 // This command will be used for forwarding a traffic through gem,tcon to
user vlan tag which id configured at ONT and here for voice service.

OLT(config-gpon-lineprofile-10)#comit // This command will be used for saving a configuration at


line profile .

12- We will create GPON service profile with command as shown below :-
OLT(config)#ont-srvprofile gpon profile-id 11 profile-name "Call&HSI"
OLT(config-gpon-srvprofile-11)# ont-port pots 2 eth 4
OLT(config-gpon-srvprofile-11)# port vlan eth 1 translation 10 user-vlan 10
OLT(config-gpon-srvprofile-11)# port vlan eth 2 translation 10 user-vlan 10
OLT(config-gpon-srvprofile-11)# port vlan eth 3 translation 10 user-vlan 10
OLT(config-gpon-srvprofile-11)# port vlan eth 4 translation 10 user-vlan 10
OLT(config-gpon-srvprofile-11)# port vlan iphost translation 30 user-vlan 30
OLT(config-gpon-srvprofile-11)# commit
Now most of HUAWEI OLT configuration steps are completed then we will add ONT at OLT as show
below as one steps of a service provisioning:-

ont add 2( GPON port number) ONT number sn-auth "ONT serial number" omci ont-lineprofile-
id 10 ont-srvprofile-id 11 desc "Name of user + ONT location FDT,FAT, FAT Number"

ont port native-vlan 2 6 eth 1 vlan 10 priority 0

ont port native-vlan 2 6 eth 2 vlan 10 priority 0

ont port native-vlan 2 6 eth 3 vlan 10 priority 0

ont port native-vlan 2 6 eth 4 vlan 10 priority 0

ont port native-vlan 2 6 iphost vlan 30 priority 5

quit

service-port 1158 vlan 601 gpon 0/6/2 ont 6 gemport 1 multi-service user-vlan 10 tag-transform
translate inbound traffic-table index 6 outbound traffic-table index 6

service-port 6658 vlan 2222 gpon 0/6/2 ont 6 gemport 2 multi-service user-vlan 30 tag-transform
translate inbound traffic-table index 4 outbound traffic-table index 4

ENG:-Ahmed Hameed

You might also like