> For the complete documentation index, see [llms.txt](https://docs.cubepilot.org/user-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cubepilot.org/user-guides/switch/cubelan-8-port-switch.md).

# CubeLAN 8 Port Switch

The CubeLAN 8-port switch is a miniature Ethernet switch that can connect up to eight Ethernet devices. It is compatible with the Cube Red and CubeNode. See below for its specifications.

<figure><img src="/files/giQKbrQxmIMaYVjYnE3B" alt="" width="563"><figcaption></figcaption></figure>

## Recommended Operating Conditions

| Parameter                     | Min | Max | Unit |
| ----------------------------- | --- | --- | ---- |
| Vin                           | 4   | 5.5 | V    |
| Operating Ambient Temperature | 0   | 70  | ℃    |

## Electrical Specifications

| Dimensions                | 41.15 x 52.58 mm                          |
| ------------------------- | ----------------------------------------- |
| Speed                     | 10/100M                                   |
| Connector Type (Power)    | JST SM02B-GHS                             |
| Connector Type (Ethernet) | JST SM05B-GHS / TE Connectivity 2294415-1 |
| Auto MDI-MDIX Function    | Supported                                 |

## Mechanical Specifications

<figure><img src="/files/2DDND5I4Z2gUfwASxT8z" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/tz3FqPjjcLWoe7Ba0Vhu" alt="" width="563"><figcaption></figcaption></figure>

## Pinout Definition

<figure><img src="/files/IyIL54LERCBKuDVrIBZy" alt="" width="563"><figcaption></figcaption></figure>

| Pin Number | Definition   |
| ---------- | ------------ |
| 1          | Ethernet RX+ |
| 2          | Ethernet RX- |
| 3          | Ground       |
| 4          | Ethernet TX+ |
| 5          | Ethernet TX- |

<figure><img src="/files/zEoWKSGKSheZtRvnhJXm" alt="" width="563"><figcaption></figcaption></figure>

| Pin Number | Definition         |
| ---------- | ------------------ |
| 1          | Ethernet RX+       |
| 2          | Ethernet RX-       |
| 3          | Ethernet TX+       |
| 4          | No connection (NC) |
| 5          | No connection (NC) |
| 6          | Ethernet TX-       |
| 7          | No connection (NC) |
| 8          | No connection (NC) |

<figure><img src="/files/D4Avp0HwSsTXe9CkkMVr" alt="" width="563"><figcaption></figcaption></figure>

| Pin Number | Definition    |
| ---------- | ------------- |
| 1          | Ground        |
| 2          | +5V VCC input |


---

# 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.cubepilot.org/user-guides/switch/cubelan-8-port-switch.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.
