Create a New Cisco IOS User
Last updated
Last updated
Log into the Cisco IOS command line interface (CLI) using your assigned credentials.
Enter the following CLI commands to create a user with the required privileges. In the code example below, items in line 2 have explanations in the tip shown below the code example.
Here is an example of what the commands should look like:
Users can also be created in an AAA Server. These privileges are made to provide Epiphany the minimum rights needed to perform its tasks..
Here is an example of what the commands should look like:
This process must be repeated for all Cisco IOS devices that Epiphany will interact with.
The username, password, and IP address need to be stored in a JSON file in the format shown below:
Be sure the data is stored in a secure location prior to uploading it to Epiphany.
Enter the following CLI commands to enable SSHv2 on the Cisco IOS appliance. In the code example below, items in lines 2 and 3 have explanations in the tip shown below the code example.