User’s Guide FUJITSU PSWITCH
December/2018 25
(Config)# clock set 15:02:00
(Config)# clock set 01/30/2017
You can check the result of the setting with the show clock command.
#show clock detail
15:02:05 JST(UTC+9:00) Jan 30 2017
No time source
Time zone:
Acronym is JST
Offset is UTC+9:00
Summertime:
Summer time is disabled
If you set up the system clock to synchronize with a SNTP server, use the sntp
server command to specify the location of the server as in the example below.
After setting up the timezone, you enable the SNTP client on the switch in unicast
mode.
#configure
(Config)#sntp server time-a.nist.gov
(Config)#clock timezone +9
(Config)#sntp client mode unicast
You can check the result of the setting with the show sntp command and the
show clock command.
(Routing) #show sntp
Last Update Time: Jan 30 07:42:23 2017
Last Unicast Attempt Time: Jan 30 07:43:28 2017
Last Attempt Status: Success
(Routing) #show clock
16:47:22 (UTC+9:00) Jan 30 2017
Time source is SNTP
2.4.3. Enabling/Disabling Posts
In the initial state, all the network ports of the switch are enabled. To disable the
ports, use “shutdown” command. In the following example, ports 0/1-0/2
are disabled.
#configure
(Config)#interface 0/1-0/2
(Interface 0/1-0/2)#shutdown
(Interface 0/1-0/2)#exit
All the ports are disabled at once by using the following command.
#configure
(Config)#shutdown all
(Config)#exit