xStack® DES-3528/DES-3552 Series Layer 2 Managed Stackable Fast Ethernet Switch CLI Reference Guide
194
show mld_snooping multicast_vlan_group_profile
Purpose
Used to show the information about an MLD multicast VLAN group profile on the Switch.
Syntax
show mld_snooping multicast_vlan_group_profile {<profile_name 1-32>}
Description
This command is used to show the information about an MLD multicast VLAN group profile
on the Switch.
Parameters
{<profile_name 32>}
−
Specifies the MLD multicast VLAN profile name, max length is 32. If
not specified, all MLD multicast VLAN group profiles will be displayed.
Restrictions
None.
Example usage:
To display the MLD multicast VLAN group profile:
DES-3528:admin# show mld_snooping multicast_vlan_group_profile
Command: show mld_snooping multicast_vlan_group_profile
Profile Name Multicast Addresses
-------------------------------- -------------------------------
g1 FF12::1-FF12::2
Total Entry: 1
DES-3528:admin#
config mld_snooping multicast_vlan multicast_group
Purpose
Used to bind a multicast group profile to a multicast VLAN. The binding profile will affect the
group joined to the multicast VLAN.
Syntax
config mld_snooping multicast_vlan_group <vlan_name 32> [add | delete]
profile_name <profile_name 1-32>
Description
After binding a profile to a multicast VLAN, when a multicast group attempt to join this
multicast VLAN member port, the group cannot join this multicast VLAN if the group does not
belong to the range of binding profile.
NOTE:
Multiple profiles can be added to a multicast VLAN.
Parameters
<vlan_name 32>
−
The name of the multicast VLAN to be configured, each multicast VLAN
is given a name that can be up to 32 characters.
add
−
Used to associate a profile to a multicast VLAN.
delete
−
Used to de-associate a profile from a multicast VLAN.
<profile_name 32>
−
The name of the MLD multicast VLAN group profile to be associated or
de- associated to the specified multicast VLAN.
Restrictions
Only Administrator and Operator and Power-User-level users can issue this command.
Example usage:
To associate an MLD multicast VLAN group profile “g1” to MLD multicast VLAN “mv1”:
DES-3528:admin# config mld_snooping multicast_vlan_group mv1 add profile_name g1
Command: config mld_snooping multicast_vlan_group mv1 add profile_name g1
Success.
DES-3528:admin#