BGPTimers

Description

Represents the configuration of timer values for BGP process. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)

Model Properties

Property Required Type Description
keepAlive True integer Frequency (in seconds) with which the device sends keepalive messages to its peer. Ranges from 0 to 65535 The default value is 60 seconds.
Field level constraints: cannot be null, must be between 0 and 65535 (inclusive). (Note: Additional constraints might exist)
holdTime True integer Interval (in seconds) after not receiving a keepalive message that the device declares a peer dead. Ranges from 0 to 65535 The default value is 180 seconds.
Field level constraints: cannot be null, must be between 0 and 65535 (inclusive). (Note: Additional constraints might exist)
minHoldTime True integer Interval (in seconds) after not receiving a keepalive message from a neighbor, that the device declares a neighbor dead. Ranges from 0 to 65535 The default value is 0 seconds.
Field level constraints: cannot be null, must be between 0 and 65535 (inclusive). (Note: Additional constraints might exist)
type True string A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name.