BGP Timer Policy
Location in GUI:
Tenants
» XXX
» Policies
» Protocol
» BGP
» BGP Timers
Diagram
Classes
policies (apic.tenants)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
bgp_timer_policies | List | [bgp_timer_policies] | No |
bgp_timer_policies (apic.tenants.policies)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$ | No | |
keepalive_interval | Integer | min: 0 , max: 3600 | No | 60 |
hold_interval | Any | Integer[min: 3 , max: 3600 ] or Integer | No | 180 |
stale_interval | Any | Integer[min: 1 , max: 3600 ] or Choice[default ] | No | default |
graceful_restart_helper | Boolean | true , false | No | true |
maximum_as_limit | Integer | min: 0 , max: 2000 | No | 0 |
Examples
apic:
tenants:
- name: ABC
policies:
bgp_timer_policies:
- name: BGP-TIMER1
description: BGP_POLICY
keepalive_interval: 30
hold_interval: 300
stale_interval: 200
graceful_restart_helper: false
maximum_as_limit: 2