Huawei OLT Configuration backup procedure

Huawei OLT Configuration backup procedure

Today I will discuss how to backup configuration in Huawei OLT. There are different mode we can backup 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 configuration part. [boxads]

Huawei OLT Configuration backup procedure:

Huawei-OLT(config)#backup ?
———————————————
Command of privilege Mode:
———————————————
bios                  BIOS file
configuration         Configuration file
data                  Database file
language              Host Multi-language resource
program               Host program
sip-srvlogic          SIP-Srvlogic file
voice                 Voice file

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

Huawei-OLT(config)#backup configuration tftp ?
———————————————
Command of privilege Mode:
———————————————
ServerIpAddress<I><X.X.X.X>     Server’s IP address

Huawei-OLT(config)#backup configuration tftp 192.168.1.50 ?
———————————————
Command of privilege Mode:
———————————————
filename<S><Length 1-128>       Load file name

Huawei-OLT(config)#backup configuration tftp 192.168.1.50 OLT-configuration.cfg ?
———————————————
Command of privilege Mode:
———————————————
<cr>                  Please press ENTER to execute command

Read more

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