D-Link DGS-3600 Switch User Manual


 
xStack DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
205
Total Entries: 1
DGS-3600:4#
config limited_multicast_addr
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
port list is specified by listing the lowest switch number and the
beginning port number on that switch, separated by a colon. Then the
highest switch number, and the highest port number of the range (also
separated by a colon) are specified. The beginning and end of the port
list range are separated by a dash. For example, 1:3 specifies switch
number 1, port 3. 2:4 specifies switch number 2, port 4. 1:3-2:4
specifies all of the ports between switch 1, port 3 and switch 2, port 4
in numerical order. Non-contiguous portlist entries are separated by a
comma. (ex: 1:1-1:3,1:7-1:9)
add – Use 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.
delete – Use 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.
permit – Use 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-level users can issue this command.
Example usage:
To add ports to the multicast range:
DGS-3600:4#config limited_multicast_addr ports 1:5-1:8 add multicast_range Trinity
Command: config limited_multicast_addr ports 1:5-1:8 add multicast_range Trinity
Success.