ND RA Prefix Policy
Location in GUI:
Tenants
» XXX
» Policies
» Protocol
» ND RA Prefix
Diagram
Classes
policies (apic.tenants)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
nd_ra_prefix_policies | List | [nd_ra_prefix_policies] | No |
nd_ra_prefix_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 | |
valid_lifetime | Integer | min: 0 , max: 4294967295 | No | 2592000 |
preferred_lifetime | Integer | min: 0 , max: 4294967295 | No | 604800 |
auto_configuration | Boolean | true , false | No | true |
on_link | Boolean | true , false | No | true |
router_address | Boolean | true , false | No | false |
expected_state | Class | [expected_state] | No |
expected_state (apic.tenants.policies.nd_ra_prefix_policies)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
minimum_health | Integer | min: 0 , max: 100 | No | |
maximum_critical_faults | Integer | min: 0 | No | |
maximum_major_faults | Integer | min: 0 | No | |
maximum_minor_faults | Integer | min: 0 | No |
Examples
apic:
tenants:
- name: ABC
policies:
nd_ra_prefix_policies:
- name: ND-RA-PREFIX1
auto_configuration: true
on_link: true