DHCP Option Policy
Location in GUI: Tenants » XXX » Policies » Protocol » DHCP » Option Policies
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “policies (apic.tenants)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| dhcp_option_policies | List | [dhcp_option_policies] | No |
dhcp_option_policies (apic.tenants.policies)
Section titled “dhcp_option_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 | |
| options | List | [options] | No |
options (apic.tenants.policies.dhcp_option_policies)
Section titled “options (apic.tenants.policies.dhcp_option_policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| id | Integer | min: 1, max: 255 | No | |
| data | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,64}$ | No |
Examples
Section titled “Examples”Example-1: This data model defines DHCP Option 42, specifying the Network Time Protocol (NTP) server IP address as 192.168.1.10, and DHCP Option 43, specifying the Vendor Specific Information IP address as 192.168.1.254. These options are appended to the messages exchanged between DHCP servers and clients, providing additional configuration information during the DHCP relay process. DHCP Option Policies are referenced within a Bridge Domain alongside a DHCP Relay Policy.
apic: tenants: - name: ABC policies: dhcp_option_policies: - name: DHCP-OPTIONS42-43 description: "My Description" options: - name: NTP id: 42 data: 192.168.1.10 - name: Controller id: 43 data: 192.168.1.254Location in GUI: Tenants » XXX » Policies » Protocol » DHCP » Option Policies
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “policies (apic.tenants)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| dhcp_option_policies | List | [dhcp_option_policies] | No |
dhcp_option_policies (apic.tenants.policies)
Section titled “dhcp_option_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 | |
| options | List | [options] | No |
options (apic.tenants.policies.dhcp_option_policies)
Section titled “options (apic.tenants.policies.dhcp_option_policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| id | Integer | min: 1, max: 255 | No | |
| data | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,64}$ | No |
Examples
Section titled “Examples”apic: tenants: - name: ABC policies: dhcp_option_policies: - name: DHCP-OPTION1 description: "My Description" options: - name: OPTION1 id: 13 data: DATA1Location in GUI: Tenants » XXX » Policies » Protocol » DHCP » Option Policies
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “policies (apic.tenants)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| dhcp_option_policies | List | [dhcp_option_policies] | No |
dhcp_option_policies (apic.tenants.policies)
Section titled “dhcp_option_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 | |
| options | List | [options] | No |
options (apic.tenants.policies.dhcp_option_policies)
Section titled “options (apic.tenants.policies.dhcp_option_policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| id | Integer | min: 1, max: 255 | No | |
| data | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,64}$ | No |
Examples
Section titled “Examples”apic: tenants: - name: ABC policies: dhcp_option_policies: - name: DHCP-OPTION1 description: "My Description" options: - name: OPTION1 id: 13 data: DATA1Location in GUI: Tenants » XXX » Policies » Protocol » DHCP » Option Policies
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “policies (apic.tenants)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| dhcp_option_policies | List | [dhcp_option_policies] | No |
dhcp_option_policies (apic.tenants.policies)
Section titled “dhcp_option_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 | |
| options | List | [options] | No |
options (apic.tenants.policies.dhcp_option_policies)
Section titled “options (apic.tenants.policies.dhcp_option_policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| id | Integer | min: 1, max: 255 | No | |
| data | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,64}$ | No |
Examples
Section titled “Examples”apic: tenants: - name: ABC policies: dhcp_option_policies: - name: DHCP-OPTION1 description: "My Description" options: - name: OPTION1 id: 13 data: DATA1