< Home

display pim control-message counters

Function

The display pim control-message counters command displays the number of sent, received, and invalid PIM control messages.

Format

display pim [ vpn-instance vpn-instance-name | all-instance ] control-message counters message-type { probe | register | register-stop | crp }

display pim [ vpn-instance vpn-instance-name | all-instance ] control-message counters [ message-type { assert | graft | graft-ack | hello | join-prune | state-refresh | bsr } | interface interface-type interface-number ] *

Parameters

Parameter Description Value
vpn-instance vpn-instance-name Specifies the name of a VPN instance. The value must be an existing VPN instance name.
all-instance Indicates all the instances. -
message-type Indicates a PIM control message type. -
probe Indicates the Probe message. -
register Indicates the Register message. -
register-stop Indicates the Register-stop message. -
crp Indicates the C-RP message. -
assert Indicates the Assert message. -
graft Indicates the Graft message. -
graft-ack Indicates the Graft-ack message. -
hello Indicates the Hello message. -
join-prune Indicates the Join/Prune message. -
state-refresh Indicates the State-Refresh message. -
bsr Indicates the BSR message. -
interface interface-type interface-number Indicates the type and number of an interface. -

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

When multicast data messages cannot be forwarded on a PIM network, run the display pim control-message counters command to view statistics on protocol messages. The command output helps you locate faults.

When you run the display pim control-message counters command:

  • If you specify interface interface-type interface-number, you can view the number of various PIM control messages that were sent and received on the specified interface only.

  • If you specify message-type, you can view the number of PIM control messages of this type sent and received on all interfaces of the switch.

Example

# Display the statistics about sent, received, and invalid PIM control messages on the device.

<HUAWEI> display pim control-message counters
 VPN-Instance: public net                                                       
 PIM global control-message counters:                                           
 Message Type     Received         Sent             Invalid          Filtered   
 Register         51               0                0                0          
 Register-Stop    0                48               0                0          
 Probe            44               0                0                0          
 C-RP             0                0                0                0          
                                                                                
 PIM control-message counters for interface: Vlanif10
 Message Type     Received         Sent             Invalid          Filtered   
 Assert           0                6                0                0          
 Graft            0                0                0                0          
 Graft-Ack        0                0                0                0          
 Hello            34496            34495            0                0          
 Join-prune       26171            90               0                0          
 State-Refresh    0                0                0                0          
 BSR              0                0                0                0          
                                                                                
 PIM control-message counters for interface: Vlanif20
 Message Type     Received         Sent             Invalid          Filtered   
 Assert           0                0                0                0          
 Graft            0                0                0                0          
 Graft-Ack        0                0                0                0          
 Hello            34491            34495            0                0          
 Join-prune       0                41               0                0          
 State-Refresh    0                0                0                0          
 BSR              0                0                0                0  
# Display the statistics about sent, received, invalid PIM control messages on VLANIF 10.
<HUAWEI> display pim control-message counters interface Vlanif 10
 VPN-Instance: public net
 PIM control-message counters for interface: Vlanif 10
 Message Type     Received         Sent             Invalid      Filtered
 Assert           0                0                0            0
 Graft            0                0                0                0          
 Graft-Ack        0                0                0                0          
 Hello            328              331              0            0
 Join-prune       2                0                0            0
 State-Refresh    0                0                0                0          
 BSR              0                0                0            0
Choose Columns...
Table 1 Description of the display pim control-message counters command output

Item

Description

PIM global control-message counters

Number of PIM control messages in the public network.

PIM control-message counters for interface

Name of the interface where statistics about PIM control messages are collected.

Message Type

Type of the control messages.

Received

Number of control messages received by the interface.

Sent

Number of control messages sent by the interface.

Invalid

Number of invalid control messages.

Filtered

Number of control messages filtered out by the interface.

Register

Number of Register messages.

Register-Stop

Number of Register-Stop messages.

Probe

Number of Probe messages.

C-RP

Number of CRP messages.

Assert

Number of Assert messages.

Graft

Number of Graft messages.

Graft-Ack

Number of Graft-Ack messages.

Hello

Number of Hello messages.

Join-prune

Number of Join/Prune messages.

State-Refresh

Number of State-Refresh messages.

BSR

Number of Bootstrap messages.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >