DHCP Relay Policy
This policy is only supported up to NDO version 3.7.
Location in GUI:
Application Management
» Policies
Diagram
Classes
policies (ndo)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
dhcp_relays | List | [dhcp_relays] | No |
dhcp_relays (ndo.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,64}$ | No | |
tenant | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
providers | List | [providers] | No |
providers (ndo.policies.dhcp_relays)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
ip | IP | Yes | ||
tenant | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
schema | String | Yes | ||
template | String | Yes | ||
application_profile | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
endpoint_group | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
external_endpoint_group | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No |
Examples
ndo:
policies:
dhcp_relays:
- name: REL1
description: Description
tenant: MSO1
providers:
- ip: 1.2.3.4
tenant: MSO1
schema: ABC
template: TEMPLATE1
application_profile: AP1
endpoint_group: EPG1
- ip: 1.2.3.5
tenant: MSO1
schema: ABC
template: TEMPLATE1
external_endpoint_group: EXT-EPG1