Item IP Address
Upper-layer servers of
the OLT
l DHCP servers:
– DHCP server assigning IP addresses to CMs and media
terminal adapters (MTAs): 192.168.10.10-192.168.10.11
– DHCP server assigning IP addresses to PCs and set top
boxes (STBs): 192.168.10.12-192.168.10.13
l CM management system, VoD server, and multicast server:
192.168.20.10-192.168.20.12
l Softswitch or IP multimedia subsystem (IMS) server:
192.168.50.10
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.
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.
1686