1.
Run the
vlan
command to create a VLAN.
huawei(config)#
vlan 30 smart
2.
Run the
port vlan
command to add an upstream port to the VLAN.
huawei(config)#
port vlan 30 0/0 0
3.
In the VLANIF mode, run the
ip address
command to configure the IP address and subnet
mask of the VLAN L3 interface.
huawei(config)#
interface vlanif 30
huawei(config-if-vlanif30)#
ip address 10.10.20.2 255.255.255.0
Step 4
Add a route.
l
If the configuration environment is set up as shown in
, you need not add a route.
l
If the remote WAN management environment is set up as shown in
ip
route-static
command to add a route to the next hop.
huawei(config-if-vlanif30)#
quit
huawei(config)#
ip route-static 10.10.21.0 24 10.10.20.3
Step 5
Start Telnet.
Choose
Start
>
Run
on the maintenance terminal. In the
Open
address bar, enter
telnet
10.10.20.2
(10.10.20.2 is the IP address of the VLAN L3 interface of the MA5616), as shown
(considering the Windows OS as an example). Click
OK
, and the telnet interface
is displayed.
Figure 3-19
Starting Telnet
Step 6
Log in to the MA5616.
On the telnet interface, enter the user name and the password. By default, the super user name
is
root
and the password is
mduadmin
. When the login is successful, the system displays the
following information:
>>User name:
root
>>User password:
Huawei Integrated Access Software (MA5616).
Copyright(C) Huawei Technologies Co., Ltd. 2002-2010. All rights reserved.
----End
Result
After logging in to the MA5616, you can manage the MA5616. For instructions on CLI, see CLI
Operation Characteristics.
SmartAX MA5616 Multi-service Access Module
Configuration Guide
3 Basic Configuration
Issue 04 (2011-10-30)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
28