
13
CLI
lacp port-priority <1-
65535>
Admin EXEC
LACP port priority is used
for two connected DUT to
select aggregation ports.
Lower port priority value
has higher priority. The port
with higher priority will be
selected into LAG first.
Use "show running-config"
command to show configu-
ration.
This example shows how to
configure interface fa1 lacp
port priority to 100.
switch(config)# interface fa1
switch(config-if)# lacp port-pri-
ority 100
no lacp port-priority
Admin EXEC
Use no form to restore port-
priority to default value.
lacp timeout (long|short) Admin EXEC
LACP must send LACP
packet to partner switch to
check the link status. This
command configures the
LACP packet sending inter-
val.
This example shows how to
configure interface fa1 lacp
timeout to short.
switch(config)# interface fa1
switch(config-if)# lacp timeout
short
no lacp timeout
Admin EXEC
GARP
Table 12: GARP
Function
Privilege
Description
Example
show garp
User EXEC
Display GARP status.
switch# show garp
garp join-time <6-600>
Admin EXEC
Set interval of join timer.
switch(config)# garp join-time
10
garp leave-time <12-
3000>
Admin EXEC
Set interval of leave timer.
switch(config)# garp leave-
time 30
garp leaveall-time <12-
12000>
Admin EXEC
Set interval of leave all
timer.
switch(config)# garp leaveall-
time 240
garp timer join <6-600>
leave <12-3000> lea-
veall <12-12000>
Admin EXEC
Set interval of all timers.
switch(config)# garp timer join
10 leave 30 leaveall 240
GVRP
Table 13: GVRP
Function
Privilege
Description
Example
show gvrp
User EXEC
Display GVRP status.
switch# show gvrp
[no] gvrp
Admin EXEC
Enable or disable GVRP
function.
switch(config)# gvrp
Table 11: Link Aggregation (Continued)
Function
Privilege
Description
Example