Procedure
Step 1 Create Layer 3 VLAN interfaces on the network side.
1. Create VLANs and configure their uplink ports.
l VLAN 2004 is of the smart VLAN type and used for forwarding DHCP packets. Add
uplink port 0/4/0 to VLAN 2004.
l VLAN 2005 is of the smart VLAN type and used for forwarding CM management
packets. Add uplink port 0/5/0 to VLAN 2005.
huawei(config)#vlan 2004 to 2006 smart
huawei(config)#port vlan 2004 0/4 0
huawei(config)#port vlan 2005 0/5 0
2. (Optional) Create native VLANs for Ethernet outbound ports.
Packets between the OLT and its upper-layer router are forwarded at Layer 3 and no VLAN
information is required. The created native VLANs remove VLAN tags from the packets
transmitted out of Ethernet ports.
huawei(config)#interface eth 0/4
huawei(config-if-eth-0/4)#native-vlan 0 vlan 2004 //Remove VLAN tags from
the packets transmitted out of the 0/4/0 port.
huawei(config-if-eth-0/4)#quit
huawei(config)#interface eth 0/5
huawei(config-if-eth-0/5)#native-vlan 0 vlan 2005 //Remove VLAN tags from
the packets transmitted out of the 0/5/0 port.
huawei(config-if-eth-0/5)#quit
3. Create Layer 3 VLAN interfaces.
a. Create a Layer 3 interface for VLAN 2004, through which DHCP packets are
forwarded.
huawei(config)#interface vlanif 2004
huawei(config-if-vlanif2004)#ip address 11.11.11.10 255.255.255.0
huawei(config-if-vlanif2004)#quit
b. Create a Layer 3 interface for VLAN 2005, through which CM management packets
are forwarded.
huawei(config)#interface vlanif 2005
huawei(config-if-vlanif2005)#ip address 11.11.12.10 255.255.255.0
huawei(config-if-vlanif2005)#quit
Step 2 Configure static routes to implement the communication between the OLT and its upper-layer
devices.
huawei(config)#ip route-static 192.168.20.0 255.255.255.0 11.11.12.11 //CM
management and VoD packets are forwarded through the Layer 3 interface of VLAN
2005.
huawei(config)#ip route-static 192.168.10.0 255.255.255.0 11.11.11.11 //DHCP
packets are forwarded through the Layer 3 interface of VLAN 2004.
NOTE
The interconnected router must set static routes and add the routes to dynamic routes.
----End
Result
The OLT can communicate with its upper-layer devices. To check network connectivity between
two devices, run the ping and tracert commands.
SmartAX MA5600T/MA5603T/MA5608T Multi-service
Access Module
Commissioning and Configuration Guide
15 OptiCable D-CMTS Configuration (MA5633 Working as
a Remote Extended Frame)
Issue 01 (2014-04-30) Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
1574