25-12
Software Configuration Guide—Release 15.0(2)SG
OL-23818-01
Chapter 25 Configuring 802.1Q Tunneling, VLAN Mapping, and Layer 2 Protocol Tunneling
Configuring VLAN Mapping
Switch(config-if)# switchport vlan mapping 4 104
Switch(config-if)# switchport vlan mapping 4 105
Switch(config-if)# exit
In the previous example, at the ingress of the service-provider network, VLAN IDs 1 to 5 in the customer
network are mapped to VLANs 101 to 105, in the service provider network. At the egress of the service
provider network, VLANs 101 to 105 in the service provider network are mapped to VLAN IDs 1 to 5,
in the customer network.
Note Packets with unconfigured vlan_ids are dropped.
Traditional Q-in-Q on a Trunk Port
To configure VLAN mapping for traditional Q-in-Q on a trunk port or tunneling by default, perform the
following task:
Note Configuring tunneling by default bundles all packets on the port into the configured S-VLAN.
Entering the no switchport vlan mapping all command deletes all mapping configurations.
Selective Q-in-Q on a Trunk Port
To configure VLAN mapping for selective Q-in-Q on a trunk port, perform this task:
Note You cannot configure one-to-one mapping and selective Q-in-Q on the same interface.
Command Purpose
Step 1 Switch# configure terminal Enters global configuration mode.
Step 2 Switch(config)# interface
interface-id Enters interface configuration mode for the interface connected to the
service provider network. You can enter a physical interface or an
EtherChannel port channel.
Step 3 Switch(config-if)# switchport mode
trunk Configures the interface as a trunk port.
Step 4 Switch(config-if)# switchport trunk
allowed vlan vlan-id Configures the outer VLAN of the service provider network (S-VLAN) to
to be allowed on the interface. This should be the same outer VLAN ID
entered in the next step.
Step 5 Switch(config-if)# end Returns to privileged EXEC mode.
Step 6 Switch# show interfaces
interface-id vlan mapping Verifies the configuration.
Step 7 Switch# copy running-config
startup-config (Optional) Saves your entries in the configuration file.