5-96 Compact T1 - Release 6.1
CLI Commands
set
set (router) dhcp
Use the set (router) dhcp commands to configure the DHCP functions.

set (router) dhcp disable

Use the set (router) dhcp disable command to disable both DHCP server and DHCP relay
functionality for the specified Router card.
Syntax: set {rtr_card-addr} dhcp disable
Example: set 3 dhcp disable
The example will set the Router in slot 3 to disable DHCP.
{rtr_card-addr}
The slot number (1-6) that contains the Router (IP or CMG) card.

set (router) dhcp relay server

Use the set (router) dhcp relay server command to enable a DHCP relay and assign a
DHCP server address for the specified Router card.
Syntax: set {rtr_card-addr} dhcp relay server
{server-number} {ip-addr} {"profile-name"}
Example: set 3 dhcp relay server 1 134.200.3.45 "remotewan"
The example will set the Router in slot 3 to enable DHCP relay server 1 at IP
address 134.200.3.45 on WAN "remotewan".
{rtr_card-addr}
The slot number (1-6) that contains the Router (IP or CMG) card.
{server-number}
The server number (1 or 2) to specify.
{ip-addr}
The IP address of the server to relay to, in the form of xxx.xxx.xxx.xxx, where xxx is
between 0-255.
{"profile-name"}
The profile name for the Router interface that is used to reach this destination. This name
must be enclosed in quotes, with a maximum of 11 characters.