Modificar ASN_Direct_Connet_Gateway

0

Dear All: Is it possible to modify (edit) the ASN of a Transit Gateway,Direct Connect Gateway?

I am waiting for your answer.

Thank you so much.

質問済み 2年前469ビュー
1回答
0
承認された回答

Yes, it is possible with CLI, recently this new feature was added for TGW (currently not possible via AWS Console, CLI only)

Info on the API;

Also note: "The modify ASN operation is not allowed on a transit gateway with active BGP sessions. You must first delete all transit gateway attachments that have BGP configured prior to modifying the ASN on the transit gateway."

Example command:

aws ec2 modify-transit-gateway --transit-gateway-id tgw-1234567 --options AmazonSideAsn=65002

As for the DirectConnectGateway - you can not modify the BGP ASN once it is setup; you will need to delete and recreate a new DXGW with the desired BGP ASN. More information on the BGP ASN in the DX FAQ

profile pictureAWS
エキスパート
回答済み 2年前
profile pictureAWS
エキスパート
レビュー済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ