Administrator Guide

Table Of Contents
Syntax
[appadmin]# configure ip <mgmt|data> <ipaddress> netmask <netmask address> gateway <gateway
address>
The following table describes the parameters used in the configure ip command:
Flag/Parameter Description
ip <mgmt|data> <ip address> Specifies the network interface type: management port interface or
data poirt interface.
<ip address> specifies the IPv4 address of the host.
netmask <netmask> Specifies the netmask for the IPaddress.
gateway <gateway address> Specifies the IP address for the network gateway.
Table 389: Configure IP Command Parameters
Example
The following example configures the IP address for the data interface, the netmask for that address, and the
gateway address:
[appadmin]# configure ip data 192.168.xx.12 netmask 255.255.255.0 gateway 192.168.xx.1
configure ip6
Use the configure ip6 command to configure the IPv6 address, netmask, and gateway address of the host.
Syntax
configure ip6 <mgmt|data> <IPv6 address/PrefixLen> gateway <gateway address>
configure ip6 <mgmt|data> <IPv6 address> netmask <netmask> gateway <gateway address>
The following table describes the parameters used in the ip6 command:
Flag/Parameter Description
ip6 <mgmt|data> <ip address> Specifies the network interface type: management interface or data interface.
netmask <netmask> Specifies the netmask.
For example, ffff:ffff:ffff:ffff:0000:0000:0000:0000.
gateway <gateway address> Specifies the gateway address.
For example, fe90:0000:0000:0000:020c:29ff:fe7e:d3a2.
Table 390: Configure ip6 Command Parameters
Example
The following example configures the IPv6 management interface, netmask, and gateway address:
[appadmin]# configure ip6 mgmt fe90:0000:0000:0000:020c:29ff:fe7e:d3e1 netmask
ffff:ffff:ffff:ffff:0000:0000:0000:0000 gateway fe90:0000:0000:0000:020c:29ff:fe7e:d3a1
Dell Networking W-ClearPass Policy Manager 6.6 | User Guide Command Line Interface | 741