display multicast routing-table static
Parameters
Parameter | Description | Value |
---|---|---|
config | Displays the configuration of the multicast static routes. | - |
source-address | Specifies a multicast source address. | The address is in dotted decimal notation. |
mask | Specifies the mask of the multicast source address. | The mask is in dotted decimal notation. |
mask-length | Specifies the mask length of the multicast source address. | The value is an integer that ranges from 0 to 32. |
Usage Guidelines
To check whether multicast RPF static routes are configured successfully, run the display multicast routing-table static command.
Example
<AC6605> display multicast routing-table static Multicast Routing Table Routes : 1 Mroute 10.1.0.0/24 Interface = Vlanif100 RPF Neighbor = 10.1.2.2 Matched routing protocol = ospf, process-id = 100, Route-policy = none Preference = 1, Order = 1 Running Configuration = ip rpf-route-static 10.1.0.0 24 ospf 100 10.1.2.2 order 1
Item |
Description |
---|---|
Multicast Routing Table |
Multicast routing table. |
Routes |
Number of routes. |
Mroute |
Source address and mask length of a multicast route. |
Interface |
Outbound interface of the reachable multicast source. |
RPF neighbor |
Neighbor IP address through which the source address is reachable. |
Matched routing protocol |
Matching unicast route type, which can be:
|
process-id |
Process ID of a routing protocol. |
Route-policy |
Routing policy. The source address of a route must match the routing policy. |
Preference |
Preference of a route. |
Order |
Order of a route. |
Running Configuration |
Command line for configuring a static route. |