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 <interface> ip pim propagation-delay <delay>

Specifies the propagation delay for PIM on an interface.

set interfaces interface ip pim propagation-delay delay
delete interfaces interface ip pim propagation-delay
show interfaces interface ip pim propagation-delay

The propagation delay is 1000 milliseconds.

interface
The type of interface. For a list of supported interfaces and detailed syntax, see interfaces <interface> ip pim.
delay
The propagation delay, in milliseconds. The delay ranges from 1000 to 5000.

Configuration mode


interfaces interface {
    ip {
        pim {
            propagation-delay delay
        }
    }
}

Use this command to specify the expected message propagation delay on the link. It is used by upstream routers to determine how long to wait for a Join override message before pruning an interface.

Use the set form of this command to specify the propagation delay for PIM on an interface.

Use the delete form of this command to restore the default propagation delay for PIM on an interface.

Use the show form of this command to display the propagation delay configuration.