Introduction Configuring VLAN Based HVLAN
Software Reference for SwitchBlade x3100 Series Switches (Layer Two Switching)
4-194
Create the standard 802.1q standard VLANs
2
CREATE VLAN=VIDEO VID=10
CREATE VLAN=DATA VID=20
CREATE VLAN=VOICE VID=30
Creates standard VLANs.
Associate the S_200 and S_300 to ports 0.0/0.1
3
ADD HVLAN=S_200 INTERFACE=0.0,0.1
FRAME=TAGGED
ADD HVLAN=S_300 INTERFACE=0.0,0.1
FRAME=TAGGED
Adds HVLANs to Network interfaces.
Associate the standard VLAN with the ports 2.2./2.3
4
ADD VLAN=VIDEO INTERFACE=2.2,2.3 Adds standard VLAN (VIDEO) to Customer
interfaces.
Set the NM ports 0.0 and 0.1 to a TPID value (optional)
5
SET INTERFACE=0.1,0.2 TPID=0x9100 Note: This step is needed only when connecting
to a non-Allied Telesis device.
Associate the DATA and VOICE VLANs to the VLAN-based HVLAN tunnels.
6
ADD VLANTUNNELMAP VLAN=DATA
HVLAN=S_200
ADD VLANTUNNELMAP VLAN=VOICE
HVLAN=S_300
Adds standard VLANs (DATA, VOICE) to HVLAN
tunnels.
Destroy the HVLANs
7
DELETE VLANTUNNELMAP DATA S_200
DELETE VLANTUNNELMAP VOICE S_300
DELETE HVLAN=S_200 INTERFACE=0.0,0.1
DELETE HVLAN=S_300 INTERFACE=0.0,0.1
DESTROY HVLAN=S_200,S_300
Disassociates the DATA and VOICE VLANs from
the VLAN-based HVLAN tunnels.
Removes the Network interfaces 0.0 and 0.1 from
HVLANs S_200 and S_300.
Destroys HVLANs S_200 and S_300.
TABLE 4-29 Configuration Procedure for VLAN Based HVLAN
Step Command Description