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

Specifies the hold time for NHRP Registration requests and Resolution replies sent from an interface or a shortcut target.

set interfaces tunnel tunx nhrp holding-time time
delete interfaces tunnel tunx nhrp holding-time
show interfaces tunnel tunx nhrp holding-time

The hold time is 7,200 seconds (two hours).

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. The default time is 7200 seconds (two hours).

Configuration mode


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

Use this command to specify the hold time for NHRP Registration requests and Resolution replies sent from an interface or a shortcut target. The hold time is the amount of time that the system retains its knowledge of protocol address-to-NBMA address mappings. If not refreshed within the hold time, the mappings are discarded and need to be re-established.

Use the set form of this command to specify the hold time for NHRP Registration requests and Resolution replies sent from an interface or a shortcut target.

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

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