Huawei OLT MA5608T Configuration
Huawei MA5608T Configuration
display version
give the understand of the version of OS and equipment running on it.display saved-configuration
display running-configuration
display ip interfaces
display ip routing-table
erase flash data active
erase flash data standby
reboot system
1: We will Confirm board using bellow commands
enable
Configure
board confirm 0
board confirm 0/1
board confirm 0/2
2: Configure GPON GPBD
VLAN 100 smart
VLAN 200 smart
VLAN 300 smart
VLAN 400 smart
3: Set VLANs to UPLINK Port
port vlan 100 0/2 1
port vlan 200 0/2 1
port vlan 300 0/2 1
port vlan 400 0/2 1
4: DBA Profiles define the bandwidth for each ONT
dba-profile add profile-id 100 profile-name "MGNT" type1 fix 1024
dba-profile add profile-id 102 profile-name "INTERNET" type3 assure 20000 max 300000
dba-profile add profile-id 103 profile-name "VOICE" type1 fix 3072
dba-profile add profile-id 104 profile-name "CUSTOM_TV" type1 fix 8192
5: Traffic Tables
traffic table ip index 100 name "MGNT" cir 512 cbs 329680 pir 1024 pbs 329680 color-mode color-blind priority 7 priority-policy local-setting
traffic table ip index 101 name "INTERNET_100_DOWN" cir 10000 cbs 329680 pir 100000 pbs 329680 priority 0 priority-policy local-Setting
traffic table ip index 102 name "INTERNET_20_UP" cir 4096 cbs 329680 pir 20000 pbs 329680 priority 0 priority-policy local-Setting
traffic table ip index 103 name "VOICE_SMART" cir 2048 cbs 329680 pir 4096 pbs 329680 color-mode color-blind priority 7 priority-policy local-setting
traffic table ip index 104 name "CUSTOM_TV_COOL" cir 5192 cbs 329680 pir 10240 pbs 329680 color-mode color-blind priority 7 priority-policy local-setting
6: Line Profile (Sync)
ont-lineprofile gpon profile-id 20 profile-name "FTTH-ONT"
Here we defined ont-lineprofile
for FTTH-ONT tariff bundle, that includes voice, IPTV, internet and management.
Following configuration lines are put under ont-lineprofile
config:
tcont 1 dba-profile-id 100
tcont 2 dba-profile-id 102
tcont 3 dba-profile-id 103
tcont 4 dba-profile-id 104
gem add 1 eth tcont 1
gem add 2 eth tcont 2
gem add 3 eth tcont 3
gem add 4 eth tcont 4
gem mapping 1 1 vlan 100
gem mapping 2 2 vlan 200
gem mapping 3 3 vlan 300
gem mapping 4 4 vlan 400
commit
7:Service Profile
ont-srvprofile gpon profile-id 20 profile-name "FTTH-ONT"
ont-port pots adaptive eth adaptive
commit
8:ONT Connection
Auto find can be enabled this way: ( GPBD Place on slot 1 that's why we use 0/1)
interface gpon 0/1
port 0 ont-auto-find enable
port 1 ont-auto-find enable
port 2 ont-auto-find enable
port 3 ont-auto-find enable
port 4 ont-auto-find enable
port 5 ont-auto-find enable
port 6 ont-auto-find enable
port 7 ont-auto-find enable
9:ONU Auto find
interface gpon 0/1
port 0 ont-auto-find enable
display ont autofind 0
10:Set Profiles to Customers ONT
interface gpon 0/1
ont add 0 1 sn-auth "4857542253C677" omci ont-lineprofile-id 20 ont-srvprofile-id 20 desc "CUSTOMER-1"
11:Define Service ports for each VLAN on ONT (Most difficult command)
service-port 1001 vlan 100 gpon 0/1/0 ont 1 gemport 1 multi-service user-vlan 100 tag-transform translate inbound traffic-table index 10 outbound traffic-table index 10
service-port 1002 vlan 200 gpon 0/1/0 ont 1 gemport 2 multi-service user-vlan 200 tag-transform translate inbound traffic-table index 102 outbound traffic-table index 101
service-port 1003 vlan 300 gpon 0/1/0 ont 1 gemport 3 multi-service user-vlan 300 tag-transform translate inbound traffic-table index 103 outbound traffic-table index 103
service-port 1004 vlan 400 gpon 0/1/0 ont 1 gemport 4 multi-service user-vlan 400 tag-transform translate inbound traffic-table index 104 outbound traffic-table index 104
Commands to check the displaying status
When everything is configured, there are a few helpful commands for displaying status.
- Show all configured ONT devices:
display ont info 0 1 0 all
display ont info summary 0/1
display service-port all
- Show auto-discovered ONTs:
display ont autofind all
- Show physical module installed on Huawei OLT chassis:
display board 0
- Show specific module installed:
display board 0/SlotID
display board 0/1
- Show all configuration:
display display current-configuration
- Show GPON dba profile:
display dba-profile all
- Show traffic table that is used for speed limitations:
display traffic table ip from-index 0
- Show service port:
display service-port all
- Show ont lineprofile:
display ont-lineprofile gpon all
- Show ont service profile:
display ont-srvprofile gpon all
4. How to remove ONT from configured Huawei ONL
The first step is to delete all associated service ports:
undo service-port 1001
undo service-port 2001
undo service-port 3001
undo service-port 4001
The second step is to delete ONT itself:
interface gpon 0/1
ont delete 0 0
Post a Comment
0 Comments