3 dcscm configuration examples – QTECH QSW-3400 Инструкция по настройке User Manual

Page 283

Advertising
background image

+7(495) 797-3311 www.qtech.ru
Москва, Новозаводская ул., 18, стр. 1

282

[no] ip multicast destination-control <1-4094>

<macaddr> access-group <6000-7999>

Used to configure the rules destination

control uses to specify VLAN-MAC, the NO

form cancels the configuration.

[no] ip multicast destination-control

<IPADDRESS/M> access-group <6000-7999>

Used to configure the rules destination

control uses to specified IP address/net

mask,

the

NO

form

cancels

the

configuration.

3. Multicast Strategy Configuration

Multicast Strategy uses the manner of specifying priority for specified multicast data to achieve

and guarantee the effects the specific user requires. It is noticeable that multicast data can not

get a special care all along unless the data are transmitted at TRUNK port. The configuration is

very simple, it has only one command, i.e. to set priority for the specified multicast. The

commands are as follows:

Command

Explanation

Global Configuration Mode

[no] ip multicast policy <IPADDRESS/M>

<IPADDRESS/M> cos <priority>

Configure multicast strategy, specify

priority for sources and groups in

specific range, and the range is <0-7>.

36.2.3 DCSCM Configuration Examples

1. Source Control

In order to prevent an Edge Switch from putting out multicast data ad asbitsium, we configure

Edge Switch so that only the switch at port Ethernet1/5 is allowed to transmit multicast, and

the data group must be 225.1.2.3. Also, switch connected up to port Ethernet1/10 can transmit

multicast data without any limit, and we can make the following configuration.
EC(config)#access-list 5000 permit ip any host 225.1.2.3
EC(config)#access-list 5001 permit ip any any
EC(config)#ip multicast source-control
EC(config)#interface ethernet1/5
EC(Config-If-Ethernet1/5)#ip multicast source-control access-group
5000
EC(config)#interface ethernet1/10
EC(Config-If-Ethernet1/10)#ip multicast source-control access-group
5001

2. Destination Control

We want to limit users with address in 10.0.0.0/8 network segment from entering the group of

Advertising