# Add Ethernet 2/0/0 to VLAN 10.
[Router] interface ethernet 2/0/0
[Router-Ethernet2/0/0] port link-type access
[Router-Ethernet2/0/0] port default vlan 10
[Router-Ethernet2/0/0] quit
# Add Ethernet 2/0/1 to VLAN 10.
[Router] interface ethernet 2/0/1
[Router-Ethernet2/0/1] port link-type access
[Router-Ethernet2/0/1] port default vlan 10
[Router-Ethernet2/0/1] quit
Step 3 Create VLANIF 10.
# Create VLANIF 10 and configure the IP address.
[Router] interface vlanif 10
[Router-Vlanif10] ip address 10.100.100.100 24
Step 4 Set the VLAN damping delay.
# Set the VLAN damping delay to 20 seconds.
[Router-Vlanif10] damping time 20
Step 5 Verify the configuration.
Run the display interface vlanif command on Router to view the VLAN damping delay.
<Router> display interface vlanif 10
Vlanif10 current state : UP
Line protocol current state : UP
Last line protocol up time : 2008-01-25 09:05:13
Description:HUAWEI, AR Series, Vlanif10 Interface
Route Port,The Maximum Transmit Unit is 1500, The Holdoff Timer is 20(sec)
Internet Address is 10.100.100.100/24
IP Sending Frames' Format is PKTFMT_ETHNT_2, Hardware address is 00e0-fc01-0005
Current system time: 2008-01-25 09:05:37
Input bandwidth utilization : --
Output bandwidth utilization : --
----End
Configuration Files
#
sysname Router
#
vlan batch 10
#
interface Vlanif10
ip address 10.100.100.100 255.255.255.0
damping time 20
#
interface Ethernet2/0/0
port link-type access
port default vlan 10
#
interface Ethernet2/0/1
port link-type access
port default vlan 10
#
return
3.9.4 Example for Configuring VLAN Aggregation
Huawei AR3200 Series Enterprise Routers
Configuration Guide - LAN 3 VLAN Configuration
Issue 02 (2012-03-30) Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
108