display mvrp statistics

Syntax

display mvrp statistics [ interface interface-list ] [ | { begin | exclude | include } regular-expression ]

View

Any view

Default level

1: Monitor level

Parameters

interface interface-list: Specifies an Ethernet interface list in the form of interface-list = { interface-type interface-number1 [ to interface-type interface-number2 ] }&<1-10>, where interface-type interface-number specifies an interface by its type and number and &<1-10> indicates that you can specify up to 10 interfaces or interface ranges. If this option is not specified, this command displays MVRP statistics of all MVRP-enabled trunk ports.

|: Filters command output by specifying a regular expression. For more information about regular expressions, see Fundamentals Configuration Guide.

begin: Displays the first line that matches the specified regular expression and all lines that follow.

exclude: Displays all lines that do not match the specified regular expression.

include: Displays all lines that match the specified regular expression.

regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.

Description

Use display mvrp statistics to display MVRP statistics.

Examples

# Display MVRP statistics of all MVRP-enabled ports.

<Sysname> display mvrp statistics

 ----[Ethernet1/0/1]---- 
 Failed Registrations           : 1
 Last PDU Origin                : 000f-e200-0010
 Frames Received                : 201
  New Event Received                 : 0
  JoinIn Event Received              : 1167
  In Event Received                  : 0
  JoinMt Event Received              : 22387
  Mt Event Received                  : 31
  Leave Event Received               : 210
  LeaveAll Event Received            : 63
 Frames Transmitted             : 47
  New Event Transmitted              : 0
  JoinIn Event Transmitted           : 311
  In Event Transmitted               : 0
  JoinMt Event Transmitted           : 873
  Mt Event Transmitted               : 11065
  Leave Event Transmitted            : 167
  LeaveAll Event Transmitted         : 4
 Frames Discarded               : 0  

 ----[Ethernet1/0/2]---- 
 Failed Registrations           : 0
 Last PDU Origin                : 0000-0000-0000
 Frames Received                : 0
  New Event Received                 : 0
  JoinIn Event Received              : 0
  In Event Received                  : 0
  JoinMt Event Received              : 0
  Mt Event Received                  : 0
  Leave Event Received               : 0
  LeaveAll Event Received            : 0
 Frames Transmitted             : 0
  New Event Transmitted              : 0
  JoinIn Event Transmitted           : 0
  In Event Transmitted               : 0
  JoinMt Event Transmitted           : 0
  Mt Event Transmitted               : 0
  Leave Event Transmitted            : 0
  LeaveAll Event Transmitted         : 0
 Frames Discarded               : 0

Table 50: Command output

Field

Description

----[Ethernet1/0/1]----

Interface prompt. The statistics between the current interface prompt and the next interface prompt are statistics of the current interface.

Failed Registrations

Number of VLAN registration failures through MVRP on the local participant.

Last PDU Origin

Source MAC address of the last MVRP PDU.

Frames Received

Number of MVRP protocol packets received

New Event Received

Number of New attribute events received.

JoinIn Event Received

Number of JoinIn attribute events received.

In Event Received

Number of In attribute events received.

JoinMt Event Received

Number of JoinMt attribute events received.

Mt Event Received

Number of Mt attribute events received.

Leave Event Received

Number of Leave attribute events received.

LeaveAll Event Received

Number of LeaveAll attribute events received.

Frames Transmitted

Number of MVRP protocol packets sent.

New Event Transmitted

Number of New attribute events sent.

JoinIn Event Transmitted

Number of JoinIn attribute events sent.

In Event Transmitted

Number of In attribute events sent.

JoinMt Event Transmitted

Number of JoinMt attribute events sent.

Mt Event Transmitted

Number of Mt attribute events sent.

Leave Event Transmitted

Number of Leave attribute events sent.

LeaveAll Event Transmitted

Number of LeaveAll attribute events sent.

Frames Discarded

Number of MVRP protocol packets dropped.