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 dynamic-map nbma-domain <nbma-domain-name>

Specifies that protocol address-to-nonbroadcast multiaccess (NBMA) address mappings are to be determined dynamically by using the next-hop server whose fully qualified domain name (FQDN) is specified.

set interfaces tunnel tunx nhrp dynamic-map nbma-domain nbma-domain-name
delete interfaces tunnel tunx nhrp dynamic-map nbma-domain nbma-domain-name
show interfaces tunnel tunx nhrp dynamic-map nbma-domain
tunx
Mandatory. The identifier for a tunnel interface. The identifier ranges from tun0 through tunx, where x is a non-negative integer.
nbma-domain-name
Mandatory. The FQDN of the next-hop server.

Configuration mode


interfaces {
    tunnel tunx {
        nhrp {
            dynamic-map {
                nbma-domain nbma-domain-name
            }	
        }
    }
}

Use this command to specify that protocol address-to-NBMA address mappings are to be determined dynamically by using the next-hop server whose FQDN is specified.

Use the set form of this command to specify the FQDN of the next-hop server.

Use the delete form of this command to remove the FQDN of the next-hop server.

Use the show form of this command to display the FQDN of the next-hop server.