Users Guide

826 | Command Line Interface Dell Networking W-ClearPass Policy Manager 6.6 | User Guide
Example 1
The following example configures the key-index, key-value, and encryption type for the primary and secondary
NTP servers:
[appadmin]# configure date -p ntp1.cppm.main -a 24 -v cp1234567890 -t SHA -s ntp2.cppm.main -a
16 -v cp53.56 -t SHA1
Example 2
The following example synchronizes with the primary NTP server. Note that in this example, the key-value is a
hex code. Using a hex code for the key-value is supported only in the CLI, not in the user interface.
[appadmin]# configure date -p ntp1.cppm.main -a 96 -v 6bf60ca1876b57248311aa07c7783d391be95d6c
-t SHA1
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.
Running this command erases the W-ClearPass Policy Manager configuration settings and returns the database to
the default configuration. All configured data will be lost. This command also shuts down all running applications and
reboots the system.
Syntax
configure fips-mode [0|1]
The following table describes the parameters for the configure fips-mode command: