Installation manual

3-254
SIGNAMAX LLC • www.signamax.eu
Access Mode – Sets the access mode of the profile; either permit or deny.
(Default: Deny)
New Multicast Address Range List – Specifies multicast groups to include in the
profile. Specify a multicast group range by entering a start and end IP address. Specify
a single multicast group by entering the same IP address for the start and end of the
range. Click the Add button to add a range to the current list.
Current Multicast Address Range List – Lists multicast groups currently included in
the profile. Select an entry and click the Remove button to delete it from the list.
Web – Click IGMP Snooping, IGMP Filter Profile Configuration. Select the profile number
you want to configure; then click Query to display the current settings. Specify the access
mode for the profile and then add multicast groups to the profile list. Click Apply.
Figure 3-143 IGMP Profile Configuration
CLI – This example configures profile number 19 by setting the access mode to “permit”
and then specifying a range of multicast groups that a user can join. The current profile
configuration is then displayed.
Console(config)#ip igmp profile 19 4-324
Console(config-igmp-profile)#permit 4-325
Console(config-igmp-profile)#range 239.1.2.3 4-326
Console(config-igmp-profile)#range 239.2.3.1 239.2.3.200
Console(config-igmp-profile)#end
Console#show ip igmp profile 19 4-329
IGMP Profile 19
permit
range 239.1.2.3 239.1.2.3
range 239.2.3.1 239.2.3.200
Console#