Technical information
ADC Telecommunications, Inc.
142 CHAPTER 2: CUDA 12000 BASE SYSTEM COMMANDS
dhcp-policy
Defines Dynamic Host Configuration Protocol (DHCP) policies. DHCP Policies allow you to control
and restrict the forwarding of DHCP requests. These policies allow matching on several
parameters in the DHCP packet, then use the result of this matching to determine which list of
servers to forward the packet to; or it can reject (drop) the packet to deny the requesting client
an address.
You use the no dhcp-policy command to remove the configuration.
Mode
interface:cable:csi(<c/s/i>)
Syntax
dhcp-policy {<policy-number> | default} {deny | permit}
{<ip-address> ... | forward-internal [disable]}
[agent-option {cm | cpe} | cmmac <mac-address> | interface <c/s/i> |
mac <mac-address> [mask <mask>]] [vendor-class-id {cm | mta}]
[description <string>]
no dhcp-policy {<policy-number> | all}
Arguments
{<policy-number> | default} Specifies one of the following values:
■ <number> – Number that you want to assign to this policy.
Valid range is 1 to 1000.
■ default – Default policy.
{deny | permit} Specifies one of the following values:
■ deny – Creates a policy that denies matching packets.
■ permit – Creates a policy that allows matching packets to
pass.