You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/networking/connectivty-interoperability-control-plane.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,20 +11,22 @@ ms.custom: ignite-fall-2021
11
11
12
12
# Interoperability in Azure - Control plane analysis
13
13
14
-
This article describes the control plane analysis of the [test setup][Setup]. You can also review the [test setup configuration][Configuration] and the [data plane analysis][Data-Analysis] of the test setup.
14
+
This article describes the control plane analysis of the [test setup](./connectivty-interoperability-preface.md). You can also review the [test setup configuration](./connectivty-interoperability-configuration.md) and the [data plane analysis](./connectivty-interoperability-data-plane.md) of the test setup.
15
15
16
16
Control plane analysis essentially examines routes that are exchanged between networks within a topology. Control plane analysis can help you understand how different networks view the topology.
17
17
18
18
## Hub and spoke VNet perspective
19
19
20
20
The following figure illustrates the network from the perspective of a hub virtual network (VNet) and a spoke VNet (highlighted in blue). The figure also shows the autonomous system number (ASN) of different networks and routes that are exchanged between different networks:
21
21
22
+
:::image type="content" source="./media/folder/image.png" alt-text="Alt text here.":::
22
23
![1][1]
23
24
24
25
The ASN of the VNet's Azure ExpressRoute gateway is different from the ASN of Microsoft Enterprise Edge Routers (MSEEs). An ExpressRoute gateway uses a private ASN (a value of **65515**) and MSEEs use public ASN (a value of **12076**) globally. When you configure ExpressRoute peering, because MSEE is the peer, you use **12076** as the peer ASN. On the Azure side, MSEE establishes eBGP peering with the ExpressRoute gateway. The dual eBGP peering that the MSEE establishes for each ExpressRoute peering is transparent at the control plane level. Therefore, when you view an ExpressRoute route table, you see the VNet's ExpressRoute gateway ASN for the VNet's prefixes.
25
26
26
27
The following figure shows a sample ExpressRoute route table:
27
28
29
+
:::image type="content" source="./media/folder/image.png" alt-text="Alt text here.":::
28
30
![5][5]
29
31
30
32
Within Azure, the ASN is significant only from a peering perspective. By default, the ASN of both the ExpressRoute gateway and the VPN gateway in Azure VPN Gateway is **65515**.
@@ -33,18 +35,21 @@ Within Azure, the ASN is significant only from a peering perspective. By default
33
35
34
36
Both on-premises Location 1 and the remote VNet are connected to the hub VNet via ExpressRoute 1. They share the same perspective of the topology, as shown in the following diagram:
35
37
38
+
:::image type="content" source="./media/folder/image.png" alt-text="Alt text here.":::
36
39
![2][2]
37
40
38
41
## On-premises Location 1 and the branch VNet perspective via a site-to-site VPN
39
42
40
43
Both on-premises Location 1 and the branch VNet are connected to a hub VNet's VPN gateway via a site-to-site VPN connection. They share the same perspective of the topology, as shown in the following diagram:
41
44
45
+
:::image type="content" source="./media/folder/image.png" alt-text="Alt text here.":::
42
46
![3][3]
43
47
44
48
## On-premises Location 2 perspective
45
49
46
50
On-premises Location 2 is connected to a hub VNet via private peering of ExpressRoute 2:
47
51
52
+
:::image type="content" source="./media/folder/image.png" alt-text="Alt text here.":::
48
53
![4][4]
49
54
50
55
## ExpressRoute and site-to-site VPN connectivity in tandem
@@ -93,14 +98,13 @@ See the [ExpressRoute FAQ][ExR-FAQ] to:
0 commit comments