D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
405
config limited_multicast_addr ports
Purpose Used to add or delete ports to a previously created multicast address range and then to give
that range access to or denial from the Switch.
Syntax
config limited_multicast_addr ports <portlist> [add multicast_range <range_name 32> |
delete multicast_range [<range_name 32> | all] | {access [permit | deny] | state [enable
| disable]}]
Description This command will perform three tasks for the multicast range. It may add switch ports to the
range, delete ports from the multicast range and it may also give these multicast addresses
access to the switch, or configure them to be restricted from accessing the Switch.
Parameters
ports <portlist> Used to add a list of ports to the multicast range. The beginning and end of
the port list range are separated by a dash. Non-contiguous portlist entries are separated by a
comma. (ex: 1-3,7-9)
addUse this parameter to add ports to the multicast range specified by the following
parameter.
multicast_range <range_name 32> Enter a name of up to 32 alphanumeric
characters that will be used to identify this multicast range to be configured.
deleteUse this parameter to delete ports from the multicast range specified by the following
parameters.
multicast_range <range_name 32> Enter a name of up to 32 alphanumeric
characters that will be used to identify this multicast range to be configured.
all Use this parameter to delete these ports from all multicast ranges.
access Use this parameter to grant or deny permission of the multicast addresses for the
ports based on the following parameters.
permitUse this parameter to grant permission to the switch for this multicast
range.
deny Use this parameter to deny access from the switch for this multicast range.
state [enable | disable] Use these parameters to enable or disable this multicast
configuration.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To add ports to the multicast range:
DGS-3627:admin# config limited_multicast_addr ports 5-8 add multicast_range accounting
Command: config limited_multicast_addr ports 5-8 add multicast_range accounting
Success.
DGS-3627:admin#
Example usage:
To grant the multicast range permission to access the ports:
DGS-3627:admin# config limited_multicast_addr ports 5-8 access permit
Command: config limited_multicast_addr ports 5-8 add access permit
Success.
DGS-3627:admin#