This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
配置数据集
要配置数据集,必须将服务器的字符串指定为模式,分配类型(数字、IPv4 地址或 IPv6 地址)并配置数据集范围。您可以手动为模式指定唯一索引值,也可以允许自动指定索引值。数据集与 HTTP 或任何 7 层协议无关。它只适用于文本或字符串。有不同类型的数据集,如数据集,乌龙,IPv4,IPv6,MAC,双倍。您可以选择类型并根据指定的类型定义数据集范围。
注意 : 策略数据集区分大小写(除非指定表达式以忽略大小写)。因此,例如,MAC 地址 FF: FF: FF: FF: FF: FF: FF: FF: FF: FF: FF: FF: FF: FF. FF. FF. FF..
应用于数据集的索引值的规则与模式集类似。有关索引值的信息,请参阅 配置模式集。
配置数据集
要配置数据集,必须完成以下步骤:
- 添加策略数据集
- 将模式绑定到策略数据集
- 添加策略表达式
- 验证策略配置
添加策略数据集
在命令提示窗口中执行以下操作:
add policy dataset <name> <type>
示例:
add policy dataset ds1 ipv4 -comment numbers
将模式绑定到数据集
在命令提示符下,键入:
bind policy dataset <name> <value> [-index <positive_integer>] [-endRange <string>] [-comment <string>]
示例:
bind policy dataset ds1 1.1.1.1 -endRange 1.1.1.10 -comment short description about the pattern bound to the data set
注意 : 必须对要绑定到数据集的所有模式重复此步骤。您只能将最多 5000 个模式绑定到数据集。
而且,数据集范围不得与绑定到数据集的其他范围重叠,也不能包含绑定到数据集的单个值。如果绑定具有重叠范围的数据集,则会导致错误。
示例:
add policy dataset ip_set ipv4
Done
bind policy dataset ip_set 2.2.2.25
Done
bind policy dataset ip_set 2.2.2.20 -endRange 2.2.2.30
ERROR: The range overlaps an existing range or includes a value bound to the dataset.
<!--NeedCopy-->
如果某个值等于绑定到数据集的单个值,或者介于绑定到数据集的范围(较低值 <= 值 && 值 <-大值)之间,则该值被视为数据集中。
在策略数据集中使用策略表达式
在命令提示符下,键入:
add policy expression exp1 http.req.body(100).contains_any("ds1")
其中, 表达式检查 HTTP 请求正文的前 100 个字节中是否存在绑定到数据集 ds1 的任何模式(或范围内的模式)。
验证数据集配置
在命令提示符下,键入:
show policy dataset ds1
> show policy dataset ds1
示例:
Dataset: ds1
Type: IPV4
1) Bound Dataset Range from: 1.1.1.1 through: 1.1.1.10 Index: 1
<!--NeedCopy-->
使用配置实用程序配置数据集
按照以下给出的步骤配置策略数据集:
共享
共享
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.