Removing dhcp authority ranges – ADC CUDA 3 User Manual

Page 270

Advertising
background image

ADC Telecommunications, Inc.

268

C

HAPTER

13: C

ONFIGURING

DHCP A

UTHORITY

Removing DHCP Authority Ranges

You can remove DHCP Authority ranges using the

no dhcp-authority

command. You may want to do so if you no longer require the range, or if
you want to redefine the range. Note that you cannot modify DHCP
Authority ranges, so if you want to redefine a range, you must delete it and
then recreate it with the new configuration.

To remove a DHCP authority range from an interface, perform the following
task within interface configuration mode:

Example

The following example removes DHCP authority range 1 from interface
1/1/1:

cli:192.168.208.3:root# interface 1/1/1

mode: interface:cable:csi(1/1/1)

cli:192.168.208.3:interface:cable:csi(1/1/1)# show dhcp-authority

row count: 1

Range Number Lower Range Upper Range Status

---------------- ---------------- ---------------- ------

1 172.16.19.10 172.16.19.20 1

DHCP Authority Status enable

cli:192.168.208.3:interface:cable:csi(1/1/1)# no dhcp-authority 1

cli:192.168.208.3:interface:cable:csi(1/1/1)# show dhcp-authority

Range Number Lower Range Upper Range Status

---------------- ---------------- ---------------- ------

DHCP Authority Status enable

Task

Command

1. Enter interface configuration

mode.

interface <c/s/i>

2. Remove a DHCP authority range

from the current interface.

no dhcp-authority <index number>

Advertising