1.
Configure the upstream port and the VLAN.
huawei(config)#
vlan 100 smart
huawei(config)#
port vlan 100 0/19 0-1
huawei(config)#
vlan 101 mux
huawei(config)#
port vlan 101 0/19 0-1
huawei(config)#
vlan 102 smart
huawei(config)#
port vlan 102 0/19 0-1
2.
Configure the traffic table.
The voice service has the highest priority, and the Internet access service has the lowest
priority.
Assume that the Internet access service uses traffic table 6, with the priority of 0. The
following shows how to create the traffic tables for the voice service and the video service
respectively.
huawei(config)#
traffic table ip index 7 cir 1024 priority 7
priority-policy local-Setting
huawei(config)#
traffic table ip index 8 cir off priority 5 priority-policy
local-Setting
3.
Configure the service port.
huawei(config)#
service-port vlan 100 adsl 0/2/31 vpi 0 vci 35 rx-cttr 8 tx-cttr
8
huawei(config)#
service-port vlan 101 adsl 0/2/31 vpi 0 vci 36 rx-cttr 6 tx-cttr
6
huawei(config)#
service-port vlan 102 adsl 0/2/31 vpi 0 vci 37 rx-cttr 7 tx-cttr
7
4.
Configure the DHCP relay mode for the video service.
l
Enable the DHCP mode.
huawei(config)#
dhcp mode layer-3 option60
l
Configure the DHCP server.
huawei(config)#
dhcp-server 1 ip 10.1.1.2 10.1.1.3
huawei(config)#
dhcp domain video
huawei(config-dhcp-domain-video)#
dhcp-server 1
huawei(config-dhcp-domain-video)#
quit
l
Configure the gateway mapped to the DHCP domain.
huawei(config)#
interface vlanif 100
huawei(config-if-vlanif100)#
ip address 10.1.1.1 24
huawei(config-if-vlanif100)#
dhcp domain video gateway 10.1.1.1
huawei(config-if-vlanif100)#
quit
l
Enable the DHCP option82 function.
huawei(config)#
dhcp option82 enable
huawei(config)#
raio-mode xdsl-port-rate
5.
Configure the DHCP relay mode for the voice service.
l
Configure the DHCP server.
huawei(config)#
dhcp-server 2 ip 10.4.4.2 10.4.4.3
huawei(config)#
dhcp domain voice
huawei(config-dhcp-domain-voice)#
dhcp-server 2
huawei(config-dhcp-domain-voice)#
quit
l
Configure the gateway mapped to the DHCP domain.
huawei(config)#
interface vlanif 102
huawei(config-if-vlanif102)#
ip address 10.4.4.1 24
huawei(config-if-vlanif102)#
dhcp domain voice gateway 10.4.4.1
huawei(config-if-vlanif102)#
quit
6.
Configure the multicast service.
l
Enable the multicast proxy.
huawei(config)#
multicast-vlan 100
huawei(config-mvlan100)#
igmp mode proxy
SmartAX MA5600T/MA5603T/MA5608T Multi-service
Access Module
Commissioning and Configuration Guide
5 Configuration Example of MSTP Subtending Network
Issue 01 (2014-04-30)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
463