Binding multicast traffic policy maps, Profile binding for layer 3 multicast routing, Profile binding for layer 2 multicast snooping – Brocade Multi-Service IronWare QoS and Traffic Management Configuration Guide (Supporting R05.6.00) User Manual

Page 150

Advertising
background image

136

Multi-Service IronWare QoS and Traffic Management Configuration Guide

53-1003037-02

Egress port and priority based rate shaping

4

Binding multicast traffic policy maps

NOTE

A profile must exist in the configuration before it can be used for binding.

A standard or an extended ACL is used to define the IPTV streams that can be bound to a defined
profile. The profile binding associates the properties of the profile to all the IPTV streams identified
by the ACL. Binding of multicast streams can be done for Layer 3 multicast routing and Layer 2
multicast snooping.

Profile binding for Layer 3 multicast routing

You can bind a defined profile to a defined ACL for the default VRF or a specific VRF.

To bind the profile to the ACL in the default VRF, enter the following commands.

Brocade(config)# ip multicast-routing policy-map r1 sd-1

Brocade(config)# ipv6 multicast-routing policy-map r1q0 sdv61

To bind the profile to the ACL for a specified VRF, enter the following commands within the VRF
“red” configuration context.

Brocade(config)# ip vrf red

Brocade(config-vrf-red)# address-family ipv4

Brocade(config-vrf-red-ipv4)# ip multicast-routing policy-map r1 sd-1

Brocade(config-vrf-red-ipv4)# exit-address-family

Brocade(config-vrf-red)# exit-vrf

Brocade(config)# ip vrf red

Brocade(config-vrf-red)# address-family ipv6

Brocade(config-vrf-red-ipv6)# ipv6 multicast-routing policy-map r1q0 sdv61

Brocade(config-vrf-red-ipv6)# exit-address-family

Brocade(config-vrf-red)# exit-vrf

Syntax: [no] ip multicast-routing policy-map profile_name acl_id | acl_name

The ip multicast-routing policy-map specifies ACL binding for IPv4 multicast routing.

The profile_name variable specifies the profile name of the multicast stream.

The acl_id | acl_name variable specifies the number and name of the standard ACL or an extended
ACL. Enter a number from 1 through 99 for a standard ACL, and a number from 100 through 199
for an extended ACL.

Syntax: [no] ipv6 multicast-routing policy-map profile_name acl_id | acl_name

The ipv6 multicast-routing policy-map specifies ACL binding for IPv6 multicast routing.

The no form of the command removes the profile binding with the ACL in default VRF.

Profile binding for Layer 2 multicast snooping

You can bind a defined profile to a defined ACL per VLAN or per VPLS instance. To bind the profile to
the ACL on VLAN 10, enter the following commands.

Brocade(config)# vlan 10

Brocade(config-vlan-10)# ip multicast policy-map r2q1 2

Brocade(config-vlan-10)# ipv6 multicast policy-map r4q3 sdv64

Syntax: [no] ip multicast policy-map profile_name acl_id | acl_name

Advertising