![Microsemi SyncServer S600 User Manual Download Page 129](http://html1.mh-extra.com/html/microsemi/syncserver-s600/syncserver-s600_user-manual_1788481129.webp)
098-00720-000 Revision B – April, 2016
SyncServer 600 Series User’s Guide
127
Chapter 5
SyncServer S6x0 CLI Command Set
|....|................................|....|................................|
|LAN3|2001:db9:ac10:fe10::2 |64 |2002:0DB9:AC10:FE10::1 |
|....|................................|....|................................|
|LAN4| |0 | |
-----------------------------------------------------------------------------
set ip
Use this command to set the address mode to DHCP (IPv4 or IPv6) for the
LAN1-LAN4 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} {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} 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.