16-3
ATM Switch Router Software Configuration Guide
OL-7396-01
Chapter16 Configuring Tag Switching and MPLS
Configuring Tag Switching
Configuring a VPI Range (Optional), page 16-6
Configuring TDP Control Channels (Optional), page 16-8
Configuring Tag Switching on VP Tunnels, page 16-9
Connecting the VP Tunnels, page 16-11
Configuring VC Merge, page 16-12
Configuring a Loopback Interface
You should configure a loopback interface on every ATM switch router configured for tag switching. The
loopback interface, a virtual interface, is always active. The IP address of the loopback interface is used
as the Tag Distribution Protocol (TDP) identifier for the ATM switch router. If a loopback interface does
not exist, the TDP identifier is the highest IP address configured on the ATM switch router. If that IP
address is administratively shut down, all TDP sessions through the ATM switch router restart.
Therefore, we recommend that you configure a loopback interface.
To configure the loopback interface, perform the following steps, beginning in global configuration
mode:
Example
In the following example, loopback interface0 is created with an IP address of 1.0.1.11 and a subnet
mask of 255.255.255.255:
Switch(config)# interface loopback 0
Switch(config-if)# ip address 1.0.1.11 255.255.255.255
Switch(config-if)# exit

Displaying Loopback Interface Configuration

The following example shows the loopback 0 configuration using the show interfaces privileged EXEC
command:
Switch# show interfaces loopback 0
Loopback0 is up, line protocol is up
Hardware is Loopback
Command Purpose
Step1 Switch(config)# interface loopback number
Switch(config-if)#
Enters interface configuration mode and assigns a
number to the loopback interface.
Step2 Switch(config-if)# ip address ip-address mask Assigns an IP address and subnet m ask to the
loopback interface.
Note We recommend a 32-bit subnet mask
(255.255.255.255) for the loopback
interface. If you do not use a 32-bit subnet
mask, two TVCs1 terminate for the same
address—one for a 32-bit subnet mask
and the other for the mask you entered.
Entering a 32-bit subnet mask reduces the
number of TVCs to one.
1. TVCs = tag virtual channels.