Configure an interface to handle VPN traffic and an interface to handle Internet traffic:
- [edit]
- interfaces {
-
- t3-0/2/0 {
- dce;
- encapsulation frame-relay;
-
- unit 0 {
- description "to CE1 VPN interface";
- dlci 10;
-
- family inet {
- address 192.168.197.13/30;
- }
- }
-
- unit 1 {
- description "to CE1 public interface";
- dlci 20;
-
- family inet {
- address 192.168.198.201/30;
- }
- }
- }
- }