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.
huawei(config)#
ip route-static 0.0.0.0 0.0.0.0 11.11.11.11
//Broadband packets
are forwarded through the Layer 3 interface of VLAN 2004.
huawei(config)#
ip route-static 192.168.20.0 255.255.255.0 11.11.12.11
//CM
management, VoD, and multicast packets are forwarded through the Layer 3 interface
of VLAN 2005.
huawei(config)#
ip route-static 192.168.60.3 255.255.255.0 11.11.12.11
//COPS
packets are forwarded through the Layer 3 interface of VLAN 2005.
huawei(config)#
ip route-static 192.168.10.0 255.255.255.0 11.11.11.11
//DHCP
packets are forwarded through the Layer 3 interface of VLAN 2004.
huawei(config)#
ip route-static 192.168.5.0 255.255.255.0 11.11.12.11
//TFTP
server
huawei(config)#
ip route-static 192.168.50.0 255.255.255.0 11.11.12.11
//
Softswitch or IMS server
NOTE
The interconnected router must set static routes and add the routes to dynamic routes.
----End
Result
The OLT can communicate with its upper-layer devices. To check network connectivity between
two devices, run the
ping
and
tracert
commands.
The configured static routes can be queried in an IPv4 routing table by running the
display ip
routing-table
command.
15.3.1.5 Configuring DHCP Relay (IPv6)
This section describes how to configure DHCPv6 relay so that terminals can obtain IP addresses
in different network segments.
Prerequisites
The upper-layer router and DHCP server have 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.
1544