Telsey telecommunications
Command Line Interface
93
MT500--SIEN12
DHCPSERVER
NAME:
dhcpserver
- allows an user to configure, or show the DHCP Server data
SYNOPSIS:
dhcpserver config <start IP address> <end IP address> <leased
time (hour)>
dhcpserver show
dhcpserver -help
DESCRIPTION:
dhcpserver
is used to configure, or show the DHCP server data. This utility
can:
•
configure the DHCP server on the primary LAN interface.
•
show the DHCP server configuration data.
•
display usage.
All information is displayed to stdout. A program or shell script that calls this
utility can redirect stdout to a file and then parse the file in order to interpret
the displayed output.
COMMANDS:
config
configure the DHCP server with the given data.
Notice
: the command saves the configuration data to the flash but does
not take effect until the system is rebooted.
show
show the DHCP server configuration data.
--help
display usage.
OPTIONS:
Options for the
config
command:
dhcpserver config <start IP address> <end IP address> <leased time
(hour)>.
<start IP address>
: The IP address of the first address in the range.
The value of range start must be less than or equal to the value of range
end.
Valid values: any valid IP address. Default value: 192.168.1.2.
<end IP address>
: The IP address of the last address in the range. The
value of range end must be greter than or equal to the value of range
start. Valid values: any valid IP address. Default value: 192.168.1.254.
<leased time (hour)>
: The lease period for which the server assigsn
an IP address to the client in case the client does not request for the
specific lease period itself.
Valid values: 0 - 8760. Default value: 24 hours (this equals a day).