Installing Cisco Configuration Professional Express

In this article we are going to take a look at how to install Cisco Configuration Professional Express.


Prerequisites

Ensure that you have compatible Cisco devices that support CCP

Step 1.

Download CCP from the Cisco website and unzip the folder (CCP Express is FREE)

Step 2.

Download a TFTP server of your choice – in my example I selected Solarwinds

Step 3.

Select the correct directory on the TFTP server and ensure the Cisco files downloaded previously are reachable from that directory

Step 4.

Configure your end device so that it is reachable from the Cisco device

Step 5.

Configure the Cisco device – the following configurations are taken from my lab example:
 
username wizkid privilege 15 secret algorytm-type scrypt  PASSWORD
interface GigabitEthernet1 ip address 192.168.50.254 255.255.255.0
ip domain name cisco.com
hostname R1
ip http server ip http authentication local ip http secure-server
 
You don’t have to generate RSA keys but if you choose to, the following configurations will help.
 
crypto key generate rsa -> press enter and input 1024 as the key size
ip shh version 2

Step 6.

Copy the files to the Cisco device:
 
tftp: flash: 
Remote hostname: Enter the TFTP server IP address
Source Filename: Enter the source file name of the first file
Destination Filename: Press enter to keep the same name

Step 7.

Repeat Step 6. and add the second file

Step 8.

Extract the ccpexpressAdminxxxxxx file on the Cisco device using the following command
archive tar /xtract flash:FILENAME flash:/

Step 9.

Open a web browser and navigate to the IP address of the Cisco device and log in using the credentials you created on the Cisco device- here is an example from my lab:
 
Username: wizkid
Password: cisco
 
I have included the lab demonstration video below, if you have anymore questions, leave a comment below.
 

 

Popular Posts

Capturing EAPOL and RADIUS Using Wireshark

Configuring Cisco Smart License Software

Cisco :: FXOS Authentication Using TACACS

Configuring Remote Access VPN on Firepower

Kali Linux :: CAM Table Overflow Attack Demonstration