You need to specify a circuit cross-connect (CCC) encapsulation type for each PE-router-to-CE-router interface running in the Layer 2 VPN. This encapsulation type should match the encapsulation type configured under the routing instance.
Configure the following CCC encapsulation types for the interfaces on Router A:
- [edit]
- interfaces {
-
- interface so-6/0/0 {
- encapsulation frame-relay-ccc;
-
- unit 0 {
- encapsulation frame-relay-ccc;
- }
- }
-
- interface so-6/0/0 {
- encapsulation frame-relay-ccc;
-
- unit 1 {
- encapsulation frame-relay-ccc;
- }
- }
- }
Configure the following CCC encapsulation types for the interfaces on Router B:
- [edit]
- interfaces {
-
- interface so-6/0/0 {
- encapsulation frame-relay-ccc;
-
- unit 2 {
- encapsulation frame-relay-ccc;
- }
- }
-
- interface so-6/0/0 {
- encapsulation frame-relay-ccc;
-
- unit 3 {
- encapsulation frame-relay-ccc;
- }
- }
- }
Configure the following CCC encapsulation types for the interfaces on Router C:
- [edit]
- interfaces {
-
- interface so-6/0/0 {
- encapsulation frame-relay-ccc;
-
- unit 4 {
- encapsulation frame-relay-ccc;
- }
- }
-
- interface so-6/0/0 {
- encapsulation frame-relay-ccc;
-
- unit 5 {
- encapsulation frame-relay-ccc;
- }
- }
- }