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 holding-time <time>

Specifies the hold time for Resolution Requests and Resolution Responses.

set interfaces tunnel tunx nhrp shortcut-target holding-time time
delete interfaces tunnel tunx nhrp shortcut-target holding-time
show interfaces tunnel tunx nhrp shortcut-target holding-time
tunx
Mandatory. The identifier for a tunnel interface. The identifier ranges from tun0 through tunx, where x is a non-negative integer.
time
Mandatory. The hold time in seconds.

Configuration mode


interfaces {
    tunnel tunx {
        nhrp {
            shortcut-target holding-time time
        }
    }
}

Use this command to specify the hold time for Resolution Requests and Resolution Responses.

Use the set form of this command to specify the hold time for Resolution Requests and Resolution Responses.

Use the delete form of this command to remove the hold time configuration.

Use the show form of this command to display the hold time configuration.