Command Manual - VLAN
Quidway S2000 Series Ethernet Switches Chapter 3 GARP/GVRP Configuration Commands
3-1
Chapter 3 GARP/GVRP Configuration Commands
3.1 GARP Configuration Commands
3.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_numis
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 Ethernet0/1.
<Quidway> display garp statistics interface ethernet0/1
GARP statistics on port Ethernet0/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 Ethernet0/1 are 0.