你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IPExtendedCommunityRule 类

定义

IP 扩展社区规则列表。

public class IPExtendedCommunityRule
type IPExtendedCommunityRule = class
Public Class IPExtendedCommunityRule
继承
IPExtendedCommunityRule

构造函数

IPExtendedCommunityRule(CommunityActionType, Int64, IEnumerable<String>)

初始化 IPExtendedCommunityRule 的新实例。

属性

Action

要对配置执行的操作。 示例:Permit |否认。

RouteTargets

路由目标列表。预期格式为 ASN (纯) :NN >> 示例 4294967294:50,ASN。ASN:NN >> 示例 65533.65333:40,IP-address:NN >> 示例 10.10.10.10:65535。 ASN,NN 的可能值范围为 0-65535,ASN (普通) 的范围为 0-4294967295。

SequenceNumber

插入到现有路由或从现有路由中删除的顺序。 前缀列表从最低序列号开始计算,然后继续向下排列,直到匹配。 进行匹配后,permit 或 deny 语句将应用于该网络,并忽略列表的其余部分。

适用于