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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠