Cisco Identity Services Engine Installation Guide, Release 3.5

PDF

Change the IP address of a Cisco ISE appliance

Want to summarize with AI?

Log in

Overview

Provides instructions on how to update the network configuration of your appliance to align with your current infrastructure requirements. This walks you through the steps necessary to modify the IP address while ensuring continued system connectivity.

Before you begin

  • Deregister your Cisco ISE node from the distributed deployment. Then, convert it to a standalone node before you change the IP address

  • Do not use the no ip address command when changing the Cisco ISE device's IP address.

Procedure

1.

Log in to the Cisco ISE CLI.

2.

Enter these commands:

  1. configure terminal

  2. interface GigabitEthernet 0

  3. ip address new_ip_address new_subnet_mask

    When prompted for the IP address change, enter Y . A similar screen appears.

ise-13-infra-2/admin(config-GigabitEthernet)# ip address a.b.c.d 255.255.255.0

% Changing the IP address might cause ISE services to restart
Continue with IP address change? Y/N [N]: y
Stopping ISE Monitoring & Troubleshooting Log Collector...
Stopping ISE Monitoring & Troubleshooting Log Processor...
Stopping ISE Identity Mapping Service...
Stopping ISE pxGrid processes...
Stopping ISE Application Server...
Stopping ISE Certificate Authority Service...
Stopping ISE Profiler Database...
Stopping ISE Monitoring & Troubleshooting Session Database...
Stopping ISE AD Connector...
Stopping ISE Database processes...
Starting ISE Monitoring & Troubleshooting Session Database...
Starting ISE Profiler Database...
Starting ISE pxGrid processes...
Starting ISE Application Server...
Starting ISE Certificate Authority Service...
Starting ISE Monitoring & Troubleshooting Log Processor...
Starting ISE Monitoring & Troubleshooting Log Collector...
Starting ISE Identity Mapping Service...
Starting ISE AD Connector...
Note: ISE Processes are initializing. Use 'show application status ise'
CLI to verify all processes are in running state. 

When the process is complete, restart the system when prompted.

3.

To restart the system, enter Y .