Skip to content

Commit 1cfc637

Browse files
authored
Merge pull request #187048 from siddomala/sidGlobalVPNProfile
Virtual WAN P2S Attach/Detach Hub from Global Profile
2 parents 517d18c + ce39de5 commit 1cfc637

File tree

6 files changed

+34
-2
lines changed

6 files changed

+34
-2
lines changed

articles/virtual-wan/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@
9191
href: point-to-site-ipsec.md
9292
- name: About P2S client address pools
9393
href: about-client-address-pools.md
94+
- name: About P2S global and hub-based profiles
95+
href: global-hub-profile.md
9496
- name: Security
9597
items:
9698
- name: Security baseline

articles/virtual-wan/global-hub-profile.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ Azure Virtual WAN offers two types of connectivity for remote users: Global and
2020
2121
## Global profile
2222

23-
The profile points to a load balancer that includes all active User VPN hubs. The user is directed to the hub that is closest to the user's geographic location. This type of connectivity is useful when users travel to different locations frequently. To download the **global** profile:
23+
The global profile associated with a User VPN Configuration points to a load balancer that includes all active User VPN hubs using that User VPN Configuration. A user connected to the global profile is directed to the hub that is closest to the user's geographic location. This type of connectivity is useful when users travel to different locations frequently.
24+
25+
For example, you can associate a VPN configuration to 2 different Virtual WAN hubs, one in West US and one in Southeast Asia. If a user connects to the global profile associated with the User VPN configuration, they will connect to the closest Virtual WAN hub based on their location.
26+
27+
To download the **global** profile:
2428

2529
1. Navigate to the virtual WAN.
2630
2. Click **User VPN configuration**.
@@ -29,6 +33,31 @@ The profile points to a load balancer that includes all active User VPN hubs. Th
2933

3034
![Global profile](./media/global-hub-profile/global1.png)
3135

36+
### Include or exclude hub from global profile
37+
38+
By default, every hub using a specific User VPN Configuration is included in the corresponding global VPN profile. You may choose to exclude a hub from the global VPN profile, meaning a user will not be load-balanced to connect to that hub's gateway if they are using the global VPN profile.
39+
40+
To check whether or not the hub is included in the global VPN profile:
41+
42+
1. Navigate to the hub
43+
1. Navigate to **User VPN (Point to site)** under **Connectivity** on the left-hand panel
44+
1. See **Gateway Attachment State** to determine if this hub is included in the global VPN profile. If the state is **attached**, then the hub is included in the global VPN profile. If the state is **detached**, then the hub is not included in the global VPN profile.
45+
46+
:::image type="content" source="./media/global-hub-profile/attachment-state.png" alt-text="Screenshot showing attachment state of gateway."lightbox="./media/global-hub-profile/attachment-state.png":::
47+
48+
To include or exclude a specific hub from the global VPN profile:
49+
50+
1. Click **Include/Exclude Gateway from Global Profile**
51+
52+
:::image type="content" source="./media/global-hub-profile/include-exclude-1.png" alt-text="Screenshot showing how to include or exclude hub from profile" lightbox="/media/global-hub-profile/include-exclude-1.png":::
53+
54+
1. Click **Exclude** if you wish to remove this hub's gateway from the WAN Global User VPN Profile. Users who are using the Hub-level User VPN profile will still be able to connect to this gateway. Users who are using the WAN-level profile will not be able to connect to this gateway.
55+
56+
1. Click **Include** if you wish to include this hub's gateway in the Virtual WAN Global User VPN Profile. Users who are using this WAN-level profile will be able to connect to this gateway.
57+
58+
59+
![Hub profile 4](./media/global-hub-profile/include-exclude.png)
60+
3261
## Hub-based profile
3362

3463
The profile points to a single hub. The user can only connect to the particular hub using this profile. To download the **hub-based** profile:
@@ -39,13 +68,14 @@ The profile points to a single hub. The user can only connect to the particular
3968
![Hub profile 1](./media/global-hub-profile/hub1.png)
4069
3. Click **User VPN (Point to site)**.
4170
4. Click **Download virtual Hub User VPN profile**.
71+
:::image type="content" source="./media/global-hub-profile/hub2.png" alt-text="Screenshot showing how to download hub profile."lightbox="./media/global-hub-profile/hub2.png":::
4272

43-
![Hub profile 2](./media/global-hub-profile/hub2.png)
4473
5. Check **EAPTLS**.
4574
6. Click **Generate and download profile**.
4675

4776
![Hub profile 3](./media/global-hub-profile/download.png)
4877

78+
4979
## Next steps
5080

5181
To learn more about Virtual WAN, see the [Virtual WAN Overview](virtual-wan-about.md) page.
44.9 KB
Loading
-66.3 KB
Loading
45 KB
Loading
105 KB
Loading

0 commit comments

Comments
 (0)