JUNOSe 7.2.x Policy Management Configuration Guide
26 ! Creating Policy Lists
5. Display the classifier list.
host1#show classifier-list detailed
Classifier Control List Table
---------- ------- ---- -----
Frame relay Classifier Control List frMatchDeSet
Reference count: 1
Entry count: 1
Classifier-List frMatchDeSet Entry 1
DE Bit: 1
6. Display the policy lists.
host1#show policy-list
Policy Table
------ -----
Frame relay Policy frOutputPolicy
Administrative state: enable
Reference count: 0
Classifier control list: frMatchDeSet, precedence 100
mark-de 1
Frame relay Policy frInputPolicy
Administrative state: enable
Reference count: 0
Classifier control list: frGroupA, precedence 100
color red
Creating a Policy List for GRE Tunnels
The following example creates a GRE tunnel policy list named routeGre50. For
information about creating the CLACL used in this example, see the previous
sections.
1. Create the policy list routeGre50.
host1(config)#gre-tunnel policy-list routeGre50
2. Create the classification group for the CLACL named gre8 and assign a
precedence of 150 to it.
host1(config-policy-list)#classifier-group gre8 precedence 150
host1(config-policy-list-classifier-group)#
NOTE: Commands that you issue in Policy Configuration mode do not take effect
until you exit from that mode.