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¶
unit: seconds
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 <1-max>
- Default value
210
rp-keep-alive-timer¶
unit: seconds
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 <1-max>
- 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
|
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
|
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 <1-max>
- Default value
3
join-prune-interval¶
unit: seconds
Set join and prune send interval message.
vsr running config# vrf <vrf> routing pim
vsr running pim# join-prune-interval <1-max>
- Default value
60
register-suppress-time¶
unit: seconds
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 <1-max>
- 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>
|
Description |
---|---|
|
An IPv4 address. |
|
An 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
|
Description |
---|---|
|
This type represents an IPv4 multicast group prefix, which is in the range from 224.0.0.0 to 239.255.255.255. |
|
This type represents an IPv6 multicast group prefix, which is in the range of FF00::/8. |
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
|
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 |
---|---|
|
Set immediate switch to SPT tree. |
|
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
|
Represent a prefix list name. |