Procedure
Step 1
Configure the in-band management VLAN and IP address for the OLT.
Set the in-band management VLAN to 8, VLAN priority to 6, and 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
Step 2
Configure the in-band management VLAN and IP addresses for the ONUs.
Set the static IP address to 192.168.50.2/24 for ONU1, 192.168.50.3/24 for ONU2, the gateway
IP address to 192.168.50.1, and management VLAN to 8 (which is the same as that of the OLT).
huawei(config)#
interface gpon 0/3
huawei(config-if-gpon-0/3)#
ont ipconfig 1 1 static ip-address 192.168.50.2 mask
255.255.255.0 gateway
192.168.50.1 vlan 8
huawei(config-if-gpon-0/3)#
quit
huawei(config)#
interface gpon 0/4
huawei(config-if-gpon-0/4)#
ont ipconfig 1 2 static ip-address 192.168.50.3 mask
255.255.255.0 gateway
192.168.50.1 vlan 8
huawei(config-if-gpon-0/4)#
quit
Step 3
Configure the in-band management service port.
Set the management VLAN to 8, GEM port ID to 11, and user VLAN to 8. The OLT does not
rate limit the in-band management service port. Therefore, directly use the default traffic profile
6.
huawei(config)#
service-port vlan 8 gpon 0/3/1 ont 1 gemport 11 multi-service
user-vlan 8 rx-cttr 6 tx-cttr 6
huawei(config)#
service-port vlan 8 gpon 0/4/1 ont 2 gemport 11 multi-service
user-vlan 8 rx-cttr 6 tx-cttr 6
Step 4
Confirm that the connections between the management service ports on the OLT and ONUs are
reachable.
l
Run the
ping ONU ip
command on the OLT to verify the connectivity between the OLT and
ONUs. If the OLT receives ICMP ECHO-REPLY packets from the ONUs, the connection
is reachable.
l
When the connection is reachable, you can remote log in to the ONU from the OLT and
configure the ONUs.
----End
13.3.1.5 Configuring Layer 2 Interoperation Service Ports on OLT
This topic describes how to configure service ports on the OLT for Layer 2 interoperation so
that data packets sent from different ONUs can be forwarded based on the same VLAN at Layer
2.
Prerequisites
1.
The main control board on the device is an SCUN board.
SmartAX MA5600T/MA5603T/MA5608T Multi-service
Access Module
Commissioning and Configuration Guide
13 FTTO Configuration (Large-sized Enterprise Access)
Issue 01 (2014-04-30)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
1276