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

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

set interfaces interface ipv6 pim origination-interval interval
delete interfaces interface ipv6 pim origination-interval
show interfaces interface ipv6 pim 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> ipv6 pim .
interval
The PIM-DM State Refresh origination interval, in seconds. The range is 1 to 100. The default is 60.

Configuration mode


interfaces interface {
    ipv6 {
        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 60 seconds.

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