DGS-1100/ME Metro Ethernet Managed Switch CLI Reference Guide
Example usage:
To configure MLD snooping querier:
DGS-1100-24P/ME:admin#config mld_snooping querier vlanid 1 state
enable
Command : config mld_snooping querier vlanid 1 state enable
Success.
DGS-1100-24P/ME:admin#
create mld_snooping static_group
Purpose
To create an MLD snooping static group on the Switch.
Syntax
create mld_snooping
static_group [vlan_name<vlan_name 8> |
vlanid < vidlist 1-4094> ] <ipv6addr>
Description
The
create mld_snooping
static_group
command creates an MLD
snooping static group on the Switch. Member ports can be added to
the static group. The static member and the dynamic member port
form the member ports of a group.
The static group will only take effect when MLD snooping is enabled
on the VLAN. For those static member ports, the device needs to
emulate the MLD protocol operation to the querier, and forward the
traffic destined to the multicast group to the member ports.
The Reserved IP multicast addresses FF0x:: must be excluded from
the configured group.
The VLAN must be created first before a static group can be
created.
The group table is shared with IGMP snooping. If MLD snooping and
IGMP snooping are enabled at the same time, the count of static
groups that can be created will be limited by the number of IGMP
snooping groups that exist (including static group and dynamic
groups).
Parameters
vlan_name <vlan_name 8>
− The name of the VLAN for
which MLD
snooping static group is to be created. Up to 8 characters can be
used.
vlanid <1-4094>
−
The ID of the VLAN for which MLD snooping
static group is to be created. The range is from 1 to 4094.
<ipv6addr>
−
The multicast group IPv6 address.
Restrictions
Only administrator-level users can issue this command.
Example usage:
To delete the mld snooping static group:
DGS-1100-24P/ME:admin#create mld_snooping static_group vlan_name
VLAN0001 ff1e::1
Command : create mld_snooping static_group vlan_name VLAN0001
ff1e::1
Success.
105