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 state-refresh origination-interval <interval>

Specifies the PIM-Dense Mode (PIM-DM) State Refresh origination interval on an interface.

set interfaces interface ip pim state-refresh origination-interval interval
delete interfaces interface ip pim state-refresh origination-interval
show interfaces interface ip pim state-refresh origination-interval

The PIM-DM State-Refresh origination interval is 60 seconds.

interface
The type of interface. For a list of supported interfaces and detailed syntax, see interfaces <interface> ip pim .
interval
The PIM-DM State Refresh origination interval, in seconds. The interval ranges from 1 to 100. The default interval is 60.

Configuration mode


interfaces interface {
    ip {
        pim {
            state-refresh {
                origination-interval interval
            }
        }
    }
}

Use this command to specify the PIM-DM State Refresh origination interval on an interface. This interval is the amount of time between PIM-DM State Refresh control messages.

Use the set form of this command to specify the PIM-DM State Refresh origination interval on an interface.

Use the delete form of this command to restore the PIM-DM State Refresh origination interval to its default interval.

Use the show form of this command to display the configuration of a PIM-DM State Refresh interval.