119
Views
Any view
Default command level
1: Monitor level
Parameters
interface interface-list
: Displays the GVRP statistics of one or multiple Ethernet ports. You can
specify up to 10 Ethernet port lists, by each of which you can specify an individual port in the form of
interface-type interface-number
, or a port range in the form of
interface-type interface-number1
to
interface-type interface-number2
, where the end-port number specified by
interface-number2
must
be greater than the start-port number specified by
interface-number1
.
|
: 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.
Examples
# Display GVRP statistics for trunk port Ethernet 1/1.
<Sysname> display gvrp statistics interface ethernet 1/1
GVRP statistics on port Ethernet1/1
GVRP Status : Enabled
GVRP Running : YES
GVRP Failed Registrations : 0
GVRP Last Pdu Origin : 0000-0000-0000
GVRP Registration Type : Normal
Table 27 Command output
Field Description
GVRP Status
Indicates whether GVRP is enabled or disabled.
GVRP Running
Indicates whether GVRP is running.
GVRP Failed Registrations
Indicates the number of GVRP registration failures.
GVRP Last Pdu Origin
Indicates the source MAC address in the last GVRP PDU.
GVRP Registration Type
Indicates the GVRP registration mode (fixed, forbidden, or
normal) on the port.
display gvrp status
Use
display gvrp status
to display the global GVRP state.
Syntax
display gvrp status
[
|
{
begin
|
exclude
|
include
}
regular-expression
]
Views
Any view