Juniper POLICY MANAGEMENT - CONFIGURATION GUIDE V11.1.X Configuration Manual page 50

Junose software for broadband services routers policy management configuration guide
Table of Contents

Advertisement

JUNOSe 11.1.x Policy Management Configuration Guide
Related Topics
Creating Policy Lists for IP
The following example creates an IP policy list named routeForABCCorp. For
information about creating the CLACLs and rate-limit profile used in this example,
see the previous sections.
1.
2.
3.
4.
5.
6.
7.
8.
24
Creating Policy Lists for IP
gre-tunnel policy-list
Create the policy list routeForABCCorp.
host1(config)#ip policy-list routeForABCCorp
host1(config-policy-list)#
Create the classification group for the CLACL named ipCLACL10 and assign the
precedence to the classification group.
host1(config-policy-list)#classifier-group ipCLACL10 precedence 75
host1(config-policy-list-classifier-group)#
Add a rule that specifies a group of forwarding solutions based on classifier list
ipCLACL10.
host1(config-policy-list-classifier-group)#forward next-hop 192.0.2.12 order 10
host1(config-policy-list-classifier-group)#forward next-hop 192.0.100.109
order 20
host1(config-policy-list-classifier-group)#forward next-hop 192.120.17.5 order 30
host1(config-policy-list-classifier-group)#forward interface ip 3/1 order 40
Add a rule that sets a ToS byte value of 125 for packets based on classifier list
ipCLACL10.
host1(config-policy-list-classifier-group)#mark tos 125
Add a rule that uses rate-limit profile ipRLP25.
host1(config-policy-list-classifier-group)#rate-limit-profile ipRLP25
Exit Classifier Group Configuration mode for ipCLACL10, then create a new
classification group for classifier list ipCLACL20. Add a rule that filters packets
based on classifier list ipCLACL20.
host1(config-policy-list-classifier-group)#exit
host1(config-policy-list)#classifier-group ipCLACL20 precedence 125
host1(config-policy-list-classifier-group)#filter
Exit Policy List Configuration mode to save the configuration.
host1(config-policy-list-classifier-group)#exit
host1(config-policy-list)#exit
host1(config)#
Display the policy list.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the POLICY MANAGEMENT - CONFIGURATION GUIDE V11.1.X and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

E series

Table of Contents