# List of Supported Network Interface Cards

At least one network interface card (NIC) present on the system must be supported by the ProSBC.\
You can use this command on a linux server to find the list of Ethernet adapters available:

```
 lspci | grep Ethernet
```

Tested interfaces from Intel in TelcoBridges labs:

* I210, 1 Gbps (E1000 drivers)
* I211, 1 Gbps (E1000 drivers)
* I350, 1 Gbps (E1000 drivers)
* X540, 10 Gbps (ixgbe drivers)
* X710, 10 Gbps (i40e drivers)

\
Example of unsupported interfaces:

* Broadcom Limited NetXtreme II BCM5709 Gigabit Ethernet


---

# Agent Instructions: 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:

```
GET https://prosbcdocs.telcobridges.com/initial-installation/1.-instructions-by-platform/baremetal-installation/list-of-supported-network-interface-cards.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
