[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Configuring Next-Rule Actions (SRC CLI)
You can configure next-rule actions for JUNOS
filter policy rules. If a packet matches the classify-traffic condition,
the next-rule action causes the router to continue to the next rule
in the policy list for evaluation.
The type of action that you can create depends
on the type of policy rule. See Policy Information Model.
Use the following configuration statement to configure
next-rule actions.
- policies group name list name rule name next-rule name {
- description description ;
- }
To configure a next-rule action:
- From configuration mode, enter the next-rule action configuration.
For example, in this procedure, nra is the name of the next-rule action.
- user@host# edit policies group junos list
filter rule next next-rule nra
- (Optional) Enter a description for the next-rule action.
- [edit policies group junos list filter rule next next-rule
nra]
- user@host# set description description
- (Optional) Verify the next-rule action configuration.
[edit policies group junos list filter rule next next-rule nra]
user@host# show configuration policies group junos list filter rule next
next-rule nra
description "Next-rule action";
Related Topics
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]