> ## Documentation Index
> Fetch the complete documentation index at: https://dragonwingdocs.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 以太网入门

在开始之前：

> * 请参阅 [Qualcomm Linux 烧录指南](https://dragonwingdocs.qualcomm.com/Key-Documents/Flash-Guide)，了解通用基础设施设置和构建工作流。
> * 在设备上烧录相应的[配置数据表](https://dragonwingdocs.qualcomm.com/Key-Documents/Software-Release-Notes/release-specific-information)（CDT），以确保[以太网启动](https://dragonwingdocs.qualcomm.com/Technologies/Ethernet/bring-up-ethernet)使用正确的配置。

下图展示了在设备上开始使用以太网功能的工作流。

<Frame caption="Qualcomm Linux 以太网工作流">
  <img src="https://mintcdn.com/qualcomm-prod/h7j64QujhJHkLxyj/Technologies/Ethernet/media/qli-ethernet/eth-dev-workflow.svg?fit=max&auto=format&n=h7j64QujhJHkLxyj&q=85&s=53f873c9c87ae7cccb6b08fd25451fdc" alt="Qualcomm Linux 以太网工作流" width="1068" height="136" data-path="Technologies/Ethernet/media/qli-ethernet/eth-dev-workflow.svg" />
</Frame>

## **建立 SSH 连接**

要启用 SSH 并连接到设备，请执行以下操作：

1. 执行[使用 SSH 登录](https://dragonwingdocs.qualcomm.com/Key-Documents/Flash-Guide/how-to-sign-in-with-ssh)中所述的步骤以启用 SSH。
2. 连接到设备。
   ```text theme={null}
   ssh root@<device_IP_address>
   ```
   例如：
   ```text theme={null}
   ssh root@10.92.160.222
   ```
3. 输入以下密码以连接到 SSH shell。
   ```text theme={null}
   oelinux123
   ```

## **后续步骤**

> * [了解以太网架构](https://dragonwingdocs.qualcomm.com/Technologies/Ethernet/ethernet-architecture)
> * [启动以太网](https://dragonwingdocs.qualcomm.com/Technologies/Ethernet/bring-up-ethernet)
> * [执行以太网操作](https://dragonwingdocs.qualcomm.com/Technologies/Ethernet/perform-ethernet-operations)
> * [配置以太网特性](https://dragonwingdocs.qualcomm.com/Technologies/Ethernet/configure-ethernet-features)
> * [排查以太网问题](https://dragonwingdocs.qualcomm.com/Technologies/Ethernet/troubleshoot-ethernet-issues)

<Tooltip tip="上一篇：以太网概述" />\\
