Cisco Systems 1000 Series Manual De Usuario

Descargar
Página de 702
 
16-46
Cisco ASR 1000 Series Aggregation Services Routers Software Configuration Guide
OL-16506-17
Chapter 16      Configuring MPLS Layer 2 VPNs
  Configuring HDLC-Ethernet Interworking
DETAILED STEPS
Routed Mode
Perform the following steps to configure the HDLC-Ethernet Interworking in the routed mode via 
interface-based configuration:
On HDLC-PE
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
pseudowire-class [pw-class-name
4.
encapsulation mpls
5.
interworking ip
6.
interface serial slot | subslot | port
Command or Action
Purpose
Step 1
enable
Changes the privilege level for the corresponding CLI 
session.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
l2vpn xconnect context foo
Example:
Router(config)# l2vpn xconnect context foo
Creates an empty cross-connect, and enters xconnect 
submode.
Step 4
interworking ethernet
Example:
Router(config)# interworking ethernet
Enables the L2VPN Interworking feature, and causes 
Ethernet frames to be extracted from the attachment 
circuit and sent over the pseudowire. Ethernet end-to-end 
transmission is assumed. Attachment circuit frames that 
do not contain Ethernet frames are dropped. In the case 
of VLAN, the VLAN tag is removed, which leaves a pure 
Ethernet frame. 
Step 5
member 
interface-id
Example:
Router(config)# member GigabitEthernet0/0/0.3
Adds an interface as an AC segment of xconnect.
Step 6
member 
ip-address vc-id encapsulation mpls
Example:
Router(config)# member 16.16.16.16 100 
encapsulation mpls
Adds a pseudowire member to xconnect.