New-AzPeeringExchangeConnectionObject
Maak een in-memory object voor ExchangeConnection.
Syntaxis
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>]
Description
Maak een in-memory object voor ExchangeConnection.
Voorbeelden
Voorbeeld 1: Een exchange-verbindingsobject maken
$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
Een Exchange-verbindingsobject maken in het geheugen
Parameters
-BgpSessionMaxPrefixesAdvertisedV4
Het maximum aantal voorvoegsels dat wordt geadverteerd via de IPv4-sessie.
Type: | Int32 |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-BgpSessionMaxPrefixesAdvertisedV6
Het maximum aantal voorvoegsels dat wordt geadverteerd via de IPv6-sessie.
Type: | Int32 |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-BgpSessionMd5AuthenticationKey
De MD5-verificatiesleutel van de sessie.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-BgpSessionMicrosoftSessionIPv4Address
Het IPv4-sessieadres aan het einde van Microsoft.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-BgpSessionMicrosoftSessionIPv6Address
Het IPv6-sessieadres aan het einde van Microsoft.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-BgpSessionPeerSessionIPv4Address
Het IPv4-sessieadres aan het einde van de peer.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-BgpSessionPeerSessionIPv6Address
Het IPv6-sessieadres aan het einde van de peer.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-BgpSessionPrefixV4
Het IPv4-voorvoegsel dat de IPv4-adressen van beide uiteinden bevat.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-BgpSessionPrefixV6
Het IPv6-voorvoegsel dat de IPv6-adressen van beide uiteinden bevat.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-ConnectionIdentifier
De unieke id (GUID) voor de verbinding.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-PeeringDbFacilityId
De PeeringDB.com-id van de faciliteit waarop de verbinding moet worden ingesteld.
Type: | Int32 |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
Uitvoerwaarden
Azure PowerShell