Configure a channelized T1 interface as an unpartitioned, clear channel.
Configuring a T1 Interface
- [edit interfaces]
- ct1-2/0/0 {
- no-partition interface-type t1; # t1-2/0/0
- }
Configure a partitioned channel group.
Configuring a Channel Group
- [edit interfaces]
- ct1-0/0/1 {
- partition 1 interface-type ds0 timeslots 1-10;
- partition 2interface-type ds0 timeslots 11-20;
- }
The following configuration is sufficient to get the channelized T1 IQ interface up and running:
Configuring Multiple Interface Types
- [edit]
- interfaces {
-
- ct1-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 {
-
- ct1-1/2/6 {
- no-partition interface-type t1; # t1-1/2/6
- }
-
- t1-1/2/6 {
-
- t1-options {
- timeslots 1-2;
- }
-
- unit 0 {
-
- family inet {
- address 10.255.126.2/24;
- }
- }
- }
- }