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/lab-services/class-type-networking-gns3.md
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,13 @@ This article has two main sections. The first section covers how to create the l
15
15
16
16
## Lab configuration
17
17
18
-
To set up this lab, you need access to an Azure subscription and a lab account. Discuss with your organization's admin to see if you can get access to an existing Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
18
+
[!INCLUDE [must have subscription](./includes/lab-services-class-type-subscription.md)]
19
19
20
-
Once you get have Azure subscription, you can create a new lab plan in Azure Lab Services. For more information about creating a new lab plan, see the tutorial on [how to set up a lab plan](./tutorial-setup-lab-plan.md). You can also use an existing lab plan.
20
+
[!INCLUDE [must have lab plan](./includes/lab-services-class-type-lab-plan.md)]
21
21
22
22
### Lab settings
23
23
24
-
For instructions on how to create a lab, see [Tutorial: Set up a lab](tutorial-setup-classroom-lab.md). Use the following settings when creating the lab.
25
-
26
-
Follow [this tutorial](tutorial-setup-classroom-lab.md) to create a new lab and then apply the following settings:
24
+
[!INCLUDE [create lab](./includes/lab-services-class-type-lab.md)] Use the following settings when creating the lab.
27
25
28
26
| Lab settings | Value |
29
27
| ------------ | ------------------ |
@@ -32,7 +30,9 @@ Follow [this tutorial](tutorial-setup-classroom-lab.md) to create a new lab and
32
30
33
31
## Template machine configuration
34
32
35
-
After the template machine is created, start the machine and connect to it to complete the following major tasks.
To configure the template VM, we'll complete the following major tasks.
36
36
37
37
1. Prepare the template machine for nested virtualization.
38
38
2. Install GNS3.
@@ -43,7 +43,7 @@ After the template machine is created, start the machine and connect to it to co
43
43
44
44
### Prepare template machine for nested virtualization
45
45
46
-
-Follow instructions in [this article](how-to-enable-nested-virtualization-template-vm.md) to prepare your template virtual machine for nested virtualization.
46
+
Follow instructions to [enable nested virtualization](how-to-enable-nested-virtualization-template-vm.md) to prepare your template virtual machine for nested virtualization.
47
47
48
48
### Install GNS3
49
49
@@ -55,7 +55,10 @@ Eventually you'll reach the GNS3 VM selection. Make sure to select the **Hyper-V
This option will download the PowerShell script and VHD files to create the GNS3 VM in the Hyper-V manager. Continue installation using the default values. **Once the setup is complete, don't start GNS3**.
58
+
This option will download the PowerShell script and VHD files to create the GNS3 VM in the Hyper-V manager. Continue installation using the default values.
59
+
60
+
> [!IMPORTANT]
61
+
> Once the setup is complete, don't start GNS3.
59
62
60
63
### Create GNS3 VM
61
64
@@ -94,6 +97,9 @@ Now that the template VM is set up properly, and ready for publishing there are
94
97
- Close down GNS3, publishing while and running can lead to unintended side effects.
95
98
- Clean up any installation files or other unnecessary files.
96
99
100
+
>[!IMPORTANT]
101
+
>Publishing while the VM is still running will corrupt the template VMs and create unusable lab VMs.
102
+
97
103
## Cost
98
104
99
105
If you would like to estimate the cost of this lab, you can use the following example:
@@ -102,19 +108,13 @@ For a class of 25 students with 20 hours of scheduled class time and 10 hours of
102
108
103
109
25 students \* (20 + 10) hours \* 84 Lab Units \* 0.01 USD per hour = 630 USD.
104
110
105
-
**Important:** Cost estimate is for example purposes only. For current details on pricing, see [Azure Lab Services Pricing](https://azure.microsoft.com/pricing/details/lab-services/).
111
+
> [!IMPORTANT]
112
+
> Cost estimate is for example purposes only. For current details on pricing, see [Azure Lab Services Pricing](https://azure.microsoft.com/pricing/details/lab-services/).
106
113
107
114
## Conclusion
108
115
109
116
This article walked you through the steps to create a lab for network configuration using GNS3.
110
117
111
118
## Next steps
112
119
113
-
The template image can now be published to the lab. See [publish the template VM](how-to-create-manage-template.md#publish-the-template-vm) for further instructions.
114
-
115
-
As you set up your lab, see the following articles:
0 commit comments