BorderGatewayProtocolPeeringNewParameters Class

Definition

The New Border Gateway Protocol Peering parameters.

public class BorderGatewayProtocolPeeringNewParameters
type BorderGatewayProtocolPeeringNewParameters = class
Public Class BorderGatewayProtocolPeeringNewParameters
Inheritance
BorderGatewayProtocolPeeringNewParameters

Constructors

BorderGatewayProtocolPeeringNewParameters()

Initializes a new instance of the BorderGatewayProtocolPeeringNewParameters class.

BorderGatewayProtocolPeeringNewParameters(UInt32, UInt32)

Initializes a new instance of the BorderGatewayProtocolPeeringNewParameters class with required arguments.

Properties

AdvertisedPublicPrefixes

Optional. Specifies the public prefixes that will be advertised by the customer over this BGP Peering

AdvertisedPublicPrefixesIpv6

Optional. Specifies the Ipv6 public prefixes that will be advertised by the customer over this BGP Peering

CustomerAutonomousSystemNumber

Optional. Specifies the numeric identifier of the public autonomous system (AS) in which the device of the customer is configured.

CustomerAutonomousSystemNumberIpv6

Optional. Specifies the numeric identifier of the public autonomous system (AS) in which the device of the customer is configured for Ipv6.

LegacyMode

Optional. Specifies the legacy mode. Specific to Microsoft type of peering.

PeerAutonomousSystemNumber

Required. Specifies the numeric identifier of the public autonomous system (AS) in which the device of the service provider is configured.

PrimaryPeerSubnet

Optional. Specifies the subnet addresses of the interface to be used for establishing the BGP session on the primary port.

PrimaryPeerSubnetIpv6

Optional. Specifies the subnet addresses of the interface to be used for establishing the Ipv6 BGP session on the primary port.

RoutingRegistryName

Optional. Specifies the Routing Registry to look up to validate the prefixes specified in AdvertisedPublicPrefixes

RoutingRegistryNameIpv6

Optional. Specifies the Routing Registry to look up to validate the prefixes specified in AdvertisedPublicPrefixesIpv6

SecondaryPeerSubnet

Optional. Specifies the subnet addresses of the interface to be used for establishing the BGP session on the secondary port.

SecondaryPeerSubnetIpv6

Optional. Specifies the subnet addresses of the interface to be used for establishing the Ipv6 BGP session on the secondary port.

SharedKey

Optional. Specifies the shared MD5 key that is to be used for authorization.

VirtualLanId

Required. Specifies the identifier that is used to identify the customer.

Applies to