2 access-list (multicast destination control), 3 ip multicast destination-control access-group – Accton Technology ES4626 User Manual
Page 662

662
Example:
Switch(config)#access-list 5000 permit ip 10.1.1.0 0.0.0.255 232.0.0.0
0.0.0.255
16.5.3.2 access-list (Multicast Destination Control)
Command:
access-list <6000-7999> {deny|permit} ip {{
no access-list <6000-7999> {deny|permit} ip {{
Function:
Configure destination control multicast access-list, the “no access-list
<6000-7999> {deny|permit} ip {{
” command deletes the access-list.
Parameter:
<6000-7999>: destination control access-list number.
{deny|permit}: deny or permit.
character.
Default:
None
Command Mode:
Global Mode
Usage Guide:
ACL of Multicast destination control list item is controlled by specifical
ACL number from 6000 to 7999, the command applies to configure this ACL. ACL of
Multicast destination control only needs to configure source IP address and destination IP
address controlled (group IP address), the configuration mode is basically the same to
other ACLs, and use wildcard character to configure address range, and also specify a
host address or all address. Remarkable, “all address” is 224.0.0.0/4 according to group
IP address, not 0.0.0.0/0 in other access-list.
Example:
Switch(config)#access-list 6000 permit ip 10.1.1.0 0.0.0.255 232.0.0.0 0.0.0.255
Switch(config)#
16.5.3.3 ip multicast destination-control access-group