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 and broadband
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,
VoD, and multicast packets. Add uplink port 0/5/0 to VLAN 2005.
huawei(config)#
vlan 2004 to 2005 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 assumed to be 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/8/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/9/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 and broadband
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 and VoD
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 0.0.0.0 0.0.0.0 11.11.11.11
//Broadband packets
are forwarded through the Layer 3 interface of VLAN 2004.
huawei(config)#
ip route-static 192.168.20.0 255.255.255.0 11.11.12.11
//CM
management, VoD, and multicast 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.
huawei(config)#
ip route-static 192.168.50.0 255.255.255.0 11.11.12.11
NOTE
l
The interconnected router must set static routes and add the routes to dynamic routes.
----End
SmartAX MA5600T/MA5603T/MA5608T Multi-service
Access Module
Commissioning and Configuration Guide
16 OptiCable D-CMTS Configuration (MA5633 Working as
a Standalone NE)
Issue 01 (2014-04-30)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
1740