Complete Configuration Example
Copyright © 2010, Juniper Networks, Inc.
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:
! Configure the traffic-classes for video and voice.
traffic-class voice
exit
traffic-class video
exit
! Create the ancpVlan QoS parameter definition.
qos-parameter-define ancpVlan application qos-downstream-rate
controlled-interface-type vlan
controlled-interface-type ip
instance-interface-type vlan
instance-interface-type ethernet
exit
! Create the cellmodeVlan QoS parameter definition.
qos-parameter-define cellmodeVlan application qos-cell-mode
controlled-interface-type vlan
controlled-interface-type ip
instance-interface-type vlan
instance-interface-type ethernet
exit
! Enable QoS adaptive mode for ANCP.
l2c
qos-adaptive-mode
exit
! Configure the vlan1 and vlan2 scheduler profiles.
scheduler-profile vlan1
shared-shaping-rate ancpVlan burst 10 milliseconds auto
exit
scheduler-profile voice
shaping-rate 100000 burst 10 milliseconds
exit
scheduler-profile video
shaping-rate 8000000 burst 10 milliseconds
exit
scheduler-profile vlan2
shaping-rate ancpVlan burst 10 milliseconds
exit
! Add the scheduler profiles to the vlan1 and vlan2 QoS profiles.
qos-profile vlan1
vlan node scheduler-profile vlan1
vlan queue traffic-class voice scheduler-profile voice
Chapter 30: Configuring the Downstream Rate Using QoS Parameters
291
Need help?
Do you have a question about the JUNOSE SOFTWARE FOR E SERIES 11.3.X - QUALITY OF SERVICE CONFIGURATION GUIDE 2010-09-22 and is the answer not in the manual?