Configure a channelized E1 interface as an unpartitioned, clear channel.
Configuring an E1 Interface
- [edit interfaces]
- ce1-2/0/0 {
- no-partition interface-type e1; # e1-2/0/0
- }
The following configuration is sufficient to get the channelized E1 IQ interface up and running:
Configuring Multiple Interface Types
- [edit]
- interfaces {
-
- ce1-1/2/3 {
- partition 1 timeslots 10 interface-type ds; # ds-1/2/3:1
- partition 2 timeslots 1-9 interface-type ds; # ds-1/2/3:2
- }
-
- ds-1/2/3:1 {
-
- unit 0 {
-
- family inet {
- address 10.25.1.2/24;
- }
- }
- }
-
- ds-1/2/3:2 {
-
- unit 0 {
-
- family inet {
- address 10.25.2.2/24;
- }
- }
- }
- }
- [edit]
- interfaces {
-
- ce1-1/2/6 {
- no-partition interface-type e1; # e1-1/2/6
- }
-
- e1-1/2/6 {
-
- e1-options {
- timeslots 1-2;
- }
-
- unit 0 {
-
- family inet {
- address 10.255.126.2/24;
- }
- }
- }
- }