Compartilhar via


New-SCNCBGPPeer

Creates VMM BGP Peer object that can be used for BGP configuration.

Syntax

Default (Default)

New-SCNCBGPPeer
    [-VMMServer <ServerConnection>]
    -RouterName <String>
    -RouterIPAddress <String>
    -RouterAsn <UInt32>
    [<CommonParameters>]

Description

The New-SCNCBGPPeer cmdlet creates a VMM Border Gateway Protocol (BGP) Peer object that can be used for BGP configuration with System Center 2019 Virtual Machine Manager. You must configure either a BGP Peer or a BGP Router role to provide connectivity between your data center and external internet end points. You can create and configure more than one BGP Peer by using one System Center 2019 Virtual Machine Manager installation.

Examples

Example 1: Create a NC BGP Peer

PS C:\> New-SCNCBGPPeer -RouterName "BGPPeer01" -RouterIPAddress "10.10.50.45" -RouterAsn 65

This command creates a BGP Peer with router name BGPPeer01. This object can used as a peer for BGP Router using the New-SCNCBGPRouter cmdlet.

Parameters

-RouterAsn

The New-SCNCBGPPeer cmdlet creates a VMM Border Gateway Protocol (BGP) Peer object that can be used for BGP configuration with System Center 2019 Virtual Machine Manager. You must configure either a BGP Peer or a BGP Router role to provide connectivity between your data center and external internet end points. You can create and configure more than one BGP Peer by using one System Center 2019 Virtual Machine Manager installation.

Parameter properties

Type:UInt32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-RouterIPAddress

The New-SCNCBGPPeer cmdlet creates a VMM Border Gateway Protocol (BGP) Peer object that can be used for BGP configuration with System Center 2019 Virtual Machine Manager. You must configure either a BGP Peer or a BGP Router role to provide connectivity between your data center and external internet end points. You can create and configure more than one BGP Peer by using one System Center 2019 Virtual Machine Manager installation.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-RouterName

The New-SCNCBGPPeer cmdlet creates a VMM Border Gateway Protocol (BGP) Peer object that can be used for BGP configuration with System Center 2019 Virtual Machine Manager. You must configure either a BGP Peer or a BGP Router role to provide connectivity between your data center and external internet end points. You can create and configure more than one BGP Peer by using one System Center 2019 Virtual Machine Manager installation.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-VMMServer

The New-SCNCBGPPeer cmdlet creates a VMM Border Gateway Protocol (BGP) Peer object that can be used for BGP configuration with System Center 2019 Virtual Machine Manager. You must configure either a BGP Peer or a BGP Router role to provide connectivity between your data center and external internet end points. You can create and configure more than one BGP Peer by using one System Center 2019 Virtual Machine Manager installation.

Parameter properties

Type:ServerConnection
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.