> For the complete documentation index, see [llms.txt](https://docs.radiusaas.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.radiusaas.com/de/admin-portal/zugriff-and-regeln/rules/gruppen.md).

# Gruppen

Die Registerkarte Gruppen zentralisiert wiederverwendbare benannte Wertemengen, sodass eine Regel auf die Gruppe verweist, statt die Rohwerte direkt aufzulisten. RADIUSaaS bietet sechs Arten:

* SSID-Gruppen
* Access-Point-MAC-Gruppen
* Switch-Gruppen
* NAS-Identifier-Gruppen
* NAS-IP-Adress-Gruppen
* Client-IP-Gruppen

Mitglieder können später zu einer Gruppe hinzugefügt oder daraus entfernt werden, ohne eine Regel anzufassen, die auf sie verweist.

<figure><img src="https://3933237825-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSWU1DQ4UGkqER7uGNUOm%2Fuploads%2FFTjFGMxP8n4cdzkCtj7K%2Fimage.png?alt=media&amp;token=1ad21d6b-41b8-4aea-a475-0b8306f68733" alt=""><figcaption></figcaption></figure>

### Eine Gruppe erstellen

Beim Erstellen einer Gruppe werden ein Name und eine optionale Beschreibung sowie die Mitglieder selbst abgefragt, die einzeln hinzugefügt oder gesammelt eingefügt werden können.

<figure><img src="https://3933237825-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSWU1DQ4UGkqER7uGNUOm%2Fuploads%2FSxqG4YVvKYuMA6ZHiJda%2Fimage.png?alt=media&amp;token=d0b3488a-e5ef-46ec-8566-937346dd4b55" alt=""><figcaption></figcaption></figure>

### Liste einfügen

Um Gruppenmitglieder gesammelt einzugeben, verwenden Sie die Option „Liste einfügen...“, um dann die gewünschten Einträge einzufügen. Die Einträge können entweder jeweils pro Zeile oder kommagetrennt sein.

<figure><img src="https://3933237825-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSWU1DQ4UGkqER7uGNUOm%2Fuploads%2F6CwVbsTjOTo6BdNhQqnT%2Fimage.png?alt=media&amp;token=5644b0d6-d71a-4ef6-889f-3554f5b87117" alt=""><figcaption></figcaption></figure>

Durch Klicken auf „Zur Liste hinzufügen“ werden die Einträge dann dedupliziert und der Mitgliederliste hinzugefügt.

### Präfixe

Einige der Gruppen unterstützen Präfixe, um mehrere Werte per Platzhalter abzugleichen. Dazu gehören SSIDs, NAS-Identifier und alle MAC-basierten Gruppen.

Solche Mitglieder mit Präfix werden mit dem Tag „PREFIX“ angezeigt:

<figure><img src="https://3933237825-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSWU1DQ4UGkqER7uGNUOm%2Fuploads%2Fqms9h3zrz0kZorUOZWLI%2Fimage.png?alt=media&amp;token=ae2e2706-6131-4431-9715-c1a27ecceb25" alt=""><figcaption></figcaption></figure>

### MAC-Adressen

Für MAC-adressbasierte Gruppen werden verschiedene Formate unterstützt und beim Speichern normalisiert.

Jedes Trennzeichen oder auch keines funktioniert ebenso wie das Voranstellen von Präfixen an die Adressen.

<figure><img src="https://3933237825-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSWU1DQ4UGkqER7uGNUOm%2Fuploads%2FnGgli87BmnP9H8tjJek3%2Fimage.png?alt=media&amp;token=13b8917b-7c69-4d49-923c-a64b1d773b71" alt=""><figcaption></figcaption></figure>

### IP-Adressen

Für IP-adressbasierte Gruppen: eine einzelne Adresse (10.20.0.11) oder ein CIDR-Bereich (10.30.0.0/16). IPv4 und IPv6 funktionieren beide.

<figure><img src="https://3933237825-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSWU1DQ4UGkqER7uGNUOm%2Fuploads%2FmREcfbj1LJ9NzHfONm62%2Fimage.png?alt=media&amp;token=f252efa6-ee69-4677-890a-ed06de2940b1" alt=""><figcaption></figcaption></figure>


---

# 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.radiusaas.com/de/admin-portal/zugriff-and-regeln/rules/gruppen.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.
