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 shortcut-destination

Instructs NHRP to create a shortcut route to a subnet located on the interface.

set interfaces tunnel tunx nhrp shortcut-destination
delete interfaces tunnel tunx nhrp shortcut-destination
show interfaces tunnel tunx nhrp shortcut-destination
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 {
            shortcut-destination
        }
    }
}

Use this command to instruct NHRP to create a shortcut route to a subnet located on the interface.

Use the set form of this command to instruct NHRP to create a shortcut route to a subnet located on the interface.

Use the delete form of this command to remove the shortcut-destination configuration.

Use the show form of this command to display the shortcut-destination configuration.