Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

The set protocols pim join-prune-interval command configures the frequency at which the router will send periodic join or prune-interval messages.


Command Syntax

set protocols pim [vrf<vrf-name>] join-prune-interval <INTERVAL-VALUE>


Parameter

Parameter

Description

vrf <vrf-name>

Optional. Specifies a VRF name. The value is a string. It’s a user-defined VRF set by the command set ip vrf <vrf-name> [description <string>].

join-prune-interval <INTERVAL-VALUE>Specifies the join-prune-interval in seconds. Range 60 to 600.


Usage Guidelines

If pim has the a choice of ECMP nexthops for a particular RPF, pim will cause S,G flows to be spread out amongst the nexthops. If this command is not specified then the first nexthop found will be used. This command is vrf aware, to configure for a vrf, specify the vrf name.


Example

  • Configure join prune interval:
admin@Xorplus# set protocols pim join-prune-interval 120
admin@Xorplus# commit
  • No labels