D-Link DES-3200 Series Washer/Dryer User Manual


 
xStack
®
DES-3200 Series Layer 2 Managed Fast Ethernet Switch CLI Reference Guide
407
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.
Example
To add multicast address profile 2 to ports 1 and 3:
DES-3200-28/ME:admin#config limited_multicast_addr ports 1,3 add profile_id 2
Command: config limited_multicast_addr ports 1,3 add profile_id 2
Success.
DES-3200-28/ME:admin#
44-7 config max_mcast_group
Description
This command is used to configure the maximum number of multicast groups that a port can join.
If the IPv4 or IPv6 option is not specified, IPv4 is implied.
When the joined groups for a port or a VLAN have reached the maximum number, the newly
learned group will be dropped if the action is specified as drop. The newly learned group will
replace the eldest group if the action is specified as replace.
Format
config max_mcast_group [ports <portlist> | vlanid <vlanid_list] {[ipv4 | ipv6]} {max_group
[<value 1-1024> | infinite] | action [ drop | replace]}(1)
Parameters
ports - Specify the range of ports to configure the max_mcast_group.
<portlist> - Enter the list of ports to be configured here.
vlanid - Specify the VLAN ID to configure max_mcast_group.
<vlanid_list> - Enter the VLAN ID list here.
ipv4 - (Optional) Specify that the maximum number of IPv4 learned addresses should be limited.
ipv6 - (Optional) Specify that the maximum number of IPv6 learned addresses should be limited.
max_group - (Optional) Specify the maximum number of multicast groups. The range is from 1
to n or infinite. “Infinite” means that the maximum number of multicast groups per port or
VLAN is not limited by the Switch.
<value 1-1024> - Enter the maximum group value here. This value must be between 1 and
1024.
infinite - Specify that the maximum group value will be set to infinite.
action - (Optional) Specify the action for handling newly learned groups when the register is full.
drop - The new group will be dropped.
replace - The new group will replace the eldest group in the register table.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.