display mvrp running-status

Syntax

display mvrp running-status [ 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 interface-type interface-number1 [ to interface-type interface-number2 ] parameters. If this option is not specified, this command displays MVRP running status 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 running-status to display the MVRP running status.

Examples

# Display the MVRP running status of all ports.

<Sysname> display mvrp running-status
 -------[MVRP Global Info]-------
 Global Status     : Enabled
 Compliance-GVRP   : False

 ----[Ethernet1/0/1]----
 Config  Status                      : Enabled
 Running Status                      : Enabled
 Join Timer                          : 20 (centiseconds)
 Leave Timer                         : 60 (centiseconds)
 Periodic Timer                      : 100 (centiseconds)
 LeaveAll Timer                      : 1000 (centiseconds)
 Registration Type                   : Normal
 Local VLANs :
  1(default), 2-10,

Table 48: Command output

Field

Description

MVRP Global Info

Global MVRP information.

Global Status

Global MVRP status:

  • Enabled

  • Disabled

Compliance-GVRP

GVRP compatibility status:

  • True—Compatible

  • False—Incompatible

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

Interface prompt. The information between the current interface prompt and the next interface prompt is information about the current interface.

Config Status

Whether MVRP is enabled on the port:

  • Enabled

  • Disabled

Running Status

Whether MVRP takes effect on the port (determined by the link state and MVRP enabling status of the port):

  • Enabled

  • Disabled

Join Timer

Join timer, in centiseconds.

Leave Timer

Leave timer, in centiseconds.

Periodic Timer

Periodic timer, in centiseconds.

LeaveAll Timer

LeaveAll timer, in centiseconds.

Registration Type

MVRP registration mode:

  • Fixed

  • Forbidden

  • Normal

Local VLANs

VLAN information in the local database, which displays the VLANs learned through MVRP.