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.7.4 Example for Configuring VLAN Aggregation
Networking Requirements
, VLAN 2 and VLAN 3 are combined into a super-VLAN, VLAN 4.
The sub-VLANs (VLAN 2 and VLAN 3) cannot ping each other.
After proxy ARP is configured, VLAN 2 and VLAN 3 can ping each other.
Huawei AR530&AR550 Series Industrial Switch Routers
Configuration Guide - Ethernet Switching
3 VLAN Configuration
Issue 01 (2014-11-30)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
110