Administrator Guide

Table Of Contents
Flag/Parameter Description
-s <ntpserver> Synchronizes time with the specified NTP server name (see Example 2 below). This field is
optional.
NOTE: You can specify a destination node with an IPv6 address enabled.
-d <date> Specifies the date with the syntax: yyyy-mm-dd. This field is mandatory.
-t <time> Specifies the time with the syntax: hh:mm:ss. This field is optional.
-z <timezone> Specifies the time zone syntax. To view the list of supported time zone values, enter show
all-timezones. This field is optional.
Table 387: Configure Date Command Parameters
Example 1
The following example configures the date, time, and the time zone:
[appadmin]# configure date d 2007-06-22 –t 12:00:31 z America/Los_Angeles
Example 2
The following example synchronizes with a specified NTP server:
[appadmin]# configure date -s pool.ntp.org
configure dns
Use the configure dns command to configure DNS servers. You must specify a minimum of one DNS server;
you can specify a maximum of three DNS servers.
Syntax
configure dns <primary> [secondary] [tertiary]
Example 1: DNS Server
The following example configures a DNS server:
[appadmin]# configure dns 192.168.xx.1
Example 2: Primary and Secondary DNSServers
The following example configures the primary and secondary DNS servers. You can configure IPv6 address as
described in this example.
[appadmin]# configure dns 192.168.xx.1 2001:4860:4860::8888
Example 3: Primary, Secondary, and Tertiary DNSServers
The following example configures primary, secondary, and tertiary DNS servers:
[appadmin]# configure dns 192.168.xx.1 2001:4860:4860::8888 192.168.xx.2
configure fips-mode
Use the configure fips-mode command to enable or disable FIPS (Federal Information Processing Standard)
mode.
Dell Networking W-ClearPass Policy Manager 6.6 | User Guide Command Line Interface | 739