D-Link DGS-3600 Switch User Manual


 
xStack DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
203
show limited multicast address
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)
Restrictions None. This command is used as a backwards compatible command
for legacy devices.
Example usage:
To show the limited multicast address on ports 1-2:
DGS-3600:4#show limited multicast address 1-2
Command: show limited multicast address 1-2
Port : 1
State : Disabled
Access : None
No. Name From To
---- -------------------------- -------------------- ---------------------
Port : 2
State : Disabled
Access : None
No. Name From To
---- -------------------------- -------------------- ---------------------
DGS-3600:4#
create multicast_range
Purpose Used to create a range of multicast IP addresses that will be specified
under a given name.
Syntax
create multicast range <range_name 32> from <multicast_ipaddr>
to <multicast_ipaddr>
Description This command will create a multicast range of IP addresses that will be
specified under a given name. Once created, this range name can be
added to the config limited_multicast_addr command, therefore
setting a list of multicast addresses that will be permitted or denied by
the switch.
Parameters <range_name 32> - Enter a name of up to 32 alphanumeric characters
that will be used to identify this multicast range.
from <multicast_ipaddr> - Enter the beginning IP address of the
multicast range.
to <multicast_ipaddr> - Enter the ending IP address of the multicast
range.
Restrictions Only administrator-level users can issue this command.
Example usage: