The display multicast ipv6 rpf-info command displays Reverse Path Forwarding (RPF) routing information of an IPv6 source or an IPv6 source group, including currently used topology name and information about all routes.
Parameter | Description | Value |
---|---|---|
ipv6-source-address |
Specifies the IPv6 address of a multicast source. If this parameter is specified, RPF routing information of this multicast source is displayed. |
The address is in the format of X:X:X:X:X:X:X:X. |
ipv6-group-address |
Specifies the IPv6 address of a multicast group. If this parameter is specified, RPF routing information of this source group is displayed. |
The address ranges from FF00::0 to FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF. |
rpt |
Display the information of rendezvous point tree (RPT). |
- |
spt |
Display the information of shortest path tree (SPT). |
- |
verbose |
Displays detailed RPF information. |
- |
vpn-instance instance-name |
Specifies the name of a VPN instance. |
The value is a string of 1 to 31 case-sensitive characters, spaces not supported. In addition, the VPN instance name must not be _public_. When double quotation marks are used around the string, spaces are allowed in the string. |
all-instance |
Specifies all VPN instance. |
- |
Usage Scenario
An RPF route is an optimal route with the destination address being source-address and selected from the unicast routing table and static multicast routing table.
To display the RPF routing information of a specified multicast source, such as the information about the multicast source, status of the RPF interface, RPF neighbor, and routing information, run the display multicast ipv6 rpf-info command.The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display multicast ipv6 rpf-info 2001:db8:1:: verbose VPN-Instance: public net RPF information about source: 2001:db8:1:: RPF used topology: default RPF interface: GigabitEthernet0/1/1, RPF neighbor: FE80:4000::7 Referenced route/mask: 2001:db8:1::/64 Referenced route type: unicast Load splitting rule: balance-preferred Total route information about source 2001:db8:1:: 1. Referenced interface: GigabitEthernet0/1/0 Referenced route/mask: 2001:db8:1::/64 Referenced route type: unicast Referenced route preference: 15 Referenced route cost: 20 Referenced route nexthop: FE80:3000::7 2. Referenced interface: GigabitEthernet0/1/1.1 Referenced route/mask: 2001:db8:1::/64 Referenced route type: unicast Referenced route preference: 15 Referenced route cost: 20 Referenced route nexthop: FE80::2E0:CBFF:FE53:8242 3. Referenced interface: GigabitEthernet0/1/1 Referenced route/mask: 2001:db8:1::/64 Referenced route type: unicast Referenced route preference: 15 Referenced route cost: 20 Referenced route nexthop: FE80:4000::7
<HUAWEI> display multicast ipv6 rpf-info 2001:db8:1::1 VPN-Instance: public net RPF information about source: 2001:db8:1::1 RPF interface: GigabitEthernet0/1/1 Referenced route/mask: 2001:db8:1::/64 Referenced route type: unicast Load splitting rule: disable
<HUAWEI> display multicast ipv6 all-instance rpf-info 2001::A6E:216 verbose
VPN-Instance: vpn1
RPF information about source: 2001::A6E:216
RPF used topology: default
RPF interface: pseudo, RPF neighbor: 2001::1:1:1:20
Referenced route/mask: 2001::A6E:216/128
Referenced route type: bgp
Route selection rule: preference-preferred
Load splitting rule: disable
VRF Route Import Extended Community : <2001::1:1:1:20 . 1>
Source AS Extended Community : 100
Backup RPF used topology: default
Backup RPF interface: pseudo, RPF neighbor: 2001::1:1:1:30
Backup VRF Route Import Extended Community : <2001::1:1:1:30 . 1>
Backup Source AS Extended Community : 100
Total route information about source 2001::A6E:216
1 .Referenced interface:
Referenced route/mask: 2001::A6E:216/128
Referenced route type: bgp
Referenced route preference: 255
Referenced route cost: 3
Referenced route nexthop: 2001::1:1:1:20
Item | Description |
---|---|
RPF information about source | Multicast source to which RPF information belongs. |
RPF interface | RPF interface. |
RPF used topology | Topology used by the RPF route. |
RPF neighbor | RPF neighbor. |
Referenced route/mask | Referenced route and its mask. |
Referenced route type | Referenced route type:
|
Referenced interface | Outbound interface of a route. |
Referenced route preference | Priority. |
Referenced route cost | Route cost. |
Referenced route nexthop | Next hop. |
Load splitting rule | Multicast load splitting rules:
|
Total route information about source 2001:db8:1:: | RPF routes to source 2001:db8:1::. |
Route selection rule | RPF route selection rule. preference-preferred indicates that routes are selected 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. |
Backup RPF interface | Backup RPF interface. |
Backup VRF Route Import Extended Community | VRF Route Import Extended Community attribute in the backup route. |
Backup Source AS Extended Community | Source AS Extended Community attribute in the backup route. |
Backup RPF used topology | Topology used by the backup RPF route. |
VPN-Instance | VPN instance to which RPF routing information belongs. |