# Data Collection for Epiphany

{% hint style="warning" %}
This guide is under construction. Please excuse our dust.
{% endhint %}

## **Manual Collection Commands**

#### **Step 1:**

Authenticate to the device, and then enter the following commands:

* display current-config
* display ip routing-table
* display arp
* display interface brief
* display vlan all
* display version
* display device manuinfo
* exit

## **Submission**

#### **Step 2:**

* Once all data is collected from the HPE Comware dashboard, create a .zip file named **Collector\_Upload.zip.**

#### Step 3:

Submit the data via secure copy protocol (SCP):

* Use a web browser to navigate to the Epiphany dashboard.
* Download the PEM file to the local device.
* Once the PEM file is downloaded, it can be used to perform SCP of the compressed map folder to the Epiphany Collector.
* You will need to send the file to the ‘upload’ user using the instructions in step 4.

#### Step 4:

{% tabs %}
{% tab title="Linux" %}

* Open a terminal and use the following command:

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

{% 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.
{% endhint %}
{% endtab %}

{% tab title="Windows 10" %}

* Enable OpenSSH Client on Windows 10 by going to **Settings** > **Apps and features** > **Optional Features.**
* Select **Add a feature**.
* Search for **OpenSSH Client.** If it's not already installed, install **OpenSSH Client**.
* Open a command prompt and use the following command:

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

{% hint style="info" %}
The PEM file and map file can be anywhere on the file system, so provide that file’s path for the SCP command.
{% endhint %}
{% endtab %}
{% endtabs %}
