Complete Configuration Example - Juniper JUNOSE 11.1.X - QUALITY OF SERVICE CONFIGURATION GUIDE 3-21-2010 Configuration Manual

For e series broadband services routers - quality of service configuration
Table of Contents

Advertisement

JUNOSe 11.1.x Quality of Service Configuration Guide

Complete Configuration Example

You can use the complete configuration examples provided for each of the
configurations in your own network. To customize the configuration example for
your needs, copy the text into a text editor, and modify it.
To use the example for immediate use, copy it to the local console or Telnet session
from which you access the router.
You can also save the example as a script (.scr) file that executes the commands as
though they were entered at the terminal. For information about executing .scr files,
see JUNOSe System Basics Configuration Guide.
From Global Configuration mode:
290
Example: QoS Parameter Configuration for QoS Cell Mode and Byte Adjustment for Cell Shaping
host1(config-if)#exit
! Configure the traffic-classes for video and voice.
traffic-class voice
exit
traffic-class video
exit
! Create the byte-adjustment QoS parameter definition.
qos-parameter-define byte-adjustment application qos-byte-adjustment
controlled-interface-type vlan
controlled-interface-type ip
exit
! Create the cell-mode QoS parameter definition.
qos-parameter-define cell-mode application qos-cell-mode
controlled-interface-type vlan
controlled-interface-type ip
exit
! Configure the vc1 and vc2 scheduler profiles.
scheduler-profile vc1
shared-shaping-rate 10000000 burst 10 milliseconds
exit
scheduler-profile voice
shaping-rate 100000 burst 10 milliseconds
exit
scheduler-profile video
shaping-rate 8000000 burst 10 milliseconds
exit
scheduler-profile vc2
shaping-rate 1000000 burst 10 m
exit
! Add the scheduler profiles to the vc1 QoS profile.
qos-profile vc1
vlan node scheduler-profile vc1
vlan queue traffic-class voice schedule-profile voice
vlan queue traffic-class video schedule-profile video
exit
qos-profile vc2
vlan node scheduler-profile vc2

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junose 11.1.x

Table of Contents