D-Link dgs-3420 Work Light User Manual


 
xStack® DGS-3420 Series Layer 2 Managed Stackable Gigabit Switch CLI Reference Guide
384
Example
To create an IGMP snooping multicast group profile with the name “Knicks”:
DGS-3420-28SC:admin#create igmp_snooping multicast_vlan_group_profile Knicks
Command: create igmp_snooping multicast_vlan_group_profile Knicks
Success.
DGS-3420-28SC:admin#
37-4 config igmp_snooping multicast_vlan_group_profile
Description
This command is used to configure an IGMP snooping multicast group profile on the switch and to
add or delete multicast addresses for a profile.
Format
config igmp_snooping multicast_vlan_group_profile <profile_name 1-32> [add | delete]
<mcast_address_list>
Parameters
<profile_name 1-32> - Specify the multicast VLAN profile name. The maximum length is 32
characters.
add - Specify to add a multicast address list to this multicast VLAN profile.
delete - Specify to delete a multicast address list from this multicast VLAN profile.
<mcast_address_list> - Specify a multicast address list. This can be a continuous single
multicast address, such as 225.1.1.1, 225.1.1.3, 225.1.1.8, a multicast address range, such as
225.1.1.1-225.2.2.2, or both types, such as 225.1.1.1, 225.1.1.18-225.1.1.20.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.
Example
To add the single multicast address 225.1.1.1 and multicast range 225.1.1.10-225.1.1.20 to the
IGMP snooping multicast VLAN profile named “Knicks”:
DGS-3420-28SC:admin#config igmp_snooping multicast_vlan_group_profile Knicks
add 225.1.1.1, 225.1.1.10-225.1.1.20
Command: config igmp_snooping multicast_vlan_group_profile Knicks add
225.1.1.1, 225.1.1.10-225.1.1.20
Success.
DGS-3420-28SC:admin#