Showing posts with label HuaweiOLT. Show all posts
Showing posts with label HuaweiOLT. Show all posts

Tuesday, November 28, 2017

How to Backup and Recover Data configuration on Huawei OLT

I. Backup configuration by manually 
Go to U2000 application => Administration => NE Software Management => NE Data Backup/Restoration 

Wednesday, November 22, 2017

Huawei OLT Hardware Commissioning | SNMP communication on Huawei OLT

  • Local User Authentication
huawei-olt>enable
huawei-olt#config
huawei-olt(config)#terminal user name
User Name(length<6,15>):<put user name>
User Password(length<6,15>): <put user password>
Confirm Password(length<6,15>): <confirm password>
User profile name(<=15 chars)[root]: root
User's Level: 2
     1. Common User  2. Operator:

Tuesday, September 26, 2017

How to register Huawei ONT by CLI as bridge

EX: I have new customer subscribe internet service 5M and he want a bridge mode to connect to their router. we have configure this customer with vlan 888

1. Create VLAN
Verify VLAN, If VLAN does not exist create it.
Huawei~OLT>enable   // To access to privilege mode
Huawei~OLT#configure   // To access to global mode
Huawei~OLT(config)#     // Global mode
Huawei~OLT(config)#display vlan 888  // To verify vlan 888 (if this vlan does not exist create new)

Wednesday, September 13, 2017

How to configure register Huawei ONT as bridge by U2000

Add / Register Huawei ONT as Bridge by U2000
Go to U2000 application double click on NE node we want to register ONT.

Wednesday, September 6, 2017

How to register Huawei ONT by U2000 (function as router / bridge)

1. Register ONT
        Add ONT as Router
Go to U2000 application => select NE node where we want to register ONU => double click on NE node => access to PON interface than find the un-register ONU go to on that PON  where new ONU located choose UnRegistered ONU tap => right click on that ONU => Confirm


Sunday, September 3, 2017

How to Create Traffic Table, DBA profile, Line Profile and configure VAS profile by U2000

1. Create Traffic Table (Control Traffic downstream)
2. Create DBA Profile (Control Traffic upstream)
3. Configure Service port (MAC-Limitation on UNI Port)
4. Create Line Profile
5. Add VAS profile PPPoE
6. Add VAS Profile IPBase / VAS profile for static IP

On U2000 select the menu bar configuration => Access Profile Management, In the dialog box that is displayed, choose Traffic Profile from the navigation tree.

Wednesday, August 23, 2017

Definition and Function of Traffic-Table, DBA-profile, TCONT, GEM, GEM port, ont-lineprofile...

1. What is definition describe about Traffic Table?

Traffic Table is a profile template that specify bandwidth both download and upload traffic on ONT. We can use it to limit bandwidth on UNI port (ONT LAN port). Traffic Table used to control traffic outbound and inbound on ONT which is configure within service-port.

Monday, August 7, 2017

Saturday, August 5, 2017

How to register ONT on huawei OLT from first step to complete working

I. Create Profile Template
        1. Create Traffic Table
        2. Create DBA profile
        3. Create service profile
        4. Create VLAN add VLAN to up link and gem mapping
        5. Create line profile
                a. Create tcont to bound with dba profile
                b. Create gem to bound into tcont
                c. Create gem mapping to map vlan
II. Register ONT
        1. Add ONT as router
                a. ont add to line profile and service profile
                b. add service port
                c. add vasprofile
         2. Add ONT as bridge 
                a. ont add to line profile and service profile
                b. Add native vlan
                c. add service port

I. Create Profile Template
   1. Create Traffic Table, How to create traffic table
use the command #traffic table ip index <traffic-table-index> name “put-your-standard-name” cir <bandwidth> pir <bandwidth> priority 0 priority local-setting.

How to Backup and Recover Data configuration on Huawei OLT

I. Backup configuration by manually  Go to U2000 application => Administration => NE Software Management => NE Data Backup/Restora...