Specifies a set of pre-defined rules to always come before the configured rules in the specified filter chain.
Syntax
[no] ipv6 filter chain <chain> pre-rules <pre-defined ruleset>
Parameters
| Disables a set of pre-defined rules from running before the specified filter chain. |
| Specifies the filter chain before which you want the set of pre-defined rules to run. |
| Specifies the set of pre-defined rules you want to run before the rules in the specified filter chain. |
Example
The following example enables the ALLOW_RELATED pre-defined ruleset to run before the rules in the OUTPUT filter chain.
hostname (config) # ipv6 filter chain <OUTPUT> pre-rules <ALLOW_RELATED>
User role
Admin
Command mode
Config