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

2.

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:
Chapter 30: Configuring the Downstream Rate Using QoS Parameters
d. Assign VLAN ID of 1.
e. Attach the QoS profile vc1 to the interface.
host1(config)#interface gigabitEthernet 6/0/0
host1(config-if)#encapsulation vlan
host1(config-if)#interface gigabitEthernet 6/0/0.1
host1(config-if)#vlan id 1
host1(config-if)#qos-profile vlan1
host1(config-if)#exit
Attach the vlan2 QoS profile to VLAN2.
a. Specify the Gigabit Ethernet interface in slot 6, adapter 0, port 1.
b. Assign a VLAN ID of 2.
c.
Attach the QoS profile vlan2 to the interface.
host1(config-if)#interface gigabitEthernet 6/0/1.1
host1(config-if)#vlan id 2
host1(config-if)#qos-profile vlan2
host1(config-if)#exit
! 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
Example: QoS Parameter Configuration for QoS Downstream Rate
309

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junose 11.1.x

Table of Contents