Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1986-2001 Microsoft Corp. C:\WINDOWS>netsh routing ip relay set interface ?
Usage: set interface [name=][[relaymode=]enable|disable][[maxhop=]integer][[minsecs=]integer]
Parameters:
Tag Value
name - The name of the interface where DHCP Relay Agent is
to be updated.
relaymode - One of the following values:
enable: Enables DHCP Relay Agent for this interface.
disable: Disables DHCP Relay Agent for this interface.
maxhop - The maximum allowable hop count for a DHCP packet before
it is dropped and no longer to be relayed.
minsecs - The minimum allowable number of seconds from boot time
that must appear in a DHCP packet before it will be sent
to a listed DHCP server in the global list.
Remarks: Sets global parameters for DHCP Relay Agent configuration.
Example:
set interface "Local Area Connection" enable 16 4
The example command enables the DHCP Relay Agent to operate on the
default LAN interface with a maximum hop count of 16 and using a
value of 4 seconds for the minimum seconds from boot time.