8 ip multicast source-control access-group – PLANET WGSW-50040 User Manual
Page 282

Commands for Security Function Chapter 6 Commands for TACACS+
Command Mode:
Global Mode
Usage Guide:
The source control access-list applies to interface with only enabling global multicast source control,
and configure to disabled global multicast source control without configuring source control
access-list on every interface. After configuring the command, multicast data received from every
interface does not have matching multicast source control list item, and then they will be thrown
away by switches, namely only multicast data matching to PERMIT can be received and forwarded.
Example:
Switch(config)#ip multicast source-control
18.1.8 ip multicast source-control access-group
Command:
ip multicast source-control access-group <5000-5099>
no ip multicast source-control access-group <5000-5099>
Function:
Configure multicast source control access-list used on interface, the “no ip multicast source-control
access-group <5000-5099>“ command deletes the configuration.
Parameter:
<5000-5099>: Source control access-list number.
Command Mode:
Interface Configuration Mode
Usage Guide:
The command configures with only enabling global multicast source control. After that, it will match
multicast data message imported from the interface according to configured access-list, such as
matching: permit, the message will be received and forwarded; otherwise the message will be
thrown away.
Example:
Switch (config)#interface ethernet1/4
Switch (Config-If-Ethernet1/4)#ip multicast source-control access-group 5000
Switch (Config-If-Ethernet1/4)#