Specifications
© 2010 Cypress Solutions Complete Manual: CTM-15X Firmware 1.3.0
Open CTM (Revision D)
73
Command Reference
The starting DHCP IP address (default: 192.168.1.20) is aaa.bbb.ccc.ddd where aaa.bbb.ccc is the bitwise
AND result of the LAN IP address and the LAN netmask, and ddd is specified in this command. The ending
DHCP IP address (default: 192.168.1.29) is aaa.bbb.ccc.eee where aaa.bbb.ccc is the bitwise AND result of
the LAN IP address and the LAN netmask, and eee = ddd + n - 1.
A cmd apply followed by a cmd save are required for this command to take effect.
Examples:
1. Assign DHCP users with IP addresses starting at 192.168.1.20 to a maximum of 15 users.
cmd landhcp 20 15
OK
2. When the LAN IP is set to 192.168.10.1, assign DHCP users with IP addresses starting at 192.168.10.20
to a maximum of 10 users.
cmd lanip 192.168.10.1
OK
cmd landhcp 20 10
OK
3. Query current DHCP range and number of users
cmd landhcp
cmd landhcp 20 10
OK
See also: landns, lanip, lannetmask, lanrepip
http://en.wikipedia.org/wiki/DHCP
return to list of commands
lanip iii.iii.iii.iii
Sets the IP address of the modem on the LAN.
iii.iii.iii.iii = 0.0.0.0 to 255.255.255.255 LAN IP address of the modem in decimal (default: 192.168.1.1)
Note: Special care must be taken when configuring this command, if an improperly configured lanip IP
address is entered the ethernet port can be rendered unusable. Before configuring this command it is
advisable to make sure that a command console is available via the serial port, or the IP address is known
and remote telnet is enabled to allow the modem to be accessed wirelessly.
The current LAN IP address can be queried by using lanip.
Examples: