Configuring Cos Queues In Layer 2 Circuit Trunk Mode - Juniper JUNOS 10.1 - CONFIGURATION GUIDE 1-2010 Configuration Manual

Network interfaces configuration
Table of Contents

Advertisement

JUNOS 10.1 Network Interfaces Configuration Guide

Configuring CoS Queues in Layer 2 Circuit Trunk Mode

On ATM2 IQ interfaces, you can configure ATM CoS scheduling for AAL5 mode and
Layer 2 circuit trunk mode. For general information about ATM CoS, see "Configuring
ATM2 IQ VC Tunnel CoS Components" on page 347.
When you configure CoS scheduling in Layer 2 circuit trunk mode, the trunk is defined
on the logical interface, and four CoS queues are opened in the trunk. For each CoS
queue, you specify a priority and a transmit weight. CoS queues are serviced using
318
Configuring CoS Queues in Layer 2 Circuit Trunk Mode
ilmi;
scheduler-maps {
trunk-map {
vc-cos-mode strict;
forwarding-class cbr-class {
priority high;
transmit-weight percent 40;
epd-threshold 100;
}
forwarding-class rtvbr-class {
priority low;
transmit-weight percent 30;
epd-threshold 100;
}
forwarding-class nrtvbr-class {
priority low;
transmit-weight percent 20;
epd-threshold 100;
}
forwarding-class ubr-class {
priority low;
transmit-weight percent 10;
epd-threshold 100;
}
}
}
}
unit 0 {
encapsulation atm-ccc-cell-relay;
trunk-id 1;
trunk-bandwidth 10m;
atm-scheduler-map trunk-map;
family ccc {
filter {
output atm-trunk-01;
}
}
}
unit 1 {
encapsulation atm-ccc-cell-relay;
trunk-id 3;
trunk-bandwidth 30m;
atm-scheduler-map trunk-map;
}
}

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junos 10.1

Table of Contents