The display pim claimed-route command displays information about unicast routes used by PIM.
Parameter | Description | Value |
---|---|---|
vpn-instance vpn-instance-name |
Displays information about unicast routes in a specified VPN instance. vpn-instance-name specifies the name of a VPN instance. |
The value is a string of case-sensitive characters. |
all-instance |
Displays information about unicast routes in all instances. |
- |
source-address |
Displays information about unicast routes to a specified multicast source. source-address specifies the address of a multicast source. |
The value is in dotted decimal notation. |
Usage Scenario
The display pim claimed-route command can be used to display the information about unicast routes used by PIM. The command output includes information about reverse path forwarding (RPF) neighbors, detailed interface information, route types, and route selection policies.
Precautions
Differences between the display pim claimed-route command and the display multicast rpf-info command are as follows:
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display pim vpn-instance VPNA claimed-route VPN-Instance: VPNA multicast load-splitting rule: source-group RPF information about: 10.1.0.0 in PIM-SM routing table RPF interface: GigabitEthernet0/1/0, RPF neighbor: 10.1.2.2 Referenced route/mask: 10.1.0.0/24 Referenced route type: igp RPF-route selecting rule: preference-preferred VRF Route Import Extended Community : 1.1.1.1:123 Source AS Extended Community : 12346:0 The (S, G) or (*, G) list dependent on this route entry (10.1.0.1, 225.0.0.1)
<HUAWEI> display pim claimed-route VPN-Instance: public net RPF information about: 10.1.4.100 in PIM-DM routing table RPF interface: GigabitEthernet0/1/0, RPF neighbor: 10.1.3.1 Referenced route/mask: 10.1.4.0/24 Referenced route type: igp RPF-route selecting rule: preference-preferred The (S,G) list dependent on this route entry (10.1.4.100, 225.1.1.1)
<HUAWEI> display pim claimed-route VPN-Instance: public net RPF information about: 10.1.0.0 in PIM-SM routing table RPF interface: GigabitEthernet0/1/0, 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)
<HUAWEI> display pim vpn-instance vrf1 claimed-route
VPN-Instance: vrf1
RPF information about: 33.33.33.33 in PIM-SM routing table
RPF interface: through-MLDP, RPF neighbor: 1.1.1.30
Referenced route/mask: 33.33.33.33/32
Referenced route type: unicast
RPF-route selecting rule: preference-preferred
VRF Route Import Extended Community : 1.1.1.30:0
Source AS Extended Community : 0
The (S, G) or (*, G) list dependent on this route entry
(33.33.33.33, 225.0.0.1)
Item | Description |
---|---|
RPF interface | RPF interface. |
RPF neighbor | RPF neighbor. |
RPF information about: 10.1.0.0 in PIM-SM routing table | RPF route with the source IP address in the PIM-SM routing table. |
RPF information about: 10.1.4.100 in PIM-DM routing table | RPF route with the source IP address in the PIM-DM routing table. |
Referenced route/mask | Referenced route/mask. |
Referenced route type | Referenced route type:
|
RPF-route selecting rule | RPF route selection rule. preference-preferred: indicates that route selection is based on the preferences of routing protocols. |
VRF Route Import Extended Community | VRF Route Import Extended Community attribute in the MVPN extended community attributes. |
Source AS Extended Community | Source AS Extended Community attribute in the MVPN extended community attributes. |
VPN-Instance | Instance in which information about unicast routes is displayed. |