Default-router, Default-router 1372 – LevelOne GTL-2691 User Manual
Page 1372

C
HAPTER
46
| DHCP Commands
DHCP Server
– 1372 –
C
OMMAND
M
ODE
DHCP Pool Configuration
C
OMMAND
U
SAGE
◆
This command identifies a DHCP client to bind to an address specified in
the
command. If both a client identifier and hardware address are
configured for a host address, the client identifier takes precedence
over the hardware address in the search procedure.
◆
BOOTP clients cannot transmit a client identifier. To bind an address to
a BOOTP client, you must associate a hardware address with the host
entry.
E
XAMPLE
Console(config-dhcp)#client-identifier text steve
Console(config-dhcp)#
R
ELATED
C
OMMANDS
default-router
This command specifies default routers for a DHCP pool. Use the no form
to remove the default routers.
S
YNTAX
default-router address1 [address2]
no default-router
address1 - Specifies the IP address of the primary router.
address2 - Specifies the IP address of an alternate router.
D
EFAULT
S
ETTING
None
C
OMMAND
M
ODE
DHCP Pool Configuration
U
SAGE
G
UIDELINES
The IP address of the router should be on the same subnet as the client.
You can specify up to two routers. Routers are listed in order of preference
(starting with address1 as the most preferred router).
E
XAMPLE
Console(config-dhcp)#default-router 10.1.0.54 10.1.0.64
Console(config-dhcp)#