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 loopback lo redirect <interface>

Redirects inbound traffic from one interface to another interface.

set interfaces loopback lo redirect interface
delete interfaces loopback lo redirect interface
show interfaces loopback lo redirect
interface
The identifier of the interface to which you are redirecting data; for example, ifb0.

Configuration mode


    interfaces {
	       loopback lo {
		         redirect interface
	   }
}

Use this command to redirect inbound traffic from an interface to another interface.

This feature is typically used to redirect traffic from a number of interfaces to an Input interface. (Input interfaces are described in Chapter 4: Input Interface .)

Redirecting traffic from several interfaces to a single Input interface allows you to apply a single QoS policy to the combined traffic—for example, to limit the combined inbound traffic bandwidth.

Note: Input interfaces are currently not supported.

Use the set form of this command to specify the redirect interface.

Use the delete form of this command to remove the redirect configuration.

Use the show form of this command to view the redirect configuration.