The display pim claimed-route command displays the unicast routing information used by PIM.
display pim [ vpn-instance vpn-instance-name | all-instance ] claimed-route [ source-address ]
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. |
all-instance | Indicates all the instances. | - |
source-address | Specifies the multicast source address. | The address is in decimal notation. |
Usage Scenario
The display pim claimed-route command is used to view information about unicast routes used by PIM, including RPF neighbors, interfaces, route types, and route selection policies.
Configuration Impact
Differences between the display pim claimed-route and display multicast rpf-info commands are as follows:
# Display the unicast routing information used by PIM.
<HUAWEI> display pim claimed-route VPN-Instance: public net multicast load-splitting rule: source-group RPF information about: 10.1.0.0 in PIM-SM routing table RPF interface: Vlanif10, RPF neighbor: 10.1.2.2 Referenced route/mask: 10.1.0.0/24 Referenced route type: igp RPF-route selecting rule: preference-preferred The (S, G) or (*, G) list dependent on this route entry (10.1.0.1, 225.0.0.1)
Item |
Description |
---|---|
multicast load-splitting rule |
How multi-cast loads are split. The following policies apply:
|
RPF information about: 10.1.0.0 in PIM-SM routing table |
RPF routing information with the source address of 10.1.0.0 in the PIM-SM routing table |
RPF interface |
RPF interface on the switch. |
RPF neighbor |
RPF neighbor of the switch. |
Referenced route/mask |
Destination address/mask of the referenced route. |
Referenced route type |
Type of the route. |
RPF-route selecting rule |
Preferred rule for selecting the RPF-route. |
The (S,G) or (*,G) list dependent on this route entry |
List of multicast entries based on RPF routes. |