Configure an interface for traffic to Router PE2 from Router CE2:
- [edit interfaces]
- so-0/2/0 {
- description "to Router PE2 so-1/0/0";
- no-keepalives;
- encapsulation frame-relay;
-
- unit 1 {
- dlci 700;
-
- family inet {
- address 10.10.10.2/24;
- address 11.1.1.2/24;
- address 12.12.12.2/24;
- }
- }
-
- unit 2 {
- dlci 702;
-
- family inet {
- address 13.13.13.2/24;
- }
- }
- }