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.

gefragt vor 2 Jahren469 Aufrufe
1 Antwort
0
Akzeptierte Antwort

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
EXPERTE
beantwortet vor 2 Jahren
profile pictureAWS
EXPERTE
überprüft vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen