huawei(config)#
dhcp-server 1 ip 192.168.10.12 192.168.10.13
//Configure DHCP
server group 1 to assign IP addresses to PCs and STBs.
Step 5
Create a DHCP Option 60 domain.
huawei(config)#
dhcp domain default
//Create Option 60 domain name default for
PCs.
huawei(config-dhcp-domain-default)#
dhcp-gateway learning enable
//Paid and
overdue PCs are in different network segments. Therefore, self-learning needs to be
enabled on OLT gateways.
huawei(config-dhcp-domain-default)#
dhcp-server 1 vlan 100
//Bind DHCP server
group 1 to the DHCP domain where the PCs locate. After the configuration, the PCs
in the DHCP domain are corresponded to DHCP server group 1.
huawei(config-dhcp-domain-default)#
quit
huawei(config)#
dhcp domain docsis
//Create Option 60 domain name docsis for CMs.
huawei(config-dhcp-domain-docsis)#
dhcp-server 0 vlan 100
//Bind DHCP server
group 0 to the DHCP domain where the CMs locate. After the configuration, the CMs
in the DHCP domain are corresponded to DHCP server group 0.
huawei(config-dhcp-domain-docsis)#
quit
huawei(config)#
dhcp domain pktc
//Create Option 60 domain name pktc for MTAs.
huawei(config-dhcp-domain-pktc)#
dhcp-server 0 vlan 100
//Bind DHCP server
group 0 to the DHCP domain where the MTAs locate. After the configuration, the CMs
in the DHCP domain are corresponded to DHCP server group 0.
huawei(config-dhcp-domain-pktc)#
quit
huawei(config)#
dhcp domain stb
//Create Option 60 domain name stb for STBs.
huawei(config-dhcp-domain-stb)#
dhcp-server 1 vlan 100
//Bind DHCP server group
1 to the DHCP domain where the STBs locate. After the configuration, the STBs in
the DHCP domain are corresponded to DHCP server group 1.
huawei(config-dhcp-domain-stb)#
quit
Step 6
Set IP addresses of the gateways for the DHCP domain.
huawei(config)#
interface vlanif 100
huawei(config-if-vlanif100)#
dhcp domain default gateway 10.100.187.1
10.100.8.1
//Set the IP address of the gateway for the PC domain to 10.100.187.1
for paid PCs and to 10.100.8.1 for overdue PCs.
huawei(config-if-vlanif100)#
dhcp domain docsis gateway 10.10.224.1
//Set the IP
address of the gateway for the CM domain to 10.10.224.1.
huawei(config-if-vlanif100)#
dhcp domain pktc gateway 10.100.224.1
//Set the IP
address of the gateway for the MTA domain to 10.100.224.1.
huawei(config-if-vlanif100)#
dhcp domain stb gateway 10.200.160.1
//Set the IP
address of the gateway for the STB domain to 10.200.160.1.
huawei(config-if-vlanif100)#
quit
----End
15.3.1.4 Configuring a Route
This section describes how to implement network communication by configuring a route in
Layer 3 networking with an optical line terminal (OLT). Through the route, packets are
forwarded at Layer 3 between the OLT and its upper-layer devices or servers.
Prerequisites
The upper-layer router has been configured.
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.
1542