mask: Specifies an address mask.
rpf-nbr-address: Specifies an RPF neighbor by its IP address.
interface-type interface-number: Specifies an interface by its type and number. The interface connects the
RPF neighbor.
preference: Sets a route preference in the range of 1 to 255. The default value is 1.
Usage guidelines
In the same multicast source address range, you can configure up to 16 RPF neighbors.
When you specify an RPF neighbor on a Layer 3 interface, you must specify the rpf-nbr-address argument
rather than the interface-type interface-number argument. Layer 3 interfaces include Layer 3 Ethernet,
Layer 3 aggregate, Loopback, and VLAN interfaces.
The configured static multicast route might not take effect due to one of the following reasons:
• The outgoing interface iteration fails.
• The specified interface is not in the public network or the same VPN instance as the current
interface.
• The specified interface is not a point-to-point interface.
• The specified interface is in down state.
If multiple static multicast routes within the same multicast source address range are available, only the
one with the highest route preference can become active. Therefore, after you configure a static multicast
route, use the display multicast routing-table static command to verify that the configured static multicast
route has taken effect.
The undo ip rpf-route-static command deletes the specified static multicast route, but the delete ip
rpf-route-static command deletes all static multicast routes.
Examples
# On the public network, configure a static multicast route to the multicast source groups 10.1.1.1/24, and
specify a router with the IP address of 192.168.1.23 as its RPF neighbor.
<Sysname> system-view
[Sysname] ip rpf-route-static 10.1.1.1 24 192.168.1.23
Related commands
• delete ip rpf-route-static
• display multicast routing-table static
load-splitting (MRIB view)
Use load-splitting to enable load splitting of multicast traffic.
Use undo load-splitting to restore the default.
Syntax
load-splitting { source | source-group }
undo load-splitting
Default
Load splitting of multicast traffic is disabled.
78