Supported Platforms
Related Documentation
show mvrp statistics
Syntax
Release Information
Command introduced in Junos OS Release 10.0 for EX Series switches.
Description
Display Multiple VLAN Registration Protocol (MVRP) statistics in the form of Multiple Registration Protocol data unit (MRPDU) messages.
Options
none | — | Show MVRP statistics for all interfaces on the switch. |
interface interface-name | — | (Optional) Show MVRP statistics for the specified interface. |
Required Privilege Level
view
Related Documentation
List of Sample Output
show mvrp statistics interface xe-0/1/1.0Output Fields
Table 1 lists the output fields for the show mvrp statistics command. Output fields are listed in the approximate order in which they appear.
Table 1: show mvrp statistics Output Fields
Field Name | Field Description |
---|---|
MRPDU received | Number of MRPDU messages received on the switch. |
Invalid PDU received | Number of invalid MRPDU messages received on the switch. |
New received | Number of new messages received on the switch. |
Join Empty received | Number of MRP JoinEmpty messages received on the switch. Either this value or the value for JoinIn received should increase when the value for MRPDU received increases. If this value is not incrementing when it should, you might have a Junos OS release version compatibility issue. To fix a version compatibility issue, see Configuring Multiple VLAN Registration Protocol (MVRP) (CLI Procedure). |
Join In received | Number of MRP JoinIn messages received on the switch. Either this value or the value for JoinEmpty received should increase when the value for MRPDU received increases. If this value is not incrementing when it should, you might have a Junos OS release version compatibility issue. To fix a version compatibility issue, see Configuring Multiple VLAN Registration Protocol (MVRP) (CLI Procedure). |
Empty received | Number of MRP Empty messages received on the switch. |
In received | Number of MRP In messages received on the switch. |
Leave received | Number of MRP Leave messages received on the switch. |
LeaveAll received | Number of LeaveAll messages received on the switch. |
MRPDU transmitted | Number of MRPDU messages transmitted from the switch. |
MRPDU transmit failures | Number of MRPDU transmit failures from the switch. |
New transmitted | Number of new messages transmitted from the switch. |
Join Empty transmitted | Number of JoinEmpty messages sent from the switch. |
Join In transmitted | Number of MRP JoinIn messages sent from the switch. |
Empty transmitted | Number of MRP Empty messages sent from the switch. |
In transmitted | Number of MRP In messages sent from the switch. |
Leave transmitted | Number of MRP Leave Empty messages sent from the switch. |
LeaveAll transmitted | Number of MRP LeaveAll messages sent from the switch. |
Sample Output
show mvrp statistics interface xe-0/1/1.0
user@switch> show mvrp statistics interface
xe-0/1/1.0
MVRP statistics MRPDU received : 3342 Invalid PDU received : 0 New received : 2 Join Empty received : 1116 Join In received : 2219 Empty received : 2 In received : 2 Leave received : 1 LeaveAll received : 1117 MRPDU transmitted : 3280 MRPDU transmit failures : 0 New transmitted : 0 Join Empty transmitted : 1114 Join In transmitted : 2163 Empty transmitted : 1 In transmitted : 1 Leave transmitted : 1 LeaveAll transmitted : 1111