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 multicast protocol-address <protocol-addr>

Instructs NHRP to forward multicast traffic to a specific protocol address.

set interfaces tunnel tunx nhrp multicast protocol-address protocol-addr
delete interfaces tunnel tunx nhrp multicast protocol-address protocol-addr
show interfaces tunnel tunx nhrp multicast protocol-address
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.

Configuration mode


interfaces {
    tunnel tunx {
        nhrp {
            multicast {
                protocol-address protocol-addr
            }	
        }
    }
}

Use this command to instruct NHRP to forward multicast traffic to the specified protocol address.

Note: Take care to avoid multicast repetition when multiple next-hop servers are present.

Use the set form of this command to instruct NHRP to forward multicast traffic to a specific protocol address.

Use the delete form of this command to remove the multicast protocol-address configuration.

Use the show form of this command to display the multicast protocol-address configuration.