DHCP Relay Policy
Location in GUI: Tenants
» XXX
» Policies
» Protocol
» DHCP
» Relay Policies
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “policies (apic.tenants)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
dhcp_relay_policies | List | [dhcp_relay_policies] | No |
dhcp_relay_policies (apic.tenants.policies)
Section titled “dhcp_relay_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 | |
providers | List | [providers] | No |
providers (apic.tenants.policies.dhcp_relay_policies)
Section titled “providers (apic.tenants.policies.dhcp_relay_policies)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
ip | IP | Yes | ||
type | Choice | epg , external_epg | Yes | |
tenant | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
application_profile | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
endpoint_group | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
l3out | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
external_endpoint_group | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No |
Examples
Section titled “Examples”apic: tenants: - name: ABC policies: dhcp_relay_policies: - name: DHCP-RELAY1 description: "My Description" providers: - ip: 6.6.6.6 type: epg tenant: ABC application_profile: AP1 endpoint_group: EPG1