# Sous-réseaux

Les sous-réseaux permettent de regrouper vos périphériques dans la section [Périphériques](/control/appareils/dashboard-dun-appareil/general/peripheriques.md) du dashboard.

Par exemple, pour regrouper les périphériques des adresses `192.168.1.0` jusqu’à `192.168.1.255`, vous pouvez définir le masque suivant : `192.168.1.0/24`.

Voici quelques exemples de masques avec les plages IP associées.

| Masque           | Plage IP                      |
| ---------------- | ----------------------------- |
| `192.44.78.0/26` | `192.44.78.0 - 192.44.78.63`  |
| `10.0.25.0/24`   | `10.0.25.0 - 10.0.25.255`     |
| `172.16.0.0/12`  | `172.16.0.0 – 172.31.255.255` |

{% hint style="info" %}
Les sous-réseaux impactent seulement la visualisation dans Control, et n'ont aucun effet sur la configuration réseau de l'appareil.
{% endhint %}

{% embed url="<https://fr.wikipedia.org/wiki/Sous-r%C3%A9seau>" %}
Sous-réseau sur Wikipédia
{% endembed %}


---

# 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://docs.serenicity.fr/control/appareils/dashboard-dun-appareil/parametres/sous-reseaux.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.
