Configuring atm aal5 sdu support over mpls, Verifying atm aal5 sdu support over mpls, Configuring atm-to-atm pvc local switching – Cisco 10000 User Manual

Page 382

Advertising
background image

18-14

Cisco 10000 Series Router Software Configuration Guide

OL-2226-23

Chapter 18 Configuring L2 Virtual Private Networks

Configuration Tasks for L2VPN

Configuring ATM AAL5 SDU Support over MPLS

ATM AAL5 SDU support over MPLS encapsulates ATM AAL5 service data units (SDUs) in MPLS
packets and forwards them across the MPLS network. Each ATM AAL5 SDU is transported as one
packet.

To configure ATM AAL5 SDU support over MPLS, enter the following commands beginning in global
configuration mode:

Example 18-3

shows how to enable ATM AAL5 SDU support over MPLS on an ATM PVC.

Example 18-3 ATM AAL5 SDU Support over MPLS on an ATM PVC

interface atm1/0

pvc 1/200 l2transport

encapsulation aal5

xconnect 13.13.13.13 100 encapsulation mpls

Verifying ATM AAL5 SDU Support over MPLS

To verify that ATM AAL5 SDU support over MPLS is configured on a PVC, issue the show mpls
l2transport vc
command.

Example 18-4

shows sample output for this command.

Example 18-4 show mpls l2transport vc Command Output

Router# show mpls l2transport vc

Local intf Local circuit Dest address VC ID Status

--------- ------------- ------------ ----- ------

ATM1/0 ATM AAL5 1/100 4.4.4.4 100 UP

Configuring ATM-to-ATM PVC Local Switching

The following ATM line cards are supported for Cisco 10000 series routers:

4-port OC-3/STM-1

8-port E3/DS3

Command

Purpose

Step 1

Router(config)# interface type slot/port

Specifies the interface by type, slot, and port number, and enters
interface configuration mode.

Step 2

Router(config-if)# pvc [name] vpi/vci

l2transport

Creates or assigns a name to an ATM PVC.

The l2transport keyword indicates that the PVC is a switched
PVC instead of a terminated PVC. Enters L2transport VC
configuration mode.

Step 3

Router(config-if-atm-l2trans-pvc)#

encapsulation aal5

Specifies ATM AAL5 encapsulation for the PVC.

Make sure you specify the same encapsulation type on the PE
and CE routers.

Step 4

Router(config-if-atm-l2trans-pvc)# xconnect

peer-router-id vcid encapsulation mpls

Binds the attachment circuit to a pseudowire VC.

Advertising