CLI Guide

Table Of Contents
Layer 3 Routing Commands 1486
ip dhcp relay minwaittime
Use the ip dhcp relay minwaittime command in Global Configuration mode
to configure the minimum wait time in seconds for BootP/DHCP Relay on
the system.
Use the no form of the command to set the minimum wait time to the
default value.
Syntax
ip dhcp relay minwaittime integer
no ip dhcp relay minwaittime
integer — Minimum wait time for BootP/DHCP Relay on the system.
(Range: 0-100 seconds)
Default Configuration
0 is the default integer configuration.
Command Mode
Global Configuration mode, Virtual Router Configuration mode
User Guidelines
Enable DHCP Relay using the ip helper enable command.
When the BOOTP relay agent receives a BOOTREQUEST message, it might
use the seconds-since-client- began-booting field of the request as a factor in
deciding whether to relay the request or not.
When in Virtual Router Configuration mode, this command operates within
the context of the virtual router instance. When in Global Configuration
mode, the command operates on the global router instance.
Virtual Router Configuration mode is only available on the N3000-ON/N3100
switches.
Example
The following example defines a minimum wait time of 10 seconds.
console(config)#ip dhcp relay minwaittime 10