> For the complete documentation index, see [llms.txt](https://docs.reveald.com/technical-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reveald.com/technical-documentation/data-sources/cisco-ios/cisco-ios-manual-collection.md).

# 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*](/technical-documentation/site-collectors/site-collector-guide/create-a-site-collector-in-epiphany.md).&#x20;
{% endhint %}

![](/files/yrJrR4N3xOBdahQdDNSn)

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

![](/files/dwtP5IdydfPwcjYubYAC)

#### 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.

![](/files/tw1rER2laCLVDmrqvIGx) ![](/files/WYLmXjD0zaeauTqwtHQI)

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

![](/files/kNG4gtWofXNK3EH3yFAp)

* 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 %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.reveald.com/technical-documentation/data-sources/cisco-ios/cisco-ios-manual-collection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
