Command Manual – VLAN&QinQ
Quidway S8500 Series Routing Switches
Chapter 2 GARP/GVRP Configuration Commands
Huawei Technologies Proprietary
2-2
View
Any view
Parameter
interface-list
: List of Ethernet ports of which the GRRP timer information is to be
displayed, expressed as
interface-list
= {
interface-type interface-number
[
to
interface-type interface-number
] }&<1-10>.
interface-type
is interface type, and
interface-number
is interface number. The interface number after the keyword
to
must
be larger than or equal to that before
to
. &<1-10> means that the preceding parameter
can be repeated up to 10 times.
Description
Use the
display garp timer
command to view the value of GARP timer, including Hold
timer, Join timer, Leave timer and LeaveAll timer.
Related command:
garp timer
,
garp timer leaveall
.
Example
# Display GARP timer on Ethernet2/1/1.
<Quidway> display garp timer interface ethernet2/1/1
GARP timers on port Ethernet2/1/1
GARP JoinTime : 20 centiseconds
GARP Leave Time : 60 centiseconds
GARP LeaveAll Time : 1000 centiseconds
GARP Hold Time : 10 centiseconds
2.1.3 garp timer
Syntax
garp timer
{
hold
|
join
|
leave
}
timer-value
undo garp timer
{
hold
|
join
|
leave
}
View
Ethernet port view
Parameter
hold
: GARP Hold timer. After receiving certain registration information, the GARP
application entity will not send Join Message at once. Instead, it starts the Hold timer.
All the registration information received within duration of the Hold timer will be
transmitted in the same frame after the Hold timer times out, thereby saving the
bandwidth resource.