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

Enables NHRP on a tunnel interface.

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

Use this command to enable NHRP on a tunnel interface.

Use the set form of this command to enable NHRP on a tunnel interface.

Use the delete form of this command to remove NHRP from a tunnel interface.

Use the show form of this command to display NHRP configuration on a tunnel interface.