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

New-AzPeeringExchangeConnectionObject

为 ExchangeConnection 创建内存中对象。

语法

New-AzPeeringExchangeConnectionObject
   [-BgpSessionMaxPrefixesAdvertisedV4 <Int32>]
   [-BgpSessionMaxPrefixesAdvertisedV6 <Int32>]
   [-BgpSessionMd5AuthenticationKey <String>]
   [-BgpSessionMicrosoftSessionIPv4Address <String>]
   [-BgpSessionMicrosoftSessionIPv6Address <String>]
   [-BgpSessionPeerSessionIPv4Address <String>]
   [-BgpSessionPeerSessionIPv6Address <String>]
   [-BgpSessionPrefixV4 <String>]
   [-BgpSessionPrefixV6 <String>]
   [-ConnectionIdentifier <String>]
   [-PeeringDbFacilityId <Int32>]
   [<CommonParameters>]

说明

为 ExchangeConnection 创建内存中对象。

示例

示例 1:创建交换连接对象

$md5Key = "******"

New-AzPeeringExchangeConnectionObject -BgpSessionMaxPrefixesAdvertisedV4 20000 -BgpSessionMaxPrefixesAdvertisedV6 0 -BgpSessionMd5AuthenticationKey $md5Key -BgpSessionMicrosoftSessionIPv4Address 1.1.1.1 -BgpSessionPeerSessionIPv4Address 1.1.1.0 -BgpSessionPrefixV4 1.1.1.1/31 -PeeringDbFacilityId 82 -ConnectionIdentifier c111111111111

ConnectionIdentifier ConnectionState ErrorMessage PeeringDbFacilityId
-------------------- --------------- ------------ -------------------
c111111111111                                     82

在内存中创建交换连接对象

参数

-BgpSessionMaxPrefixesAdvertisedV4

通过 IPv4 会话播发的最大前缀数。

类型:Int32
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-BgpSessionMaxPrefixesAdvertisedV6

通过 IPv6 会话播发的最大前缀数。

类型:Int32
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-BgpSessionMd5AuthenticationKey

会话的 MD5 身份验证密钥。

类型:String
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-BgpSessionMicrosoftSessionIPv4Address

Microsoft端的 IPv4 会话地址。

类型:String
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-BgpSessionMicrosoftSessionIPv6Address

Microsoft端的 IPv6 会话地址。

类型:String
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-BgpSessionPeerSessionIPv4Address

对等端的 IPv4 会话地址。

类型:String
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-BgpSessionPeerSessionIPv6Address

对等端的 IPv6 会话地址。

类型:String
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-BgpSessionPrefixV4

包含两端 IPv4 地址的 IPv4 前缀。

类型:String
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-BgpSessionPrefixV6

包含两端 IPv6 地址的 IPv6 前缀。

类型:String
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-ConnectionIdentifier

连接的唯一标识符(GUID)。

类型:String
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-PeeringDbFacilityId

必须设置连接的设施的 PeeringDB.com ID。

类型:Int32
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

输出

ExchangeConnection