Azure indirect Peering

浪尽此生 提交于 2019-12-02 03:05:48

问题


Let's say I have peering set up as follows: A<->B<->C and want to route traffic between vnet A and C

Is this currently possible? Perhaps a vnet gateway in B & the usage of UDR's?

Thanks


回答1:


For now, it is not possible.

VNet peering is between two virtual networks, and there is no derived transitive relationship. If virtual network A is peered with virtual network B, and if virtual network B is peered with virtual network C, it does not translate to virtual network A being peered with virtual network C. UDR could not achieve your scenario.

Why not set up as follows: A <->B B<->C A<->C?

More information about Peering please refer to this article.



来源:https://stackoverflow.com/questions/41265926/azure-indirect-peering

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!