tenant.bgp_timers_policy

The BGP timers policy uses timers to control periodic activities such as the frequency keepalive messages that are sent to its peer, the amount of time the system waits to declare a peer dead after keepalive messages stop being received, and the amount of time before restarting a dead peer.

ACI class

bgpCtxPol

RN

bgpCtxP-{name}

Cursor

BgpTimersPolicyCursor

Parent

tenant

Atomic

Attributes

Accepted as keyword arguments of .bgp_timers_policy(name) and of .set(**attrs) on this cursor. Enum parameters also accept the plain string.

parameter

wire

type

values

default

description

name (positional)

name

str

The context level policy name. This name can be up to 64 alphanumeric characters.

description

descr

str

Specifies a description of the policy definition.

graceful_restart_controls

grCtrl

BgpGRControls

helper

helper

A property to determine whether the entity functions only as a graceful restart helper, forwarding prefixes pointing to a restarting peer, or whether graceful restart is enabled completely.

hold_interval

holdIntvl

int

180

The time period to wait before declaring the neighbor device down.

keepalive_interval

kaIntvl

int

60

The interval time between sending keepalive messages.

max_as_limit

maxAsLimit

int

0

Maximum AS limit, to discard routes that have excessive AS numbers

owner_key

ownerKey

str

The key for enabling clients to own their data for entity correlation.

owner_tag

ownerTag

str

A tag for enabling clients to add their own data. For example, to indicate who created this object.

stale_interval

staleIntvl

int

default

Maximum time that BGP keeps stale routes from the restarting BGP peer.