The display pim ipv6 routing-table brief command displays brief information about an IPv6 PIM routing table.
Parameter | Description | Value |
---|---|---|
vpn-instance vpn-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. |
- |
groupAddr |
Specifies the IPv6 address of a multicast group. |
The address is in the format of X:X:X:X:X:X:X:X. |
mask group-mask-length |
Specifies the mask length of a multicast group. |
The value is an integer ranging from 0 to 128. |
mask source-mask-length |
Specifies the mask length of a multicast source. |
The value is an integer ranging from 0 to 128. |
srcAddr |
Specifies the IPv6 address of a multicast source. |
The address is in the format of X:X:X:X:X:X:X:X. |
incoming-interface iif-port-type iif-port-num |
Displays the PIM routing entries with specified upstream interfaces. |
- |
iif-port-name |
Displays the PIM routing entries with specified upstream interfaces. |
- |
register |
Displays information about a register interface. |
- |
through-bgp |
Specifies the interface that uses BGP to send signaling. |
- |
pseudo |
Specifies the MVPN pseudo interface. |
- |
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display pim ipv6 vpn-instance abc routing-table brief FF25::1 VPN-Instance: abc Total 3 (*, G) entries; 3 (S, G) entries Total matched 1 (*, G) entry; 1 (S, G) entry 00001. (2001:DB8:1::1, FF25::1) Upstream interface: GigabitEthernet0/1/1 Number of downstreams: 2048 00002. (*, FF25::1) Upstream interface: GigabitEthernet0/1/1 Number of downstreams: 2048
Item | Description |
---|---|
Total 3 (*, G) entries; 3 (S, G) entries | Total number of (S, G) entries and (*, G) entries in an IPv6 PIM routing table. |
Total matched 1 (*, G) entry; 1 (S, G) entry | Total number of (S, G) entries and (*, G) entries that meet specified conditions in an IPv6 PIM routing table. |
Upstream interface | Name of upstream interface. |
Number of downstreams | Number of downstream interfaces of an (S, G) entry or (*, G) entry. |
VPN-Instance | VPN instance to which PIM routing information belongs. |
(2001:db8:1::1, FF25::1) | Number of an (S, G) entry. |