[Contents] [Prev] [Next] [Index] [Report an Error]

Examples: Associating a Scheduler Map and a Shaping Rate with a Physical Interface

The section includes the following examples:

Channelized T1 IQ PIC Clear-Channel T1

interfaces {
ct1-2/1/0 {
no-partition interface-type t1;
}
t1-2/1/0 {
unit 0 {
family inet {
address 10.40.1.1/30;
}
}
}
}
class-of-service {
interfaces {
t1-2/1/0 {
shaping-rate 3000;
}
}
}

Channelized T1 IQ PIC CT1 > DS0

interfaces {
ct1-0/0/9 {
partition 1 timeslots 1-2 interface-type ds;
}
ds-0/0/9:1 {
no-keepalives;
unit 0 {
family inet {
address 10.10.1.1/30;
}
}
}
}
class-of-service {
interfaces {
ds-0/0/9:1 {
scheduler-map sched_port_1;
shaping-rate 2000;
}
}
}

Channelized E1 IQ PIC Clear-Channel E1

interfaces {
ce1-2/1/0 {
no-partition interface-type e1;
}
e1-2/1/0 {
unit 0 {
family inet {
address 10.40.1.1/30;
}
}
}
}
class-of-service {
interfaces {
e1-2/1/0 {
shaping-rate 4000;
}
}
}

Channelized E1 IQ PIC CE1 > DS0

interfaces {
ce1-1/3/1 {
partition 1 timeslots 1-4 interface-type ds;
partition 2 timeslots 5-6 interface-type ds;
}
ds-1/3/1:1 {
no-keepalives;
unit 0 {
family inet {
address 10.10.1.1/30;
}
}
}
ds-1/3/1:2 {
no-keepalives;
unit 0 {
family inet {
address 10.10.1.5/30;
}
}
}
}
class-of-service {
interfaces {
ds-1/3/1:1 {
scheduler-map sched_port_1;
shaping-rate 1000;
}
ds-1/3/1:2 {
scheduler-map sched_port_1;
shaping-rate 1500;
}
}
}

Channelized DS3 IQ PIC Clear-Channel T3

interfaces {
ct3-2/1/0 {
no-partition;
}
t3-2/1/0 {
unit 0 {
family inet {
address 10.40.1.1/30;
}
}
}
}
class-of-service {
interfaces {
t3-2/1/0 {
shaping-rate 2500;
unit 0 {
scheduler-map sched_port_1;
}
}
}
}

Channelized DS3 IQ PIC Fractional T1

interfaces {
ct3-1/1/3 {
partition 1-3 interface-type t1;
}
t1-1/1/3:1 {
t1-options {
timeslots 1-2;
}
unit 0 {
family inet {
address 10.10.1.1/30;
}
}
}
t1-1/1/3:2 {
t1-options {
timeslots 3-6;
}
unit 0 {
family inet {
address 10.10.1.5/30;
}
}
}
t1-1/1/3:3 {
t1-options {
timeslots 7-12;
}
unit 0 {
family inet {
address 10.10.1.9/30;
}
}
}
}
class-of-service {
interfaces {
t1-1/1/3:1 {
scheduler-map sched_port_1;
shaping-rate 1200;
}
t1-1/1/3:2 {
scheduler-map sched_port_1;
shaping-rate 1300;
}
t1-1/1/3:3 {
scheduler-map sched_port_1;
shaping-rate 1400;
}
}
}

Channelized DS3 IQ PIC CT3 > T1 > DS0

interfaces {
ct3-2/1/3 {
partition 1 interface-type ct1;
}
ct1-2/1/3:1 {
partition 1 timeslots 1-4 interface-type ds;
}
ds-2/1/3:1:1 {
unit 0 {
family inet {
address 10.20.144.1/30;
}
}
}
}
class-of-service {
interfaces {
ds-2/1/3:1:1 {
scheduler-map sched_port_1;
shaping-rate 1100;
}
}
}

[Contents] [Prev] [Next] [Index] [Report an Error]