Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
创建 DX 网关时,我们指定 BGP ASN。指定 VIF 时需要另一个 BGP ASN。有人可以解释为什么需要 2 个 BGP ASN,它解决了什么目的?
谢谢。
如您所知,BGP 会话是在 2 个对等方之间建立的,因此两个对等方都需要 BGP ASN。
在创建 Direct Connect 网关 (DXGW) 时,您提到了 Amazon 端 BGP ASN,但是在创建 VIF 时,您提到了本地(客户 N/W)BGP ASN。
在创建 DXGW 时,它会询问 Amazon 端 ASN(新 Direct Connect 网关的自治系统编号。)
在创建 VIF 时,它会询问 BGP ASN(用于新虚拟接口的本地路由器的边界网关协议自治系统编号。)
希望这可以清除您的查询。