ND RA Prefix Policy
Location in GUI: Tenants » XXX » Policies » Protocol » ND RA Prefix
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “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)
Section titled “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 |
Examples
Section titled “Examples”apic: tenants: - name: ABC policies: nd_ra_prefix_policies: - name: ND-RA-PREFIX1 auto_configuration: true on_link: true