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 parameters

Specifies how NHRP should soft switch multicast traffic.

set interfaces tunnel tunx nhrp multicast parameters { dynamic | nhs }
delete interfaces tunnel tunx nhrp multicast parameters
show interfaces tunnel tunx nhrp multicast parameters
tunx
Mandatory. The identifier for a tunnel interface. The identifier ranges from tun0 through tunx, where x is a non-negative integer.
dynamic
Forwards all multicast packets to all directly connected peers.
nhs
Repeats all multicast packets to each statically configured next hop.

Configuration mode


interfaces {
    tunnel tunx {
        nhrp {
            multicast {
                parameters {dynamic | nhs}
            }	
        }
    }
}

Use this command to specify how NHRP should soft switch multicast traffic. Only one of the two options, dynamic or nhs, can be specified.

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

Use the set form of this command to specify how NHRP should soft switch multicast traffic.

Use the delete form of this command to remove the multicast parameters configuration.

Use the show form of this command to display the multicast parameters configuration.