AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The BGP configuration options requested for a route server peer.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.RouteServerBgpOptionsRequest

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class RouteServerBgpOptionsRequest

The RouteServerBgpOptionsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property PeerAsn System.Nullable<System.Int64>

Gets and sets the property PeerAsn.

The Border Gateway Protocol (BGP) Autonomous System Number (ASN) for the appliance. Valid values are from 1 to 4294967295. We recommend using a private ASN in the 64512–65534 (16-bit ASN) or 4200000000–4294967294 (32-bit ASN) range.

Public Property PeerLivenessDetection Amazon.EC2.RouteServerPeerLivenessMode

Gets and sets the property PeerLivenessDetection.

The requested liveness detection protocol for the BGP peer.

  • bgp-keepalive: The standard BGP keep alive mechanism (RFC4271) that is stable but may take longer to fail-over in cases of network impact or router failure.

  • bfd: An additional Bidirectional Forwarding Detection (BFD) protocol (RFC5880) that enables fast failover by using more sensitive liveness detection.

Defaults to bgp-keepalive.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer