tenant.dhcp_option_policy

The DHCP option policy, which defines lease duration, gateway routers, and other configuration parameters in what are called DHCP options. Every DHCP server must have one or more policies defined for it.

ACI class

dhcpOptionPol

RN

dhcpoptpol-{name}

Cursor

DhcpOptionPolicyCursor

Parent

tenant

Atomic

Attributes

Accepted as keyword arguments of .dhcp_option_policy(name) and of .set(**attrs) on this cursor. Enum parameters also accept the plain string.

parameter

wire

type

values

default

description

name (positional)

name

str

The DHCP option policy name. This name can be up to 64 alphanumeric characters.

description

descr

str

Specifies a description of the policy definition.

owner_key

ownerKey

str

The key for enabling clients to own their data for entity correlation.

owner_tag

ownerTag

str

A tag for enabling clients to add their own data. For example, to indicate who created this object.

Children

maker

creates

position

.dhcp_option(name, **attrs)

dhcpOption

tenant.dhcp_option_policy.dhcp_option