OSPF Timer Policy
Location in GUI: Tenants » XXX » Policies » Protocol » OSPF » OSPF Timer Policy
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “policies (apic.tenants)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| ospf_timer_policies | List | [ospf_timer_policies] | No |
ospf_timer_policies (apic.tenants.policies)
Section titled “ospf_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 | |
| reference_bandwidth | Integer | min: 1, max: 4000000 | No | 40000 |
| distance | Integer | min: 1, max: 255 | No | 110 |
| max_ecmp | Integer | min: 1, max: 64 | No | 8 |
| spf_init_interval | Integer | min: 1, max: 600000 | No | 200 |
| spf_hold_interval | Integer | min: 1, max: 600000 | No | 1000 |
| spf_max_interval | Integer | min: 1, max: 600000 | No | 5000 |
| max_lsa_reset_interval | Integer | min: 1, max: 1440 | No | 10 |
| max_lsa_sleep_count | Integer | min: 1, max: 4294967295 | No | 5 |
| max_lsa_sleep_interval | Integer | min: 1, max: 1440 | No | 5 |
| lsa_arrival_interval | Integer | min: 10, max: 600000 | No | 1000 |
| lsa_group_pacing_interval | Integer | min: 1, max: 1800 | No | 10 |
| lsa_hold_interval | Integer | min: 50, max: 30000 | No | 5000 |
| lsa_start_interval | Integer | min: 0, max: 5000 | No | 0 |
| lsa_max_interval | Integer | min: 50, max: 30000 | No | 5000 |
| max_lsa_num | Integer | No | 20000 | |
| max_lsa_threshold | Integer | min: 1, max: 100 | No | 75 |
| max_lsa_action | Choice | reject, log | No | reject |
| graceful_restart | Boolean | true, false | No | false |
| router_id_lookup | Boolean | true, false | No | false |
| prefix_suppression | Boolean | true, false | No | false |
Examples
Section titled “Examples”Simple example:
apic: tenants: - name: ABC policies: ospf_timer_policies: - name: OSPF_TIMER reference_bandwidth: 40001 distance: 111Full example:
apic: tenants: - name: ABC policies: ospf_timer_policies: - name: OSPF_TIMER_NON_DEFAULT_TIMER reference_bandwidth: 40001 distance: 111 graceful_restart: false router_id_lookup: true prefix_suppression: true max_ecmp: 9 spf_init_interval: 201 spf_hold_interval: 1001 spf_max_interval: 5001 lsa_group_pacing_interval: 11 lsa_hold_interval: 5001 lsa_start_interval: 1 lsa_max_interval: 5002 lsa_arrival_interval: 1001 max_lsa_num: 20001 max_lsa_threshold: 76 max_lsa_action: log