xStack
®
DGS-3400 Series Layer 2 Gigabit Ethernet Managed Switch CLI Manual
583
show time
Purpose
Used to display the current time settings and status.
Syntax
show time
Description
This will display system time and date configuration as well as display current system time.
Parameters
None.
Restrictions
None.
Example usage:
To show the time currently set on the Switch’s System clock:
DGS-3450:admin# show time
Command: show time
Current Time Source : System Clock
Boot Time : 27 Nov 2008 09:33:16
Current Time : 27 Nov 2008 16:17:45
Time Zone : GMT +00:00
Daylight Saving Time : Disabled
Offset in minutes : 60
Repeating From : Apr 1st Sun 00:00
To : Oct last Sun 00:00
Annual From : 29 Apr 00:00
To : 12 Oct 00:00
DGS-3450:admin#
config sntp ipv6server
Purpose
Used to configure the IPv6 server for the SNTP function.
Syntax
config sntp ipv6server {primary <ipv6addr> | secondary <ipv6addr>}
Description
If both IPv4 and IPv6 servers are configured, the IPv4 server has the higher priority, it first
sync its time to the IPv4 server.
Parameters
primary
<ipv6addr>
- Specifies the primary SNTP IPv6 server address.
secondary
<ipv6addr>
- Specifies the secondary SNTP IPv6 server address.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To configure SNTP (primary IPv6 server: 1000::1, secondary IPv6 server: 1000::2):
DGS-3450:admin#config sntp ipv6server primary 1000::1 secondary 1000::2
Command: config sntp ipv6server primary 1000::1 secondary 1000::2
Success.
DGS-3450:admin#