huawei(config)#
dhcpv6-server 1 ipv6 2001:0db8:0006::10/64
2001:0db8:0006::11/64
//Configure DHCP server group 1 to allocate IP addresses
for PCs.
Step 5
Create DHCP Option 16 domains.
huawei(config)#
dhcp domain default
//Create Option 16 domain
default
for PCs.
huawei(config-dhcp-domain-default)#
dhcpv6-gateway learning enable
//PCs require
different IP address segments based on fee payment state. Therefore, automatic
gateway learning must be enabled on the OLT.
huawei(config-dhcp-domain-default)#
dhcpv6-server 1 vlan 100
/Bind DHCP
server group 1 to the DHCP domain of PCs. After the configuration, the PCs in this
DHCP domain are mapped to DHCP server group 1.
huawei(config-dhcp-domain-default)#
quit
huawei(config)#
dhcp domain docsis
//Create Option 16 domain
docsis
for CMs.
huawei(config-dhcp-domain-docsis)#
dhcpv6-server 0 vlan 100
//Bind DHCP server
group 0 to the DHCP domain of CMs. After the configuration, the CMs in this DHCP
domain are mapped to DHCP server group 0.
huawei(config-dhcp-domain-docsis)#
quit
Step 6
Configure the IP addresses of the gateways for DHCP domains.
huawei(config)#
interface vlanif 100
huawei(config-if-vlanif100)#
dhcp domain default gateway ipv6 2001:0db8:0003::3/64
2001:0db8:0004::4/64
//Configure IP addresses of the gateways for the DHCP
domain of PCs, including the IP address of the gateway for the PCs with fees paid
and the IP address of the gateway for overdue PCs.
huawei(config-if-vlanif100)#
dhcp domain docsis gateway ipv6
2001:0db8:0001::1/64
//Configure the IP address of the gateway for the DHCP
domain of CMs.
huawei(config-if-vlanif100)#
quit
----End
16.4.1.6 Configuring a Route (IPv6)
This section describes how to implement network communication by configuring a route in
Layer 3 networking with an OLT. Through the route, the OLT can forward packets at Layer 3
between the OLT and its upper-layer devices or servers.
Prerequisites
The upper-layer router of the OLT has been configured.
Data Plan
Table 16-27
DHCP data plan
Configuration Item
Data
Terminal-side of CM
l
network segment of CM: 2001:0db8:0001::/64
l
network segment of PCs with fees paid: 2001:0db8:0003::/64
l
network segment of overdue PCs: 2001:0db8:0004::/64
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.
1743