Infra DHCP Relay Policy
Location in GUI:
Fabric
» Access Policies
» Policies
» Global
» DHCP
» Relay Policies
Diagram
Classes
access_policies (apic)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
dhcp_relay_policies | List | [dhcp_relay_policies] | No |
dhcp_relay_policies (apic.access_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.access_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
apic:
access_policies:
dhcp_relay_policies:
- name: INFRA-DHCP-RELAY1
description: "My Description"
providers:
- ip: 6.6.6.6
type: epg
tenant: ABC
application_profile: AP1
endpoint_group: EPG1