Prerequisites for L2VPN Interworking
Before you configure L2VPN interworking on a device you must enable Cisco Express Forwarding.
HDLC-to-Ethernet Interworking
-
Ensure that the serial controller and interface on the High-Level Data Link Control (HDLC) customer edge (CE) and provider edge (PE) devices are configured.
enable configure terminal controller e1 2/0 channel-group 0 timeslots 1 no shutdown ! interface Serial 2/0:0 no shutdown end
-
Before configuring HDLC-to-Ethernet bridged interworking, ensure that bridging is configured on the HDLC CE device.
enable configure terminal bridge irb bridge 1 protocol ieee bridge 1 route ip ! interface Serial 2/0:0 no bridge-group 1 no ip address ! interface BVI1 no ip address ip address 192.0.2.1 255.255.255.0 no shutdown ! interface Serial 2/0:0 no ip address encapsulation hdlc bridge-group 1 no shutdown end
-
Before configuring HDLC-to-Ethernet routed interworking, ensure that an IP address is configured on the HDLC CE device.
interface Serial 2/0:0 ip address 192.0.2.1 255.255.255.0 encapsulation hdlc no shutdown end