Monday, November 6, 2017

How to configure the Management Channel Between Huawei OLT and ONU?

After the inband management channel between the Huawei OLT and the ONU is configured and available, you can log in to the ONU from the OLT to configure the ONU.


Procedure
1.Configure the inband management VLAN and IP address of the OLT.
Configure the inband management VLAN to 8, VLAN priority to 6, and the IP address to 192.168.50.1/24.
huawei(config)#vlan 8 smart
huawei(config)#port vlan 8 0/19 0
huawei(config)#vlan priority 8 6
huawei(config)#interface vlanif 8
huawei(config-if-vlanif8)#ip address 192.168.50.1 24
huawei(config-if-vlanif8)#quit

2.Configure the inband management VLAN and IP address of the ONU MA5628.
Configure the static IP address of the ONU to 192.168.50.2/24, gateway to  192.168.50.254, and
the management VLAN ID to 8 (the same as the management  VLAN of the OLT).
huawei(config)#interface gpon 0/2
huawei(config-if-gpon-0/2)#ont ipconfig 1 1 static ip-address 192.168.50.2 mask 255.255.255.0 gateway 192.168.50.254 vlan 8
huawei(config-if-gpon-0/2)#quit
3.Configure an inband management service port.
Configure the management service port ID to 1, management VLAN ID to 8, GEM port ID to 11,
and user-side VLAN ID to 8. The OLT does not limit inband management service flows. Therefore,
 it is recommended that you use default traffic profile 6.
huawei(config)#service-port 1 vlan 8 gpon 0/2/1 ont 1 gemport 11 multi-service user-vlan 8 rx-cttr 6 tx-cttr 6
4.Confirm that the management channel between the OLT MA5800 and the ONU is available.
On the OLT, run the ping 192.168.50.2 command to check the connectivity between the OLT and the ONU.
 The ICMP ECHO-REPLY packet from the ONU should be received.
On the OLT, you can remote log in to the ONU to perform the configuration.

No comments:

Post a Comment