# Cisco IOS Manual Collection

If the collectors can't reach your assets via SSH, data can be manually collected for the network modeling process. A command line interface (CLI) connection to the devices will be needed, as well as a terminal emulator such as Putty or SecureCRT capable of logging data presented via **show** commands.

#### Step 1:&#x20;

* Log into the Cisco IOS CLI using your assigned credentials. You will need access to run **show** and  **show running-config** commands.
* Run and log the output from the following commands:

```
Show running-config view full
Show vlan
Show vlans
Show ip route vrf *
Show version
Show arp
Show cdp neighbors detail
Show lldp neighbors detail
```

* Once all data is collected from the Cisco IOS appliances, create a .zip file named **Collector\_Upload\_CiscoIOS.zip** containing the data from Cisco IOS appliances. &#x20;

#### Step 2:&#x20;

* Log into Epiphany.
* In the left menu, expand **Source Management** and select **Configuration**. &#x20;
* Expand **Site Collectors**, and in the tile for the site collector, select **Actions**.

{% hint style="info" %}
If there is no site collector set up for Cisco IOS in Epiphany, set one up as described in [*Create a Site Collector in Epiphany*](https://docs.reveald.com/technical-documentation/site-collectors/site-collector-guide/create-a-site-collector-in-epiphany).&#x20;
{% endhint %}

![](https://4132260347-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ftkp3obVDMu3n9ZTUpfEP%2Fuploads%2FPV2JVjTMhW6WIGTQ3d3Q%2F3?alt=media)

* From the **Actions** menu, select **Download Image**.

![](https://4132260347-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ftkp3obVDMu3n9ZTUpfEP%2Fuploads%2FTduSZ1VbSvy7wbYlkVqw%2F4?alt=media)

#### Step 3:&#x20;

* Once the PEM file is downloaded, it can be used to perform SCP of the compressed configuration folder to the Epiphany Collector.

{% hint style="info" %}
The PEM file and map file can be anywhere on the file system, so provide that file’s pathway for the SCP command.&#x20;
{% endhint %}

{% tabs %}
{% tab title="Linux" %}
Open a terminal and run the following command:

```
scp -i ~/.ssh/key.pem <Collector_Upload> upload@<Collector_IP>:~/upload 
```

{% endtab %}

{% tab title="Windows 10" %}

* Go to **Settings** > **Apps** > **Apps and features** > **Optional Features**  to enable OpenSSH Client on Windows 10.

![](https://4132260347-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ftkp3obVDMu3n9ZTUpfEP%2Fuploads%2F58X0PokAJ2PeBzFXg89U%2F5?alt=media) ![](https://4132260347-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ftkp3obVDMu3n9ZTUpfEP%2Fuploads%2FvF6aigBe9yRaMXmhSMDu%2F6?alt=media)

* Select **Add a feature**.&#x20;
* Search for and select **OpenSSH Client.**

![](https://4132260347-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ftkp3obVDMu3n9ZTUpfEP%2Fuploads%2F8RqNjJPDGOuqa1tCnLIn%2F7?alt=media)

* If already installed, continue to the next step. If not, install OpenSSH Client.&#x20;
* Open a command prompt and enter the following command:

```
scp-i ~/.ssh/key.pem < Collector_Upload>  upload@<Collector_IP>:~/upload 
```

{% endtab %}
{% endtabs %}
