> 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/ja/ptaru/akusesutorru/rules/gurpu.md).

# グループ

［Groups］タブでは再利用可能な名前付きの値のセットを一元管理するため、ルールは生の値を直接列挙する代わりにグループを参照します。RADIUSaaS では次の6種類を提供しています:

* SSIDグループ
* アクセスポイントMACグループ
* スイッチグループ
* NAS識別子グループ
* NAS IPアドレスグループ
* クライアントIPグループ

メンバーは後からグループに追加したり削除したりできます。グループを参照しているルールを変更する必要はありません。

<figure><img src="https://992520889-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>

### グループの作成

グループの作成では、名前と任意の説明、さらにメンバー自体を指定します。メンバーは1件ずつ追加することも、一括で貼り付けることもできます。

<figure><img src="https://992520889-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>

### リストを貼り付け

グループメンバーを一括で入力するには、「Paste a list...」オプションを使って、追加したい項目を貼り付けます。項目は1行に1件でも、カンマ区切りでも構いません。

<figure><img src="https://992520889-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>

［Add to list］をクリックすると、項目の重複が除去され、メンバー一覧に追加されます。

### プレフィックス

一部のグループでは、複数の値にワイルドカードで一致させるためのプレフィックス指定をサポートしています。該当するのは、SSID、NAS識別子、およびすべてのMACベースのグループです。

このようなプレフィックス付きメンバーは、「PREFIX」タグ付きで表示されます:

<figure><img src="https://992520889-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アドレス

MACアドレスベースのグループでは、さまざまな形式がサポートされ、保存時に正規化されます。

区切り文字は何でも、あるいは何もなくても使用でき、アドレスのプレフィックス指定も可能です。

<figure><img src="https://992520889-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アドレス

IPアドレスベースのグループでは、単一アドレス (10.20.0.11) または CIDR 範囲 (10.30.0.0/16) を指定できます。IPv4 と IPv6 の両方に対応しています。

<figure><img src="https://992520889-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/ja/ptaru/akusesutorru/rules/gurpu.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.
