pim¶
Note
requires a Product License.
Set PIM configuration.
vsr running config# vrf <vrf> routing pim
enabled¶
Enable or disable PIM.
vsr running config# vrf <vrf> routing pim
vsr running pim# enabled true|false
- Default value
true
ecmp¶
Enable PIM ECMP.
vsr running config# vrf <vrf> routing pim
vsr running pim# ecmp true|false
- Default value
false
ecmp-rebalance¶
Enable PIM ECMP rebalance.
vsr running config# vrf <vrf> routing pim
vsr running pim# ecmp-rebalance true|false
- Default value
false
keep-alive-timer¶
Set period after last (S,G) data packet during which (S,G) join state will be maintained even in the absence of (S,G) join messages.
vsr running config# vrf <vrf> routing pim
vsr running pim# keep-alive-timer <uint16>
- Default value
210
rp-keep-alive-timer¶
Set RP (Rendezvous Point) period as keep-alive-timer, but at the RP when a register-stop is sent.
vsr running config# vrf <vrf> routing pim
vsr running pim# rp-keep-alive-timer <uint16>
- Default value
210
send-v6-secondary¶
Send IPv6 secondary addresses to its PIM neighbors.
vsr running config# vrf <vrf> routing pim
vsr running pim# send-v6-secondary true|false
- Default value
true
ssm-prefix-list¶
Set prefix-list used to define source-specific multicast address range.
vsr running config# vrf <vrf> routing pim
vsr running pim# ssm-prefix-list SSM-PREFIX-LIST
SSM-PREFIX-LIST |
Represent a prefix list name. |
register-accept-list¶
Set a specific source prefix list of registers accepted.
vsr running config# vrf <vrf> routing pim
vsr running pim# register-accept-list REGISTER-ACCEPT-LIST
REGISTER-ACCEPT-LIST |
Represent a prefix list name. |
packets¶
Set number of packets to process at one time per fd.
vsr running config# vrf <vrf> routing pim
vsr running pim# packets <uint8>
- Default value
3
join-prune-interval¶
Set join and prune send interval message.
vsr running config# vrf <vrf> routing pim
vsr running pim# join-prune-interval <uint16>
- Default value
60
register-suppress-time¶
Set Period during which a DR (designated router) stops sending register encapsulated data to the RP after receiving a register-stop message.
vsr running config# vrf <vrf> routing pim
vsr running pim# register-suppress-time <uint16>
- Default value
60
static-rp¶
Set static RP (Rendezvous Point) attributes in order to know the address of the RP for each group for which they have (*,G) state.
vsr running config# vrf <vrf> routing pim static-rp
rp-list¶
Set list of RP addresses.
vsr running config# vrf <vrf> routing pim static-rp rp-list <rp-list>
<rp-list> |
An IPv4 or IPv6 address. |
group-list¶
Set list of multicast group address.
vsr running config# vrf <vrf> routing pim static-rp rp-list <rp-list>
vsr running rp-list <rp-list># group-list GROUP-LIST
GROUP-LIST |
The IP-Multicast-Group-Address-Prefix type represents an IP multicast address prefix and is IP version neutral. The format of the textual representations implies the IP version. It includes a prefix-length, separated by a ‘/’ sign. |
prefix-list¶
Set group prefix-list filter.
vsr running config# vrf <vrf> routing pim static-rp rp-list <rp-list>
vsr running rp-list <rp-list># prefix-list PREFIX-LIST
PREFIX-LIST |
Represent a prefix list name. |
spt-switchover¶
Switch the traffic on a shortest path tree (SPT) when traffic from sources to joined groups arrives at a last-hop router.
vsr running config# vrf <vrf> routing pim spt-switchover
spt-action¶
Set SPT-Switchover action.
vsr running config# vrf <vrf> routing pim spt-switchover
vsr running spt-switchover# spt-action SPT-ACTION
|
Description |
---|---|
immediate |
Set immediate switch to SPT tree. |
infinity |
Never switch to SPT tree. |
- Default value
immediate
spt-infinity-prefix-list¶
Set prefix-List to control which groups to switch.
vsr running config# vrf <vrf> routing pim spt-switchover
vsr running spt-switchover# spt-infinity-prefix-list SPT-INFINITY-PREFIX-LIST
SPT-INFINITY-PREFIX-LIST |
Represent a prefix list name. |