l2tp policy
Assigns an L2TP policy list to a profile, which then assigns the policy to an interface. If you enter the l2tp policy command and the policy list does not exist, the router creates a policy list with no rules, the default. 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. The no version removes the association between a policy list and a profile.
l2tp policy { input | output } policyName [ statistics { enabled | disabled } [ merge ]
no l2tp policy { input | output }
- inputApplies policy to data arriving at the interface
- outputApplies policy to data leaving the interface
- policyNameName of the policy; maximum of 40 characters
- statisticsEnables or disables collection of policy routing statistics
- enabledEnables collection of policy routing statistics
- disabledDisables collection of policy routing statistics
Profile Configuration
Release Information Command introduced before JUNOSe Release 7.1.0.
merge keyword added in JUNOSe Release 7.2.0.