Skip to main content

HUAWEI BASIC CONFIGURATION

 


 

To create user name
OLT> enable
OLT# config
OLT(config)# terminal user name
User Name(length<6,15>): Yusufmiah
User Password(length<6,15>): Password
Confirm Password(length<6,15>): Password
User profile name (<=15 Chars) [root]:
User's Leve: 1. Common User 2. Operator 3. Administraror: 3
Permitted Reenter Number (0--4): 1
Adding User Successfully


To delete user name
OLT> enable
OLT# config
OLT (config)# display terminal user all
OLT(config)# undo terminal user name

Checking OLT Uptime
OLT# display sysuptime

To check version
OLT(config)# display version

Checking OLT Board
OLT# display board 0


How To Check OLT Board All PON Down/UP

OLT# display board 0/1 // 1 Slot All PON


How to setting the time zone

OLT(config)#display timezone

OLT(config)#timezone ?

GMT+  Set east of time zone

GMT-  Set west of time zone

OLT(config)#timezone GMT+  06:00



How to setting NTP server

OLT(config)#display ntp-service status

OLT(config)#ntp-service unicast-server X.X.0.1


Checking OLT Processor and Memory Per Slot
OLT# display mem 0/1

Checking OLT Temperature
OLT# display temperature 0

FINDING ONT BY SN NUMBER ……………….***
OLT# display ont info by-sn ABCDEF

Checking ONT logs history & down Issue
OLT# config
OLT(config)# interface gpon 0/1
OLT(config-if-gpon-0/1)# display ont register-info 8 1

Checking ONT Version
OLT# display ont version 0 1 0 4

Checking ONT IP (ROUTING MODE)
OLT# display ont wan-info 0/1 0 4

Checking ONT Configuration Per-Port
OLT# display current-configuration port 0/1/1

Checking How Many Services Per-ONT
OLT# display service-port port 0/1/0 ont 4

You Can Ping from Your ONT
OLT# config
OLT (config)# interface gpon 0/1
OLT(config-if-gpon-0/1)# ont remote-ping 0 4 ip-address 8.8.8.8

To Reboot of a ONT
OLT# config
OLT(config)# Interface gpon 0/0
OLT(config-if-gpon-0/0)# Ont reset 1 2

Reset Factory ONT
OLT# config
OLT (config)# Interface gpon 0/0
OLT (config-if-gpon-0/0)# ont factory-setting-restore 0 4

How to release renew ONT as DHCP client
OLT# config
OLT (config)# Interface gpon 0/0
OLT (config-if-gpon-0/0)# ont ipconfig 0 4 dhcp reset

How to find ONT by MAC (Online User PC MAC)
OLT# display location 803F-5DA9-6EC5


How can i get the pon port optical power
OLT(config-if-gpon-0/0)# display port state 11 // 11 No PON er Optical Power


Show ONU fiber power
OLT# config
OLT(config)# display ont info 0 all
OLT(config)# Interface gpon 0/0
OLT(config-if-gpon-0/0)# display ont optical-info 6 1
                        //Single ONU Power
OLT ((config-if-gpon-0/0)# display ont optical-info 6 all
                        //6 No. Pon er All ONU Power

To check port state(down/up)
OLT# config
OLT(config)# interface gpon 0/1
OLT(config-if-gpon-0/1)# display ont port state 6 59 eth-port all
OLT(config-if-gpon-0/1)# Display ont port state 6 59 eth-port 4
                        //6=pon port 16=ont id 4=eth port

Show ONT status check OR UP-Time
OLT# config
OLT(config)# interface gpon 0/1
OLT(config-if-gpon-0/1)# display ont info 6 12
OLT(config-if-gpon-0/1)# display ont info 6 all

PON User Check
OLT# config
OLT(config)# display ont info 0 1 10 all


HUAWEI ONT CONFIGURATION

OLT# config
OLT(config)# display ont autofind all
   Number             : 1
   F/S/P              : 0/1/11
   Ont SN             : 4857544308B9D230
OLT(config)# display current-configuration port 0/1/11
OLT(config)# interface gpon 0/1
OLT(config-if-gpon-0/1)# ont add 11 52 sn-auth 4857544308B9D230 omci ont-lineprofile-id 372 ont-srvprofile-id 372 des Test_Description            
                        // 11 no. PON, 52 ONU ID, profile ID 372
OLT(config-if-gpon-0/1)# ont port native-vlan 11 52 eth 1 vlan 2040  
                        // 11 no. PON, 52 ONU ID, VLAN No. 2040
OLT(config-if-gpon-0/1)# ont port native-vlan 11 52 eth 2 vlan 2040
OLT(config)# service-port vlan 2040 gpon 0/1/11 ont 52 gemport 5 multi-service user-vlan 2040 tag-transform translate
OLT(config)# display mac-address port 0/1/11 ont 52     
                        // Find ONU Mac address
OLT(config)# display current-configuration ont 0/1/11 52

ONU Description modify
OLT(config-if-gpon-0/1)# ont modify 14 26 desc ID_68402

ONU MAC modify
OLT(config-if-gpon-0/1)# ont modify 10 27 authtype sn-auth [New MAC]

How to delete onu and remove configuration.
OLT# config
OLT(config)# undo service-port 815  –> deleting it first after that u can delete at gpon interface
OLT(config)# interface gpon 0/1
OLT(config-if-gpon-0/1)# ont delete 2 100
OLT(config-if-gpon-0/1)# quit


HUAWEI OLT CONFIGURATION

Create dba profile
OLT> enable
OLT# config
OLT(config)# dba-profile add profile-id 100 profile-name “Any name” name type4 max 10000
                            // here 100 is your profile id
Create service profile
OLT# config
OLT(config)# ont-srvprofile gpon profile-id 100 profile-name “Any name”
                            // here 100 is your profile id
OLT(config-gpon-srvprofile-100)# ont-port pots 4 eth 4
                            // 4 ports RJ11 port 4=eth ports
OLT(config-gpon-srvprofile-100)# multicast-forward untag ………..*****
OLT(config)# port vlan eth 1 2816 ………..*****
OLT(config)# commit

Create line profile
OLT# config
OLT(config)# ont-line profile gpon profile-id 100 profile name “Any name”
OLT(config-gpon-srvprofile-100)# tcont 1dba-profile-id 100
                        // 100=dba profile
OLT(config-gpon-srvprofile-100)# gem add 1 eth tcont 4
                        // gem 1 tcont=4
OLT(config-gpon-srvprofile-100)# gem mapping 126 0 vlan 2816
                        // gem=126 & 0=mapping index
OLT(config-gpon-srvprofile-100)# commit

OLT# display ont-lineprofile gpon all –> Profile-ID Profile-name Binding times
OLT# config
OLT(config)# undo ont-lineprofile gpon profile-id 100
OLT(config)# quit

OLT# config
OLT(config)# undo ont-srvprofile gpon profile-id 100
OLT(config)# quit

To check & delete dba profile
OLT# config
OLT(config)# display dba-profile all
OLT(config)# dba-profile ? dile dba profile add/delete/modify korbe dekha jabe

How to delete service port/service profile/ line profile
OLT# config
OLT(config)# display current-configuration port 0/0/6   // Find for ONU Service port
OLT(config)# undo service port 500
OLT(config)# interface gpon 0/0
OLT(config-if-gpon-0/0)# display ont info 6 16
OLT(config-if-gpon-0/0)# quit
OLT(config)# undo ont-lineprofile gpon profile-id 500
OLT(config)# undo ont-srvprofile gpon prfile-id 500

To check traffice
OLT# config
OLT(config)# Interface gpon0/0
OLT(config-if-gpon-0/0)# Display ont traffice 6 0

Show all VLAN
OLT(config)# Display vlan all

PON er All ONU description
OLT (config)# display ont info 0 0 1 all
                        // 0/0 Interfacer er 1 no pon er all ONU MAC & description

To check the ONUstate
OLT# config
OLT(config)# Display mac-address vlan 500        
                        // VLAN Find from Winbox Active Connection
OLT(config)# display mac-address port 0/0/8
                        // 8 no. PON er All MAC-Address
OLT(config)# display mac-address port 0/0/9 ont 29  
                        // 8 no. PON er 29 ONU All MAC-Address
 
ONT Delete command
OLT# config
OLT(config)# display current-configuration port 0/0/6
OLT(config)# Undo service-port 500
OLT(config)# undo service-port port 0/1/2   //1 No Slot er 2 No Pon All ONU
OLT(config)# Interface 0/0
OLT(config-if-gpon-0/0)# Ont delete 6 16
OLT(config-if-gpon-0/1)# ont delete 2 all  //1 No Slot er 2 No Pon All ONU Delete

To Check specific ONT’s Configuration
OLT# config
OLT(config)# display current-configuration ont 0/0/1 5
 
To Check all MAC under a ONT
OLT# config
OLT(config)# display mac-address port 0/0/1 ont 5


Show Plug in New onu
OLT> Enable
OLT# config
OLT(config)# display ont auto find all

Show all ONU status
OLT(config)# display service-port all

Show all ONU description
OLT# config
OLT(config)# display ont info 0 all
OLT(config-if-gpon-0/1)# display ont info 11 3
OLT(config-if-gpon-0/1)# display ont info 11 all

Show configuration
OLT(config)# display current-configuration                    
                        // All Configuration
OLT(config)# display current-configuration port  0/0/1     
                        // 1 PON current Configuration
OLT(config)# display current-configuration ont 0/0/1 3      
                        //verifying show run from that port with command
OLT# display ont-srvprofile gpon all                        
                    // All Service Profile


OLT(config)# display service-port port 0/0/6 ont 113  //Find Service Port


Comments

Popular posts from this blog

V-SOL GPON OLT & ONU Configuration & Troubleshooting

 V-SOL GPON OLT & ONU Configuration Step 1: CLI Management (Login) VSOL GPON OLT Default IP: 192.168.8.200 Default Username: admin Default Password: Xpon@Olt9417# Step 2: Uplink Configuration VLAN Create 2001-2010 gpon-olt# configure terminal gpon-olt(config)# vlan 2001 – 2010 gpon-olt(config)#exit Configure up link port G1 gpon-olt(config)#interface gigabitethernet 0/1 gpon-olt(config-if-ge0/1)#switchport mode hybrid gpon-olt(config-if-ge0/1)#switchport hybrid vlan 2001 – 2010 tagged gpon-olt(config-if-ge0/1)# Assign ip address to management VLAN At first we have to create management vlan, here we use management vlan as 100 gpon-olt# configure terminal gpon-olt(config)# vlan 100 gpon-olt(config)#exit gpon-olt(config)# interface vlan 100 gpon-olt(interface-vlan-100)# ip address 172.16.16.10 255.255.255.252 gpon-olt(interface-vlan-100)# exit gpon-olt(config)# ip route 0.0.0.0/0 172.16.16.9 Here we using a private IP address in this case, we can access this vsol olt from our loca...

BDcom GPON OLT & ONU Configuration & Troubleshooting

     1. How to configure GPON BDcom OLT and ONU Switch# config Switch_config# interface range gigaEthernet 0/1-8 [All Giga Port Enable] Switch_config# no shutdown Switch_config# interface range gpON 0/1-8 [All gpON Port Enable] Switch_config#  No shutdown Switch_config# exit Switch_config# interface gigaEthernet 0/1 [For Single port Disalbe] Switch_config_gpon0/1# shutdown Switch_config_gpon0/1# exit Switch_config# exit Switch# show interface brief Switch# wr all 2. How to IP Assign on BDcom OLT Switch_config# interface VLAN 1 Switch_config_v1# ip address 10.68.254.18  255.255.255.248        Switch_config_v1# exit Switch_config# ip route default 10.68.254.17 Switch_config# exit Switch# show interface brief Switch# show ip interface 3. How to Create VLAN on BDcom OLT Switch_config# vlan 200 [For Single VLAN] Switch_config# vlan 201-210 [For Multiple VLAN]       Switch_config_vlan_200# name dhaka200 Switch_con...

V-SOL EPON OLT & ONU Configuration & Troubleshooting

  epon-olt# show running-config epon-olt(config)# show startup-config epon-olt# conf t epon-olt(config)# show onu opm-diag pon 3 // Single Pon Port ONU Power (3 no pon) ONU-ID      Temperature(C)    Supply Voltage(V)   TX Bias Current(mA)   TX Power(dBm)   RX Power(dBm) ------      --------------    -----------------   -------------------   -------------   ------------- EPON0/3:1   34.90             3.31                16.10                 2.55            -30.97 EPON0/3:2   35.80             3.42                16.30                 1.92            -16.40 ...