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

Enables the creation of a shortcut route.

set interfaces tunnel tunx nhrp shortcut
delete interfaces tunnel tunx nhrp shortcut
show interfaces tunnel tunx nhrp shortcut

Shortcut routes are not created.

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
        }
    }
}

Use this command to enable the creation of a shortcut route; the resolution and establishment of a shortcut route is triggered when an NHRP Traffic Indication packet is received.

Note: You still need to use routing protocol or have static routes to the hub node in your NBMA network. NHRP does not advertise routes; creates a shortcut route only for an already routable subnet.

Use the set form of this command to enable the creation of a shortcut route.

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

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