
1.
Create and configure a Super-VLAN and a Sub-VLAN.
2.
Add an interface to the Sub-VLAN.
3.
Create a VLANIF interface of the Super-VLAN and assign an IP address to the VLANIF
interface.
4.
Enable intra-VLAN proxy ARP on the VLANIF interface of the Super-VLAN.
Data Preparation
To complete the configuration, you need the following data:
l
VLAN IDs of the Super-VLAN and Sub-VLAN
l
GE 0/0/2 and GE 0/0/1 belonging to Sub-VLAN 2
l
IP address and subnet mask of VLANIF 3 of Super-VLAN 3 being 10.10.10.1 and
255.255.255.0
Procedure
Step 1
Configure the Super-VLAN and Sub-VLAN.
# Configure Sub-VLAN 2.
<Quidway>
system-view
[Quidway]
vlan 2
[Quidway-vlan2]
quit
# Enable port isolation on GE 0/0/1 and GE 0/0/2.
[Quidway]
port-isolate mode l2
[Quidway]
interface gigabitethernet 0/0/1
[Quidway-GigabitEthernet0/0/1]
port-isolate enable
[Quidway-GigabitEthernet0/0/1]
quit
[Quidway]
interface gigabitethernet 0/0/2
[Quidway-GigabitEthernet0/0/2]
port-isolate enable
[Quidway-GigabitEthernet0/0/2]
quit
# Add GE 0/0/1 and GE 0/0/2 to Sub-VLAN 2.
[Quidway]
interface gigabitethernet 0/0/1
[Quidway-GigabitEthernet0/0/1]
port link-type access
[Quidway-GigabitEthernet0/0/1]
port default vlan 2
[Quidway-GigabitEthernet0/0/1]
quit
[Quidway]
interface gigabitethernet 0/0/2
[Quidway-GigabitEthernet0/0/2]
port link-type access
[Quidway-GigabitEthernet0/0/2]
port default vlan 2
[Quidway-GigabitEthernet0/0/2]
quit
# Configure Super-VLAN 3 and add Sub-VLAN 2 to Super-VLAN 3.
[Quidway]
vlan 3
[Quidway-vlan3]
aggregate-vlan
[Quidway-vlan3]
access-vlan 2
[Quidway-vlan3]
quit
Step 2
Create and configure VLANIF 3.
# Create VLANIF 3.
[Quidway]
interface vlanif 3
# Assign an IP address to VLANIF 3.
[Quidway-Vlanif3]
ip address 10.10.10.1 24
Step 3
Enable intra-VLAN proxy ARP on VLANIF 3.
Quidway S2700 Series Ethernet Switches
Configuration Guide - IP Service
2 ARP Configuration
Issue 01 (2011-07-15)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
28