LacpTimeoutType¶
-
class
ydk.models.openconfig.openconfig_lacp.
LacpTimeoutType
¶ LacpTimeoutType (Enum Class)
Type of timeout used, short or long, by LACP participants
-
LONG = 0
Participant wishes to use long timeouts to detect
status of the aggregate, i.e., will expect less frequent
transmissions. Long timeout is 90 seconds.
-
SHORT = 1
Participant wishes to use short timeouts, i.e., expects
frequent transmissions to aggressively detect status
changes. Short timeout is 3 seconds.
-