User's Manual

Table Of Contents
508
Users Manual of CS-6306R
After the static multicast routing is configured, the router can perform the RPF check according to the
configuration information. The RPF check is not based on the unicast routing table any more. Therefore, the
multicast message goes through the tunnel, while the unicast message does not go through the tunnel. The
static multicast route only exists in the local place. It will not be announced or forwarded.
Run the following command in global configuration mode to configure the static multicast route:
Command Purpose
ip mroutesource-address mask
rpf-addresstypenumber[ distance]
Configures the static multicast route.
50.2.6 Configuring IP Multicast Boundary
Run the command ip multicast boundary to configure the multicast boundary for the port. Run the command
no ip multicast boundary to cancel the configured boundary. The commands used in the second
configuration will replace the commands used in the first configuration.
Command Purpose
ip multicast boundary access-list
Configures the multicast boundary for the
port.
Example
The following example shows how to configure the management boundary for a port:
interface ethernet 0/0
ip multicast boundary acl
ip access-list standard acl
permit 192.168.20.97 255.255.255.0
50.2.7 Configuring IP Multicast Rate Control
Run the command ip multicast rate-limit to limit the rate of receiving and sending the multicast message in a
source/group range. Run the command noip multicastrate-limit to cancel the rate limitation.
Run the following command to limit the input rate of a multicast flow to n kbps.
Command Purpose
ip multicast rate-limit in group-list
access-list1 source-list access-list2
nkbps
Configures the maximum input rate
limitation of the multicast flow in a certain
range.