igmpGroupRecord
igmpGroupRecord - specify a IGMP group record used in an IGMP3 Membership Report
SYNOPSIS
igmpGroupRecord sub-command options
DESCRIPTION
The igmpGroupRecord command is used to configure a group record element of an IGMP v.3 group membership report. The remainder of the report's fields are configured in the igmp command.
STANDARD OPTIONS
multicastAddress
A multicast address for a group that the sender interface belongs to. (default = 0.0.0.0)
sourceIpAddressList
A list of IPv4 source addresses for the group. (default = {})
type
The type of the record.
Option |
Value |
Usage |
---|---|---|
igmpModeIsInclude |
1 |
A current-state-record which indicates that the interface has a filter mode of INCLUDE for the specified multicast address.The Source Address fields in this Group Record contain the interface's source list for the multicast address. |
igmpModeIsExclude |
2 |
As in igmpModelIsInclude, except that the filter mode is EXCLUDE. |
igmpChangeToIncludeMode |
3 |
A filter-mode-change record that indicates that the interface has changed to INCLUDE filter mode for the specified multicast address. The Source Address fields in this Group Record contain the interface's new source list for the multicast address. |
igmpChangeToExcludeMode |
4 |
As in igmpChangeToExcludeModel, except that the filter mode is EXCLUDE. |
igmpAllowNewSources |
5 |
A source-list-change that indicates that the Source Address fields in this Group Record contain a list of the additional sources that the system wishes to hear from, for packets sent to the multicast address. If the change was to an INCLUDE source list, these are the addresses that were added to the list; otherwise these are the addresses that were deleted from the list. |
igmpBlockOldSources |
6 |
A source-list-change that indicates that the Source Address fields in this Group Record contain a list of the sources that the system no longer wishes to hear from, for packets sent to the multicast address. If the change was to an INCLUDE source list, these are the addresses that were deleted from the list; otherwise these are the addresses that were added to the list. |
COMMANDS
The igmpGroupRecord command is invoked with the following sub-commands. If no sub-command is specified, returns a list of all sub-commands available.
igmpGroupRecord cget option
Returns the current value of the configuration option given by option. Option may have any of the values accepted by the igmpGroupRecord command.
igmpGroupRecord config option value
Modify the IP address table configuration options of the port. If no option is specified, returns a list describing all of the available igmpGroupRecord options (see STANDARD OPTIONS) for port.
igmpGroupRecord setDefault
Sets to IxTclHal default values for all configuration options.
EXAMPLES
See examples under igmp.
SEE ALSO
igmp.