ip pim

Note

requires a Product License.

Set IGMP configuration.

vsr running config# vrf <vrf> routing interface <interface> igmp

enabled

Enable IGMP/MLD flag on the interface.

vsr running config# vrf <vrf> routing interface <interface> igmp
vsr running igmp# enabled true|false
Default value
false

version

Set IGMP version.

vsr running config# vrf <vrf> routing interface <interface> igmp
vsr running igmp# version <2-3>

query-interval

unit: seconds

Set the query interval is the interval between general queries sent by the querier.

vsr running config# vrf <vrf> routing interface <interface> igmp
vsr running igmp# query-interval <1-65535>
Default value
125

query-max-response-time

unit: deciseconds

Set the maximum time allowed before sending a responding report.

vsr running config# vrf <vrf> routing interface <interface> igmp
vsr running igmp# query-max-response-time <1-65535>
Default value
100

last-member-query-count

Set the last member query count, which may be tuned to modify the leave latency of the network.

vsr running config# vrf <vrf> routing interface <interface> igmp
vsr running igmp# last-member-query-count <1-255>
Default value
2

last-member-query-interval

unit: deciseconds

Set the last member query interval, which may be tuned to modify the leave latency of the network.

vsr running config# vrf <vrf> routing interface <interface> igmp
vsr running igmp# last-member-query-interval <1-65535>
Default value
10

static-group

Set a static multicast route, (*,G) or (S,G). The version of IGMP must be 3 to support (S,G).

vsr running config# vrf <vrf> routing interface <interface> igmp static-group <group-addr> <source-addr>

<group-addr> values

Description

<ipv4-multicast-group-address>

This type represents an IPv4 multicast group address, which is in the range of 224.0.0.0 to 239.255.255.255.

<ipv6-multicast-group-address>

This type represents an IPv6 multicast group address, which is in the range of ff00::/8.

<source-addr> values

Description

<ipv4-address>

An IPv4 address.

<ipv6-address>

An IPv6 address.