R3303-HP HSR6800 Routers IP Multicast Command Reference
51
Usage guidelines
The arguments source-address { mask | mask-length }, protocol and policy-name are critical elements in
static multicast route configuration. The variation of any of these arguments results in a different
configuration.
When you configure a static multicast route, the system first examines whether any of these argument
exists. If the system finds a match, you must modify the corresponding fields without changing the
configuration sequence. Otherwise, the system adds a static multicast route.
When you configure a static multicast route, specify an RPF neighbor only by providing its IP address
(rpf-nbr-address) rather than providing the type and number (interface-type interface-number) of the
interface connecting the RPF if the interface of the RPF neighbor is a Layer 3 Ethernet interface, Layer 3
aggregate interface, Loopback interface, Layer 3 RPR logical interface, or VLAN interface.
Because outgoing interface iteration might fail or the specified interface might be in down state, the static
multicast route configured with this command might fail to take effect. Therefore, after you configure a
static multicast route, use the display multicast routing-table static command to verify that the route has
been successfully configured or whether the route has taken effect.
Examples
# Configure a static multicast route to the multicast source 10.1.1.1/24. 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
mac-address multicast
Use mac-address multicast to configure a static multicast MAC address entry.
Use undo mac-address multicast to delete a static multicast MAC address entry.
Syntax
In system view:
mac-address multicast mac-address interface interface-list vlan vlan-id
undo mac-address [ multicast ] [ [ mac-address [ interface interface-list ] ] vlan vlan-id ]
In Ethernet interface view or Layer 2 aggregate interface view:
mac-address multicast mac-address vlan vlan-id
undo mac-address [ multicast ] mac-address vlan vlan-id
In port group view:
mac-address multicast mac-address vlan vlan-id
undo mac-address multicast mac-address vlan vlan-id
Default
No static multicast MAC address entry is configured.