Saturday, August 17, 2019

Change Speed and Duplex Ethernet ONT on OLT GPON Huawei MA5603T

Where there's request to change Speed and Duplex Port Ethernet ONT on OLT GPON Huawei MA5603T (for example to 100Mbps), it's actually simple to do. The default port-type is GE (1 Gigabit Ethernet / 1000Mbps):

Huawei_MA5603T#config
Huawei_MA5603T(config)#interface gpon 0/2
Huawei_MA5603T(config-if-gpon-0/2)#ont port attribute 4 5 eth 1 speed 100 duplex full <--- (Port 1 will be change to 100 from 1000)


To make sure the configuration is right, we can check:
Huawei_MA5603T#display current-configuration ont 0/2/4 5
[MA5600V800R017: 5800]
#
[gpon]
  <gpon-0/2>
 interface gpon 0/2
 ont add 4 5 sn-auth "48575443B4267673" omci ont-lineprofile-id 55 ont-srvprofile-id 55 desc "ONT_Customer_INET"
 ont port native-vlan 4 5 eth 1 vlan 2284 priority 0
 ont port attribute 4 5 eth 1 speed 100 duplex full <---  (this has shown that speed 100 Mbps Duplex)
#
[bbs-config]
  <bbs-config>
 service-port 235 vlan 2284 gpon 0/2/4 ont 5 gemport 0 multi-service user-vlan  2284 tag-transform translate inbound traffic-table index 103 outbound
traffic-table index 103
#
return

And we can check the real state of port with this command:
Huawei_MA5603T(config-if-gpon-0/2)#display ont port state 4 5 eth-port all
  --------------------------------------------------------------------------
  ONT-ID   ONT      ONT       Speed(Mbps)   Duplex   LinkState  RingStatus
           port-ID  Port-type 
  --------------------------------------------------------------------------
       5         1         GE 100           full     up         -       
       5         2         GE -             -        down       -       
       5         3         GE -             -        down       -       
       5         4         GE -             -        down       -       
  --------------------------------------------------------------------------


Temukan Artikel lainnya tentang GPON OLT dan FTTH di --> List All Articles About GPON OLT Huawei - ZTE - Alcatel Lucent in This Blog [Updated]