Juniper BGP - CONFIGURATION GUIDE V 11.1.X Configuration Manual page 338

Junose software for e series routing platforms
Table of Contents

Advertisement

JUNOSe 11.1.x BGP and MPLS Configuration Guide
2.
3.
4.
302
Example Differentiated Services Application and Configuration
host1(config-policy-list-classifier-group)#traffic-class class1
host1(config-policy-list-classifier-group)#color green
host1(config)#interface atm 3/0.1
host1(config-subif)#ip policy input qos-service
Create and attach an IP input policy for the plain Internet service to CE interfaces
on the PE router for incoming traffic. All traffic is treated as best effort, so no
classifier group is necessary.
host1(config)#ip policy-list plain-service
host1(config-policy-list-classifier-group)#user-packet-class 0
host1(config-policy-list-classifier-group)#traffic-class best-effort
host1(config-policy-list-classifier-group)#color green
host1(config)#interface atm 5/0.1
host1(config-subif)#ip policy input plain-service
Attach an IP output policy for the QoS VPN service to CE interfaces on the PE
router for outgoing traffic. The same qos-service policy that is attached to the
input in Step 1 can be used on the output, even though the UPC setting is not
needed.
host1(config)#Interface atm 3/0.1
host1(config-subif)#Ip policy output qos-service
Attach an IP output policy for the plain VPN service to CE interfaces on the PE
router for outgoing traffic. The same plain-service policy that is attached to the
input in Step 2 can be used on output, although the UPC setting is not needed.
host1(config)#Interface atm 5/0.1
host1(config-subif)#Ip policy output plain-service
For traffic toward the core, configure per-VR rules or per-LSP policies to set the
base EXP bits value according to the traffic-class/color combination. Issue the
mpls copy-upc-to-exp command to set the VPN EXP bits value to the UPC value.
The UPC value is the same as the IP precedence value for the QoS service case;
for all other cases the value is 000. Configure the mpls preserve-vpn-exp
command so that VPN EXP bits are not subject to policy or to per-VR EXP rules.
host1(config)#mpls match traffic-class ... color ... set exp-bits ...
host1(config)#mpls copy-upc-to-exp
host1(config)#mpls preserve-vpn-exp
You must attach a policy to the core-side IP interface to set the UPC value of the
control traffic appropriately so that the EXP bits value is copied from the UPC
when this traffic goes out as MPLS packets.
host1(config)#ip classier-list control-traffic-prec0 ...
host1(config)#ip classier-list control-traffic-prec1 ...
host1(config)#ip policy-list core-ip-policy
host1(config-policy-list)#classifier-group control-traffic-prec0
host1(config-policy-list-classifier-group)#user-packet-class prec0
host1(config-policy-list-classifier-group)#traffic-class class0
host1(config-policy-list-classifier-group)#color green
host1(config-policy-list)#classifier-group control-traffic-prec1
host1(config-policy-list-classifier-group)#-packet-class prec1
host1(config-policy-list-classifier-group)#traffic-class class1

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junose 11.1.x bgp and mplsBgpMpls

Table of Contents