Install guide
Software Version 2.7.5 33
Software Version 2.7.5
C613-10454-00 REV A
create igmp filter
Syntax CREate IGMP FILter=filter-id
where:
■ filter-id is a decimal number in the range 1 to 99.
Description This command creates an IGMP filter. IGMP filters control a port’s
membership of multicast groups by filtering Membership Reports received
from hosts attached to the port.
The filter parameter specifies the number of the filter to create, and is used to
identify the filter. A filter with the specified number must not already exist.
You can add entries to the filter to match specific multicast groups, using the
add igmp filter command.
You must apply the filter to a switch port using the set switch port command,
before the filter takes effect. Applying an empty IGMP filter (a filter with no
entries) to a switch port blocks all Membership Reports because of the filter’s
implicit exclude entry.
Examples To create a filter with a filter ID of 6, use the command:
cre igmp fil=6
delete igmp filter
Syntax DELete IGMP FILter=filter-id ENTry={1..65535|ALL}
where:
■ filter-id is a decimal number in the range 1 to 99.
Description This command deletes the specified entry or all entries from an IGMP filter.
The filter parameter specifies the number of the filter that the entry belongs to.
A filter with the specified number must already exist.
The entry parameter specifies the entry to delete. The specified entry must
exist. If you specify all, then all entries are deleted from the filter.
Examples To delete entry 21 from filter 5, use the command:
del igmp fil=5 entry=21