问题描述
假设我的对等设置如下:A B C,并且想在vnet A和C之间路由流量
Let's say I have peering set up as follows: A<->B<->C and want to route traffic between vnet A and C
这当前可行吗?B& amp;中的vnet网关UDR的用法?
Is this currently possible? Perhaps a vnet gateway in B & the usage of UDR's?
谢谢
推荐答案
目前,这是不可能的.
VNet对等位于两个虚拟网络之间,并且没有派生的传递关系.如果虚拟网络A与虚拟网络B对等,并且虚拟网络B与虚拟网络C对等,则它不会转换为与虚拟网络C对等的虚拟网络A. UDR 无法实现您的方案.
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.
为什么不设置如下:A<-> B B<-> C A<-> C?
Why not set up as follows: A <->B B<->C A<->C?
有关对等"的更多信息,请参阅此文章.
More information about Peering please refer to this article.
这篇关于Azure间接对等的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!