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-target <protocol-addr>/<prefix>

Defines an off-NBMA network prefix for which the Generic Routing Encapsulation (GRE) interface acts as a gateway.

set interfaces tunnel tunx nhrp shortcut-target protocol-addr/prefix
delete interfaces tunnel tunx nhrp shortcut-target protocol-addr/prefix
show interfaces tunnel tunx nhrp shortcut-target
tunx
Mandatory. The identifier for a tunnel interface. The identifier ranges from tun0 through tunx, where x is a non-negative integer.
protocol-addr
Mandatory. The protocol address of a destination. The protocol address is an IPv4 address.
prefix
Mandatory. The protocol address prefix of the destination. The protocol address prefix is an IPv4 prefix.

Configuration mode


interfaces {
    tunnel tunx {
        nhrp {
            shortcut-target protocol-addr/prefix
        }
    }
}

Use this command to define an off-NBMA network prefix for which the GRE interface acts as a gateway.

Use the set form of this command to define an off-NBMA network prefix for which the GRE interface acts as a gateway.

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

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