168 SyncServer 600 Series User’s Guide 098-00720-000 Revision D1 – February, 2018
Chapter 5
SyncServer S6x0 CLI Command Set
set ip
Use this command to set the address mode to DHCP (IPv4 or IPv6) for the
LAN1-LAN6 ports. Use this command to provision the Host, Mask, and Gateway for
IPv4 static addresses.
Command Syntax:
To provision the IPv4 or IPv6 address mode on the specified LAN port as DHCP:
set ip address-mode lan{1|2|3|4|5|6} {ipv4|ipv6} dhcp
– For changes to take effect, the specified LAN port must be restarted.
To set the IPv4 address, mask and gateway of the Ethernet interfaces for the
specified port:
set ip ip-address lan{1|2|3|4|5|6} ipv4 address
<addrv4_value> netmask <maskv4_value> gateway
<gatewayv4_value>
Example 1:
To set the address-mode of the Port 1 Ethernet interface to DHCP:
SyncServer> set ip address-mode lan1 ipv4 dhcp
Example 2:
To set the static IPv4 address for LAN1 to 192.168.2.11, the mask to 255.255.255.0,
and the gateway 0.0.0.0:
SyncServer> set ip ip-address lan1 ipv4 address 192.168.2.11
netmask 255.255.255.0 gateway 0.0.0.0
Note: Setting the IPv4 static address for a LAN port with this
command automatically disables the DHCP address mode for that
port.