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 <uint8>
query-interval¶
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 <uint16>
- Default value
125
query-max-response-time¶
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 <uint16>
- 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 <uint8>
- Default value
2
last-member-query-interval¶
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 <uint16>
- 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> |
This type represents a version-neutral IP multicast group address. The format of the textual representation implies the IP version. |
<source-addr> |
An IPv4 or IPv6 address. |