47
Default level
1: Monitor level
Parameters
source-address
: Specifies a multicast source address.
mask
: Specifies the mask of the multicast source address.
mask-length
: Specifies the mask length of the multicast source address, in the range of 0 to 32.
|
: Filters command output by specifying a regular expression. For more information about regular
expressions, see
Fundamentals Configuration Guide
.
begin
: Displays the first line that matches the specified regular expression and all lines that follow.
exclude
: Displays all lines that do not match the specified regular expression.
include
: Displays all lines that match the specified regular expression.
regular-expression
: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Description
Use
display multicast routing-table static
to display information about multicast static routes.
Examples
# Display all multicast static routes.
<Sysname> display multicast routing-table static
Multicast Routing Table
Routes : 1
Mroute 10.10.0.0/16
Interface = Vlan-interface1 RPF Neighbor = 2.2.2.2
Matched routing protocol = <none>, Route-policy = <none>
Preference = 1, Order = 1
Running Configuration = ip rpf-route-static 10.10.0.0 16 2.2.2.2 order 1
Table 10
Command output
Field Description
Mroute
Multicast route source address and its mask length.
Interface
Outgoing interface to the multicast source.
RPF Neighbor
IP address of the RPF neighbor through which the multicast source is reachable.
Route-policy
Routing policy. The multicast source address of the route should match the
routing policy.
Preference
Route preference.
Order
Sequence number of the route.
Running Configuration
Command line that configures the multicast static route.