The display pim ipv6 invalid-packet message-type command displays statistics about invalid IPv6 PIM messages received by a device and details of these messages.
Parameter | Description | Value |
---|---|---|
register |
Displays statistics about invalid Register messages. |
- |
register-stop |
Displays statistics about invalid Register-Stop messages. |
- |
crp |
Displays statistics about invalid Candidate-Rendezvous Point (C-RP) messages. |
- |
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. |
- |
Usage Scenario
If IPv6 PIM entries fail to be generated on a multicast network, you can run the display pim ipv6 invalid-packet command first to check whether devices have received invalid IPv6 PIM messages.
You can run the display pim ipv6 invalid-packet message-type command to view statistics about invalid IPv6 PIM messages received by a device in the public network instance.The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> system-view [~HUAWEI] display pim ipv6 invalid-packet message-type crp Statistics of invalid packets for public net: -------------------------------------------------------------------- Invalid PIM CRP packet: Invalid Dest Addr : 0 Invalid CRP Addr : 0 Fault Length : 0 CRP Adv Fault Length : 0 Invalid Multicast Group : 0 --------------------------------------------------------------------
<HUAWEI> system-view [~HUAWEI] display pim ipv6 invalid-packet message-type register-stop Statistics of invalid packets for public net: -------------------------------------------------------------------- Invalid PIM Register-Stop packet: Invalid Multicast Source: 0 Invalid Multicast Group : 0 Invalid Dest Addr : 0 IP Source not RP : 0 --------------------------------------------------------------------
<HUAWEI> system-view [~HUAWEI] display pim ipv6 invalid-packet message-type register Statistics of invalid packets for public net: -------------------------------------------------------------------- Invalid PIM Register packet: Invalid Multicast Source: 0 Invalid Multicast Group : 0 Invalid Dest Addr : 0 --------------------------------------------------------------------
Item | Description |
---|---|
Statistics of invalid packets for public net | VPN instance to which statistics about invalid IPv6 PIM messages belong. |
Invalid PIM Register packet | Statistics about invalid IPv6 PIM Register messages. |
Invalid Multicast Source | Messages with invalid multicast source addresses. |
Invalid Multicast Group | Messages with invalid multicast group addresses. |
Invalid Dest Addr | Number of messages with invalid destination addresses. |
Invalid PIM Register-Stop packet | Number of invalid IPv6 PIM Register-Stop messages. |
Invalid PIM CRP packet | Number of invalid IPv6 PIM CRP messages. |
Invalid CRP Addr | Number of messages with invalid C-RP addresses. |
CRP Adv Fault Length | Messages whose CRP Adv fields are of invalid lengths. |
Fault Length | Number of messages with invalid lengths. |
IP Source not RP | Number of messages whose source addresses are not the RP address. |