Huawei OLT Basic Configuration/Initial Setup
Today I will discuss how to initially Configure Huawei OLT / Huawei OLT Basic Configuration. So let’s go our configuration part. Here i use Huawei SmartAX MA5608T GPON OLT. At first connect PC/Laptop via console port & open terminal software, such Xshell, Putty, ZOC etc…..Then enable and go to config mode & follow bellow step.
Huawei OLT default user name: root and Password admin or admin123
OLT Eth port default IP: 10.11.104.2/24 if you want to access by UTP cable then need to put 10.11.104.1/24 IP in your Laptop/PC.
Add Hostname/Device Name:
huawei(config)#sysname Gponsolution
Add Management IP for local access by MCUD board ETH port:
This is for your local login port, it is need for firmware upgrade & locally login, you did not get internet through this ETH port & not use like as Upstream port.

Gponsolution(config)#interface meth0
Gponsolution(config-if-meth0)#ip address 1.1.1.2 255.255.255.0
Management Vlan Add & assign OLT IP for remote access via Telnet:
Gponsolution(config)#vlan 10 smart
Gponsolution(config)#interface vlanif10
Gponsolution(config-if-vlanif10)#ip address 192.168.100.10 255.255.255.0
Gponsolution(config-if-vlanif10)#quit
Management Vlan Pass & Description in upstream interface:
Here Management VLAN is 10 & upstream MCUD port is GE0. by-default GE0 port is Trunk port so your uplink device port must be Trunk port.
Gponsolution(config)#port vlan 10 0/2 0
Gponsolution(config)#port desc 0/2/0 description “Uplink-with…….”
GPON Board/Card Add:
In first time when you power on OLT then you see all GPON board is Auto_find mode, you can add this board two way.
Gponsolution(config)#board confirm 0

or manually Add by bellow command
Gponsolution(config)#board add 0/0 H805GPFD
Gponsolution(config)#board add 0/1 H806GPBD





