< Home

display multicast routing-table static

Function

The display multicast routing-table static command displays the multicast static routes.

Format

display multicast routing-table [ vpn-instance vpn-instance-name ] static [ config ] [ source-address { mask | mask-length } ]

Parameters

Parameter Description Value
vpn-instance vpn-instance-name Specifies a VPN instance. vpn-instance-name specifies the name of the VPN instance. The value must be an existing VPN instance name.
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.

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

To check whether multicast RPF static routes are configured successfully, run the display multicast routing-table static command.

If the multicast static route configured on the local switch cannot be displayed, use the ip rpf-route-static command to configure multicast static routes.

Example

# Display all multicast static routes on the switch.
<HUAWEI> 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
Table 1 Description of the display multicast routing-table static command output

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:
  • IS-IS
  • RIP
  • OSPF
  • BGP
  • Unicast static route

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.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >