Command Manual - VLAN
Quidway S6500 Series Ethernet Switches
Chapter 2 GARP/GVRP Configuration Commands
Huawei Technologies Proprietary
2-1
Chapter 2 GARP/GVRP Configuration Commands
2.1 GARP Configuration Commands
2.1.1 display garp statistics
Syntax
display
garp statistics
[
interface interface-list
]
View
Any view
Parameter
interface-list
: List of Ethernet port to be displayed, expressed as
interface -list
=
{ {
interface_type interface_num | interface_name
} [
to
{
interface_type interface_num
| interface_name
} ] }&<1-10>.
interface_type
is interface type,
interface_num
is
interface number and
interface_name
is interface name. For their meanings and value
range, read command parameters description of “Port” in this document.
&<1-10>: Representing the repeatable times of parameters, 1 is the minimal and 10 is
the maximal.
Description
Using
display garp statistics
command, you can view the GARP statistics information,
including the number of received/sent packet and the number of discarded packet by
GVRP/GMRP etc.
Example
# Display the GARP statistics information on Ethernet port Ethernet1/0/1.
<Quidway> display garp statistics interface ethernet1/0/1
GARP statistics on port Ethernet1/0/1
Number Of GMRP Frames Received : 0
Number Of GVRP Frames Received : 0
Number Of GMRP Frames Transmitted : 0
Number Of GVRP Frames Transmitted : 0
Number Of Frames Discarded : 0
The above information indicates that the numbers of GVRP/GMRP packets
received/sent and discarded on Ethernet1/0/1 are 0.