Configure STM1, E1, fractional E1, and NxDS0 interfaces:
STM1 Interface
- [edit interfaces]
- cstm1-0/0/0 {
- no-partition interface-type so;
- }
- so-0/0/0 {
-
- unit 0 {
-
- family inet {
- address 10.10.12.1/30;
- }
- }
- }
E1 Interface
- [edit interfaces]
- cstm1-1/1/0 {
- no-partition interface-type cau4;
- }
- [edit interfaces]
- cau4-1/1/0 {
- partition 1-63 interface-type e1;
- }
- [edit interfaces]
- e1-1/1/0:1 {
-
- unit 0 {
-
- family inet {
- address 10.10.10.1/30;
- }
- }
- }
- ...
Fractional E1 Interface
- [edit interfaces]
- cstm1-1/0/0 {
- no-partition interface-type cau4;
- }
- [edit interfaces]
- cau4-1/0/0 {
- partition 1-63 interface-type e1;
- }
- [edit interfaces]
- e1-1/1/0:1 {
-
- e1-options {
- timeslots 2-10;
- }
-
- unit 0 {
-
- family inet {
- address 10.10.10.1/30;
- }
- }
- }
- ...
DS0 Interface
- [edit interfaces]
- cstm1-2/0/0 {
- no-partition interface-type cau4;
- }
- [edit interfaces]
- cau4-2/0/0 {
- partition 1-10 interface-type ce1;
- }
- [edit interfaces]
- ce1-2/0/0:1 {
- partition 1 interface-type ds timeslots 2-10;
- [edit interfaces]
-
- ds-2/0/0:1:1 {
-
- unit 0 {
-
- family inet {
- address 10.12.12.1/30;
- }
- }
- }
- ...
- }
For a full configuration example, see the JUNOS Feature Guide.