P_IGMPV3_OPTIONS

code: 315

Warning

This command is under development.

# set
<module-index>/<port-index> P_IGMPV3_OPTIONS <bundle_group_records>

# get
<module-index>/<port-index> P_IGMPV3_OPTIONS ?

Description

Configure if a single membership report bundles multiple multicast group records to decrease the number of packets sent when using IGMPv3. All returned values will be OFF when the IGMP version is NOT IGMPv3.

Actions

set, get

Parameters

  1. bundle_group_records: byte, if A single membership report bundles multiple multicast group records to decrease the number of packets sent when using IGMPv3.

  • OFF = 0

  • ON = 1

Example

# set
input:  0/1 P_IGMPV3_OPTIONS ON
output: <OK>

# get
input:  0/1 P_IGMPV3_OPTIONS ?
output: 0/1 P_IGMPV3_OPTIONS ON