home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces l2tpeth <lttpN> vif <vif-id> policy route pbr <name>

Applies a PBR policy to inbound traffic on a virtual interface of an L2TPv3 static tunnel.

set interfaces l2tpeth lttpN vif vif-id policy route pbr name
delete interfaces l2tpeth lttpN vif vif-id policy route pbr [ name ]
show interfaces l2tpeth lttpN vif vif-id policy route pbr [ name ]
vif-id
A virtual interface (vif) ID. The ID ranges from 1 through 4094.
name
The name of a PBR policy.

Configuration mode

interfaces {
        l2tpeth interface-name {
                 vif vif-id {
                        policy {
                                pbr policy-name
                        }
                }
        }
}

A routing policy has no effect on traffic traversing the system until it has been applied to an interface.

To use the policy-based routing feature, you must define a routing policy by using the set policy route pbr name rule number command, and then apply the routing policy to interfaces by using the interfaces l2tpeth lttpN vif vif-id policy route pbr name command. Once applied, the rule set acts as a packet filter.

Use the set form of this command to apply a PBR policy to an interface.

Use the delete form of this command to remove a PBR policy, or all PBR policies, from an interface.

Use the show form of this command to display a PBR policy configuration, or all PBR policy configurations, for an interface.