Configuration Restore Huawei OLT

Configuration Restore Huawei OLT

Today I will discuss how to Configuration Restore Huawei OLT. There are different mode we can restore Huawei OLT Configuration, such as ftp, sftp, tftp, xmodem mode etc. Also we can do it GUI/CLI mode. In GUI mode we can use Huawei iManager U2000 NMS server/client. In CLI mode we can use Terminal software XshellPuTTY  etc. today i will show in CLI mode. So let’s go our Restore part.

Configuration Restore Huawei OLT:

  • Load Configuration file:

Huawei-OLT(config)#load ?
———————————————
Command of privilege Mode:
———————————————
bios                  BIOS file
cancel                Cancel loading to standby board or service board
configuration         Configuration file
cpld                  CPLD file
data                  Database file
declaration           Declaration file
file                  User file
fpga                  FPGA file
language              Multi-language resource file
ont-packetfile        ONT packet file
packetfile            Software packet file
patch                 System patch
program               <Group> program command group
script                Script file
sip-srvlogic          SIP-Srvlogic file
voice                 Voice file

Huawei-OLT(config)#load configuration ?
———————————————
Command of privilege Mode:
———————————————
ftp                   Ftp mode
sftp                  Sftp mode
tftp                  Tftp mode
xmodem                Xmodem mode

Read more

Configure Q-in-Q Lscable ONT

Configure Q-in-Q Lscable ONT:

Today i will show you how to configure q-in-q Ls cable ONT. Here i use ONT Ethernet port 1 to configure q-in-q.  So let’s go to our configuration part. [boxads]

Here step 1 to 3 & 5 to 8 are same as How to register Ls Cable ONT. We change only step 4 for q-in-q configuration. Bellow pink color line is for  q-in-q.

Step-4: Now need to create a profile with VLAN & assign Bandwidth.

Ls-OLT#config t
Ls-OLT(config)#gpon-omch
Ls-OLT(config-gpon)#profile onu Profile_Name
Ls-OLT(config-gpon-prof Profile_Name)#vlan-oper 1 qnq untagging 100
Ls-OLT(config-gpon-prof Profile_Name)#vlan-oper 2-4 tagging untagging 333
Ls-OLT(config-gpon-prof Profile_Name)#rate-limit-up 1 1024
Ls-OLT(config-gpon-prof Profile_Name)#rate-limit-down 1 1024
Ls-OLT(config-gpon-prof Profile_Name)#exit

Read more

Configure Q-in-Q Lscable ONU

Configure Q-in-Q Lscable ONU:

Today i will show you how to configure q-in-q lscable onu Ethernet port, here i use ONU Ethernet port 1 to configure q-in-q.  So let’s go to our configuration part. [boxads]

Step-1: Login your LS cable ONU device & go to config mode & type bellow command, like this……….

interface fe1
   switchport access vlan 100
   switchport vlan-stacking customer-edge-port
   rate-limit input rate 1024 burst 16000
   rate-limit output rate 1024 burst 16000
   duplex full

N.B: here 100 is q-in-q Vlan

Read more

Configure Trunk port Huawei ONT

How to Configure Trunk port Huawei ONT

Today i will show how to configure trunk port Huawei ONT. Here i use Huawei MA5608T series OLT & EchoLife:HG851 ONT device. We will configure Trunk port eth-port: 1 of that  ONT. So let’s start our configuration part…………….

Step-1: At first we search ONT serial number in our OLT discover list option by bellow command:

enable
config t
display ont autofind all

Look like bellow format in OLT:

Huawei-OLT>enable
Huawei-OLT#config
Huawei-OLT(config)#display ont autofind all

—————————————————————————-

Number              : 1
F/S/P                  : 0/0/6
Ont SN                : 485754439BCV3102
Password            : 0x31323334353600000000(123456)
Loid                     : 123456
Checkcode          :
VendorID            : HWTC
Ont Version         : OT55GAGB VER.Dÿ
Ont SoftwareVersion : V1R1C01SPC021
Ont EquipmentID      : EchoLife:HG851
Ont autofind time       : 2014-09-27 04:10:07+06:00
—————————————————————————-
The number of GPON autofind ONT is 1

Huawei-OLT(config)#

Read more

Register Ls Cable ONT / Configure Lscable ONT

How to Register Ls Cable ONT:

[boxads]Today i will discuss how to configure / Register LS Cable ONT in LsCable OLT. Here i use LST20016 OLT. At first login your OLT & follow bellow step.

register-Ls-Cable-ONT
register Ls Cable ONT

Step-1: Find ONT serial in your discovery list.

Ls-OLT>en
Ls-OLT#sh gpon onu discover-list

ONT discovery list
ONT discovery list

Step-2: If find your ONT discover list then need to register it.

Ls-OLT#config t
Ls-OLT(config)#gpon-omch
Ls-OLT(config-gpon)#onu register 8/1  5  LSED10030174

[N.B:8/1=PON interface, 5=ONT]

Step-3: Now add description of that ONT.

Ls-OLT(config-gpon)#onu describe 8/1 5 Desc_Name

Read more