8 commands for dcscm, 1 access-list (multicast destination control), Ommands for – PLANET XGS3-24040 User Manual

Page 636: Dcscm

Advertising
background image

XGS3 Command Guide

38-65

Nexthop Neighbor

Next hop neighbor

Metric

Routing metric value

Uptime

Routing uptime

Exptime

Routing expire time

38.8 Commands for DCSCM
38.8.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

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)#

Advertising