Configure an interface for traffic to Router PE1 from Router CE1:
- [edit interfaces]
- so-0/3/0 {
- description "to Router PE1 so-0/2/0";
- no-keepalives;
- encapsulation frame-relay;
-
- unit 1 {
- dlci 601;
-
- family inet {
- address 12.12.12.1/24;
- }
- }
- }
Configure an interface for traffic to Router PE1 from Router CE1:
- [edit interfaces]
- so-0/3/1 {
- description "Router PE1 so-0/2/2";
- no-keepalives;
- encapsulation frame-relay;
-
- unit 0 {
- dlci 600;
-
- family inet {
- address 10.10.10.1/24;
- address 11.1.1.1/24;
- }
- family iso;
- family mpls;
- }
-
- unit 2 {
- dlci 602;
-
- family inet {
- address 13.13.13.1/24;
- }
- }
- }