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 tunnel <tunx> nhrp redirect

Instructs the sender of a forwarding packet to create a direct connection with the destination.

set interfaces tunnel tunx nhrp redirect
delete interfaces tunnel tunx nhrp redirect
show interfaces tunnel tunx nhrp redirect

Forwarding packets are forwarded normally.

tunx
Mandatory. The identifier for a tunnel interface. The identifier ranges from tun0 through tunx, where x is a non-negative integer.

Configuration mode


interfaces {
    tunnel tunx {
        nhrp {
            redirect 
        }
    }
}

Use this command to instruct the sender of a forwarding packet to create a direct connection with the destination. This connection is achieved by sending NHRP Traffic Indication packets back to the sender of the forwarding packet.

Use the set form of this command to instruct the sender of a forwarding packet to create a direct connection with the destination.

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

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