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.

asked a year ago455 views
1 Answer
0
Accepted Answer

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
EXPERT
answered a year ago
profile pictureAWS
EXPERT
reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions