Skip to content

BgpGroupProps

Properties for defining a BgpGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-bgpgroup

Initializer

import { BgpGroupProps } from '@alicloud/ros-cdk-vpc'
const bgpGroupProps: BgpGroupProps = { ... }

Properties

Name Type Description
peerAsn number | @alicloud/ros-cdk-core.IResolvable Property peerAsn: The AS number of the BGP peer.
routerId string | @alicloud/ros-cdk-core.IResolvable Property routerId: The ID of the VBR.
authKey string | @alicloud/ros-cdk-core.IResolvable Property authKey: The authentication key of the BGP group.
description string | @alicloud/ros-cdk-core.IResolvable Property description: The description of the BGP group.
ipVersion string | @alicloud/ros-cdk-core.IResolvable Property ipVersion: The IP version of the BGP group.
isFakeAsn boolean | @alicloud/ros-cdk-core.IResolvable Property isFakeAsn: A router that runs BGP typically belongs to only one AS.
localAsn number | @alicloud/ros-cdk-core.IResolvable Property localAsn: The AS number on the Alibaba Cloud side.
name string | @alicloud/ros-cdk-core.IResolvable Property name: The name of the BGP group.
routeQuota number | @alicloud/ros-cdk-core.IResolvable Property routeQuota: The upper limit of the BGP neighbor's route entries.

peerAsnRequired

public readonly peerAsn: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property peerAsn: The AS number of the BGP peer.


routerIdRequired

public readonly routerId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property routerId: The ID of the VBR.


authKeyOptional

public readonly authKey: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property authKey: The authentication key of the BGP group.


descriptionOptional

public readonly description: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property description: The description of the BGP group.

The description must be 2 to 256 characters in length. It must start with a letter but cannot start with http:\/\/ or https:\/\/.


ipVersionOptional

public readonly ipVersion: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property ipVersion: The IP version of the BGP group.

Valid values: IPv4 and IPv6.


isFakeAsnOptional

public readonly isFakeAsn: boolean | IResolvable;
  • Type: boolean | @alicloud/ros-cdk-core.IResolvable

Property isFakeAsn: A router that runs BGP typically belongs to only one AS.

In some cases, for example, the AS needs to be migrated or is merged with another AS, a new AS number replaces the original one.


localAsnOptional

public readonly localAsn: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property localAsn: The AS number on the Alibaba Cloud side.


nameOptional

public readonly name: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property name: The name of the BGP group.

The name must be 2 to 128 characters in length and can contain digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter but cannot start with http:\/\/ or https:\/\/.


routeQuotaOptional

public readonly routeQuota: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property routeQuota: The upper limit of the BGP neighbor's route entries.

Unit: entries, default value: 110.