21-23
Cisco 10000 Series Router Software Configuration Guide
OL-2226-23
Chapter 21 Configuring L2VPN Interworking
Ethernet/VLAN to Frame Relay Interworking
Configuration Tasks and Examples
This section describes configuration tasks for and examples of two L2VPN technology solutions
•
Local Switching
•
AToM
Local Switching
Figure 21-8
shows LS configurations. The following LS configurations and examples are described:
•
FR DLCI to Ethernet Port, page 21-23
•
FR DLCI to Ethernet VLAN 802.1Q, page 21-24
FR DLCI to Ethernet Port
You can configure the FR DLCI to Ethernet port feature on a router using the following steps:
1.
config t
2.
frame-relay switching
3.
interface
serial
slot/subslot/port[:channel | .channel]
4.
encapsulation frame-relay
5.
frame-relay intf-type dce
6.
frame-relay interface-dlci
DLCI
switched
7.
interface
[
fastethernet
|
gigabitethernet
] slot/subslot/port
8.
no ip address
9.
connect
connection-name [
fastethernet
|
gigabitethernet
] slot/subslot/port
serial
slot/subslot/port[:channel | .channel]
interworking ethernet|ip
Note
The order of the interfaces in the
connect
command is not important.
Note
For configuring routed interworking on the FR DLCI to Ethernet Port feature, enter all
commands except the
no ip address
command.
The following example shows how you can configure the FR DLCI to Ethernet Port feature on a router,
using routed interworking:
config t
frame-relay switching
interface serial 2/0/0:1
encapsulation frame-relay
frame-relay intf-type dce
frame-relay interface-dlci 100 switched
interface gigabitethernet 5/1/0
connect fr-enet gigabitethernet 5/1/0 serial 2/0/0:1 100 interworking ip