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 forwarded at Layer 3 and no VLAN
tag 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
//The packets transmitted
out of port 0/4/0 are untagged.
huawei(config-if-eth-0/4)#
quit
huawei(config)#
interface eth 0/5
huawei(config-if-eth-0/5)#
native-vlan 0 vlan 2005
//The packets transmitted
out of port 0/5/0 are untagged.
huawei(config-if-eth-0/5)#
quit
3.
Create VLAN Layer 3 interfaces.
a.
Create the Layer 3 interface of VLAN 2004, through which DHCP packets are
forwarded.
huawei(config)#
interface vlanif 2004
huawei(config-if-vlanif2004)#
ipv6 address 2001:0db8:0007::12/64
huawei(config-if-vlanif2004)#
quit
b.
Create the Layer 3 interface of VLAN 2005, through which CM management packets
are forwarded.
huawei(config)#
interface vlanif 2005
huawei(config-if-vlanif2005)#
ipv6 address 2001:0db8:0008::13/64
huawei(config-if-vlanif2005)#
quit
Step 2
Configure static routes for the communication between the OLT and its upper-layer devices.
huawei(config)#
ipv6 route-static 2001:0db8:0006::/64 2001:0db8:0008::7/64
//CM
management packets are forwarded through the Layer 3 interface of VLAN 2005.
huawei(config)#
ipv6 route-static 2001:0db8:0011::/64 2001:0db8:0007::6/64
//
DHCP packets are forwarded through the Layer 3 interface of VLAN 2004.
NOTE
Configure static routes on the router connected to the OLT. In addition, add the static routes to dynamic ones.
----End
Result
The OLT can communicate with its upper-layer devices. To check network connectivity between
two devices, run the
ping ipv6
and
tracert ipv6
commands.
The configured static routes can be queried in an IPv6 routing table by running the
display ipv6
routing-table
command.
15.4.2.7 Adding a Remote Extended Frame to an OLT
A distributed cable modem termination system (D-CMTS) that works as a GE remote extended
frame connects to a port on a GE cascading board of an optical line terminal (OLT). You can
configure the remote extended frame only after adding it to the OLT.
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.
1633