ipv6 policy
In Interface Configuration mode, assigns a policy list to the ingress or egress of an interface. If you enter the ipv6 policy command and the policy list does not exist, the router creates a policy list with no rules, the default. When a policy list does not have rules, the router inserts a default filter rule. Attaching this policy list to an interface filters all packets on that interface. You must specify the input or output keyword to assign the policy list to the ingress or egress of the interface.
In Profile Configuration mode, assigns the policy list to a profile, which then assigns the policy to an interface.
The no version removes the association between a policy list and an interface. In Profile Configuration mode, the no version removes policy reference from the profile.
ipv6 policy { input | output } policyName
[ statistics { enabled [ baseline { enabled | disabled } ] [ preserve | merge ] |
disabled [ merge ] } | merge ]no ipv6 policy { input | output | secondary-input } [ policyName ]
For policy lists in Profile Configuration mode:
ipv6 policy { input | output } policyName
[ statistics { enabled | disabled } ] [ merge ]no ipv6 policy { input | output | secondary-input } [ policyName ]
- inputApplies policy to data arriving at this interface before a route lookup
- outputApplies policy to data leaving this interface
- secondary-inputApplies policy to data that arrives at this interface after a route lookup
- policyNameName of the policy; a maximum of 40 characters
- statisticsEnables or disables collection of policy routing statistics
- enabledEnable collection of policy routing statistics
- baseline enabledEnables baselining of policy routing statistics (Interface Configuration mode only)
- baseline disabledDisables baselining of policy routing statistics (Interface Configuration mode only)
- preservePreserves existing statistics for any classifier-list that is the same for both the new and old policy attachments when you attach a new policy to an interface
- disabledDisable collection of policy routing statistics
Interface Configuration, Profile Configuration
Release Information Command introduced before JUNOSe Release 7.1.0.
merge keyword added in JUNOSe Release 7.2.0.
Profile Configuration mode added in JUNOSe Release 7.2.0.