Administrator Guide

572 | Command Line Interface Dell Networking W-ClearPass Policy Manager 6.5 |User Guide
* Do not close the shell or interrupt this command execution. *
* *
******************************************************************
Continue? [y|n]: y
Click y to disable the FIPSmode.
hostname
Use the hostname command to configure the hostname.
Syntax
configure hostname <hostname>
Example
The following example configures a hostname:
[appadmin]# configure hostname sun.us.dellnetworks.com
ip
Use the ip command to configure IP address, netmask, and gateway.
Syntax
[appadmin]# configure ip <mgmt|data> <ipaddress> netmask <netmask address> gateway <gateway
address>
The following table describes the parameters used in the ip command:
Flag/Parameter Description
ip <mgmt|data> <ip address> Specifies the network interface type: management or data.
<ip address> specifies the IPv4 address of the host.
netmask <netmask address> Specifies the netmask address.
gateway <gateway address> Specifies the gateway address.
Table 342:
ip Command Parameters
Example
The following example configures the IP, netmask, and gateway addresses:
[appadmin]# configure ip data 192.168.xx.12 netmask 255.255.255.0 gateway 192.168.xx.1
ip6
Use the ip6 command to configure the IPv6 address, netmask, and gateway.
Syntax
configure ip6 <mgmt|data> <IPv6Address/PrefixLen> gateway <gateway address>
configure ip6 <mgmt|data> <IPv6Address> netmask <netmask address> gateway <gateway address>
The following table describes the parameters used in the ip6 command: