![D-Link xStack DES-3500 Series Cli Manual Download Page 134](http://html1.mh-extra.com/html/d-link/xstack-des-3500-series/xstack-des-3500-series_cli-manual_4096221134.webp)
DES-3500 Layer 2 Fast Ethernet Switch CLI Reference Manual
131
config limited multicast address
Purpose
Used to configure limited IP multicast address range.
Syntax
config limited multicast address <portlist> {add
[multicast_range] | delete [multicast_range] |
access [permit |
deny] | state [enable | disable]}
Description The
config limited multicast address
command allows the user to
configure the multicast address range, access level, and state.
Parameters
<portlist>
- A port or range of ports to config the limited multicast
address.
add <multicast_range>
- Enter the name of a multicast range that
you want to add.
delete < multicast_range>
- Enter the name of a multicast range that
you want to delete.
access
- Choose either
permit
or
deny
to limit or grant access to a
specified range of Multicast addresses on a particular port or range
of ports.
state
- This parameter allows the user to
enable
or
disable
the
limited multicast address range on a specific port or range of ports.
Restrictions
Only Administrator and Operator-level users can issue this
command.
Example usage:
To configure the limited multicast address on ports 1-3:
DES-3500:admin#config limited_multicast_addr ports 1 access
permit state enable
Command: config limited_multicast_addr ports 1 access permit
state enable
Success.
DES-3500:admin#
show limited multicast address
Purpose
Used to show per-port Limited IP multicast address range.
Syntax
show limited multicast address {<portlist>}
Description The
show limited multicast address command
allows the user to
show multicast address range by ports.
Parameters
<portlist> -
A port or range of ports on which the limited multicast
address range to be shown has been assigned.
Restrictions None.
Example usage:
To show the limited multicast address on ports 1-3:
DES-3500:admin#show limited multicast address 1-3
Command: show limited multicast address 1-3
Port From To Access Status
---- -------------- --------------- -------- -------
1 224.1.1.1 224.1.1.2 permit enable
2 224.1.1.1 224.1.1.2 permit enable
3 224.1.1.1 224.1.1.2 permit enable
DES-3500:admin#