11-11
Catalyst 6000 Family Software Configuration Guide—Releases 6.3 and 6.4
78-13315-02
Chapter 11 Configuring VLANs
Mapping VLANs to VLANs
•
When you map an 802.1Q VLAN to an ISL VLAN, traffic on the 802.1Q VLAN corresponding to
the mapped ISL VLAN is blocked. For example, if you map 802.1Q VLAN 2000 to ISL
VLAN 200, traffic on 802.1Q VLAN 200 is blocked.
•
VLAN mappings are local to each switch. Make sure you configure the same VLAN mappings on
all appropriate switches in the network.
To map an 802.1Q VLAN to an ISL VLAN, perform this task in privileged mode:
This example shows how to map 802.1Q VLANs 2000, 3000, and 4000 to ISL VLANs 200, 300, and
400, and verify the configuration:
Console> (enable)
set vlan mapping dot1q 2000 isl 200
802.1q vlan 2000 is existent in the mapping table
Console> (enable)
set vlan mapping dot1q 3000 isl 300
Vlan mapping successful
Console> (enable)
set vlan mapping dot1q 4000 isl 400
Vlan mapping successful
Console> (enable)
show vlan mapping
802.1q vlan ISL vlan Effective
------------------------------------------
2000 200 true
3000 300 true
4000 400 true
Console> (enable)
Deleting 802.1Q-to-ISL VLAN Mappings
To delete an 802.1Q-to-ISL VLAN mapping, perform this task in privileged mode:
This example shows how to delete the VLAN mapping for 802.1Q VLAN 2000:
Console> (enable)
clear vlan mapping dot1q 2000
Vlan 2000 mapping entry deleted
Console> (enable)
This example shows how to delete all 802.1Q-to-ISL VLAN mappings:
Console> (enable)
clear vlan mapping dot1q all
All vlan mapping entries deleted
Console> (enable)
Task
Command
Step 1
Map an 802.1Q VLAN to an ISL Ethernet VLAN. The
valid range for
dot1q_vlan
is 1001–4095. The valid
range for
isl_vlan
is 1–1000.
set vlan mapping dot1q
dot1q_vlan
isl
isl_vlan
Step 2
Verify the VLAN mapping.
show vlan mapping
Task
Command
Step 1
Delete an 802.1Q-to-ISL VLAN mapping.
clear vlan mapping dot1q
{
dot1q_vlan
|
all
}
Step 2
Verify the VLAN mapping.
show vlan mapping