Chapter 18 ipv4 multicast protocol, 1 commands for dcscm, 1 access-list (multicast destination control) – PLANET WGSW-50040 User Manual

Page 277: Ommands for, Dcscm

Advertising
background image

Commands for Security Function Chapter 6 Commands for TACACS+

Chapter 18 IPv4 Multicast

Protocol

18.1 Commands for DCSCM

18.1.1 access-list (Multicast Destination Control)

Command:

access-list <6000-7999> {deny|permit} ip {{<source> <source-wildcard>}|{host

<source-host-ip>}|any-source} {{<destination> <destination-wildcard>}|{host-destination

<destination-host-ip>}|any-destination}

no access-list <6000-7999> {deny|permit} ip {{<source> <source-wildcard>}|{host

<source-host-ip>}|any} {{<destination> <destination-wildcard>}|{host-destination

<destination-host-ip>}|any-destination}

Function:

Configure destination control multicast access-list, the “no access-list <6000-7999> {deny|permit}

ip {{<source> <source-wildcard>}|{host <source-host-ip>}|any-source} {{<destination>

<destination-wildcard>}|{host-destination <destination-host-ip>}|any-destination}” command

deletes the access-list.

Parameter:

<6000-7999>: destination control access-list number.

{deny|permit}: deny or permit.

<source>: multicast source address.

<source-wildcard>: multicast source address wildcard character..

<source-host-ip>: multicast source host address.

<destination>: multicast destination address.

<destination-wildcard>: multicast destination address wildcard character.

<destination-host-ip>: multicast destination host address

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.

Advertising