The display pim mib-control-message command displays PIM-related statistics and counts of various messages received the last time.
display pim mib-control-message { counters | join-prune | assert | register }
Only the S5720-EI, S5720-HI, S5720I-SI, S5720-LI, S5735-L, S5735S-L, S5735S-L-M, S5720S-LI, S5720S-SI, S5720-SI, S5735-S, S5735S-S, S5735-S-I, S5730-HI, S5730S-EI, S5730-SI, S5731-H, S5731-S, S5731S-H, S5731S-S, S5732-H, S6720-EI, S6720-HI, S6720-LI, S6720S-EI, S6720S-LI, S6720S-SI, S6720-SI, S6730-H, S6730S-H, S6730-S, and S6730S-S support this command.
Parameter | Description | Value |
---|---|---|
counters |
Indicates related PIM counters. |
- |
join-prune |
Indicates the number of invalid Join/Prune messages that are received at the last time. |
- |
assert |
Indicates the number of Assert messages that are received or sent at the last time. |
- |
register |
Indicates the number of invalid Register messages that are received at the last time. |
- |
The display pim mib-control-message counters command displays the number of neighbor loss events, the number of DR elections, the number of invalid Join/Prune messages, the number of invalid Register messages, the number of RP-mapping changes, and the number of received and sent Assert messages.
The display pim mib-control-message join-prune command displays the source address, group address, and RP address carried in the last received invalid Join/Prune message.
The display pim mib-control-message assert command displays the source address and group address carried in the last received or sent Assert message.
The display pim mib-control-message register command displays the source address, group address, and RP address carried in the last received invalid Register message.
# Display the number of neighbor loss events, the number of times for DR election, the number of invalid Join/Prune messages, the number of invalid Register messages, the number of RP-Mapping, the number of received and sent Assert messages.
<HUAWEI> display pim mib-control-message counters
pim mib-control-message counters
Neighbor-loss (times) : 0
DR-Election(times) : 0
Invalid-join-prune (times) : 0
RP-Mapping (times) : 0
Invalid-register (times) : 0
Assert-received(times) : 0
Assert-send(times) : 0
# Display the invalid Join/Prune message that is received at the last time.
<HUAWEI> display pim mib-control-message join-prune
The last invalid join-prune message received information:
Group address : 225.1.1.1
Source address : 0.0.0.0
RP address : 10.0.5.5
# Display the Assert message that is sent or received at the last time. If the interface that receives or sends the Assert message is pulled out when this command is used, the prompt that "The last assert message was received or sent on lost interface" is displayed.
<HUAWEI> display pim mib-control-message assert The last assert message received or sent on Vlanif100 Group address : 226.3.3.3 Source address : 10.0.5.55
# Display the invalid Register message that is received at the last time.
<HUAWEI> display pim mib-control-message register
The last invalid register message received information:
Group address : 225.1.1.1
Source address : 10.0.5.100
RP address : 10.0.3.1
Item |
Description |
---|---|
pim mib-control-message counters |
Numbers of neighbor loss events, DR election events, invalid Join/Prune messages, invalid Register messages, RP-mapping changes, and received and sent Assert messages. |
The last invalid join-prune message received information |
Invalid Join/Prune message received the last time. |
The last assert message received or sent on Vlanif100 |
Assert message sent or received the last time. |
The last invalid register message received information |
Invalid Register message received the last time. |
Neighbor-loss(times) |
Number of neighbor loss events. |
DR-Election (times) |
Number of DR election events. |
Invalid-join-prune(times) |
Number of invalid Join/Prune messages. |
RP-Mapping(times) |
Number of RP-Mapping changes. |
Invalid-register(times) |
Number of invalid Register messages. |
Assert-received(times) |
Number of received Assert messages. |
Assert-send(times) |
Number of sent Assert messages. |
Group address |
Multicast group address. |
Source address |
Multicast source address |
RP address |
IP address of the RP. |