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: docs/infrastructure-management/connectivity/patch-panels/creating-patch-panels-from-scratch-in-device42-an-example.mdx
+31-33Lines changed: 31 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,19 @@ title: "Creating patch panels from scratch in Device42: an example"
5
5
importThemedImagefrom'@theme/ThemedImage';
6
6
importuseBaseUrlfrom'@docusaurus/useBaseUrl'
7
7
8
-
In this chapter, we will take a step by step approach to create patch panels from scratch to end result.
8
+
This page presents a step-by-step approach to creating patch panels, from initial setup to end result.
9
9
10
10
### The Goal
11
11
12
-
The example is simpler in nature, but this will cover the basics of how to add patch panel connections in Device42.
12
+
The following example is simple in nature but covers the basics of adding patch panel connections in Device42.
13
13
14
14
End goal is:
15
15
16
-
1. Patch Panel A is connected to Patch panel B : Panel A Panel B.
16
+
1. Patch panel A is connected to Patch panel B.
17
17
2. Patch panel A is patched to switch-01.
18
-
3. Patch panel B is patched to devices in the same rack as Panel B.
18
+
3. Patch panel B is patched to devices in the same rack as Patch panel B.
19
19
20
-
This will give us devices connectivity with switch ports.
20
+
This will provide our devices with connectivity to switch ports.
21
21
22
22
### Creating Patch Panel Models
23
23
@@ -29,11 +29,11 @@ This will give us devices connectivity with switch ports.
29
29
}}
30
30
/>
31
31
32
-
Before we add the patch panel, we need to create the template. In this example, this is a singular patch panel with 48 RJ-45 ports. Steps taken:
32
+
Before we add the patch panel, we need to create the template. In this example, this is a single patch panel with 48 RJ-45 ports.
33
33
34
-
- Go to _Resources > Assets > Patch Panel Models > Create_.
35
-
-Add a name, port type, the number of ports etc., for the model.
36
-
-_Save_ the patch panel model.
34
+
- Go to **Resources > Assets > Patch Panel Models > Create**.
35
+
-Enter the details for the model, including a name, port type, and number of ports.
36
+
-**Save** the patch panel model.
37
37
38
38
### Creating Patch Panels
39
39
@@ -69,13 +69,13 @@ Before we add the patch panel, we need to create the template. In this example,
69
69
}}
70
70
/>
71
71
72
-
1. Go to _Resources > All Assets > Create_.
73
-
2.Give the name Panel A, choose the _Type_Patch Panel, and choose the model created above.
74
-
3. Click _Save_.
72
+
1. Go to **Resources > All Assets > Create**.
73
+
2.**Name** it `Panel A`, select **Patch Panel** as its **Type**, and choose the model created above.
74
+
3. Click **Save**.
75
75
76
-
Repeat the same steps for Panel B, just change the name to Panel B in step 2.
76
+
Repeat the same steps for Panel B, changing only the name to `Panel B` in Step 2.
77
77
78
-
You can also specify the building, storage room, add tags and images of the front and back.
78
+
You can also specify the building and storage room, and add tags and images of the front and back.
79
79
80
80
### Adding the Back Connections or Termination
81
81
@@ -87,11 +87,11 @@ You can also specify the building, storage room, add tags and images of the fron
87
87
}}
88
88
/>
89
89
90
-
1. Go to _Tools > Templates & Bulk Operations > Panel Back Connectivity_.
91
-
2. From the drop-down, choose _Patch Panel_ A, then select the beginning _port # from:_ 1_;_ next, select _port # to:_ 48, then select _Patch Panel_ B, _port # from:_ 1, and optionally, the _Cable Type_.
92
-
3. Click _Continue_.
90
+
1. Go to **Tools > Templates & Bulk Operations > Panel Back Connectivity**.
91
+
2. From the dropdown, choose **Patch Panel A**, then enter `1` for the beginning **port # from** and enter `48` for the **port # to**. Then, select **Patch Panel** B, and enter `1` for **port # from**, and optionally, select the **Cable Type**.
92
+
3. Click **Continue**.
93
93
94
-
Now Panel A and Panel B are terminated to each other.
94
+
Now, Panel A and Panel B are connected to each other.
95
95
96
96
<ThemedImage
97
97
alt="Back Connections Confirmation"
@@ -103,7 +103,7 @@ Now Panel A and Panel B are terminated to each other.
103
103
104
104
### Patching Switch Ports to Panel A
105
105
106
-
- Go to _Tools > Templates & Bulk Operations > Import/Export (xls)_.
106
+
- Go to **Tools > Templates & Bulk Operations > Import/Export (xls)**.
In this example, ports from switch-01 are patched to Panel A. (You can create switch ports in bulk using switch templates as discussed under [Switch Templates](infrastructure-management/ipam/switch-templates.mdx)).
129
+
In this example, ports from switch-01 are patched to Panel A. (You can create switch ports in bulk using switch templates, as discussed under [Switch Templates](infrastructure-management/ipam/switch-templates.mdx).)
130
130
131
-
The tedious way to do this will be to add each switch port to each panel port. But we are not going to do that. The recommended way to do the same is to use the API Excel import option. Steps:
131
+
The tedious way to do this is to add each switch port to each panel port. Instead, use the recommended API Excel import option as follows:
132
132
133
-
1. Download the sample excel file from _Create/update Patch Panel Ports_ in that page.
134
-
2.Our columns will look like this: **number patch\_panel\_id switch switchport**
135
-
3. Add the rows for panel port number, panel ID (available from Asset list view/from APIs/or get using hover over in the status bar), switch name, and switch port name.
133
+
1. Download the sample Excel file from **Create/update Patch Panel Ports** on that page.
134
+
2.Check that the columns look like this: **number patch\_panel\_id switch switchport**
135
+
3. Add the rows for the panel port number, panel ID (retrieved from the Asset list view, from APIs, or from hovering over the status bar), switch name, and switch port name.
136
136
4.ImporttheXLSsheet.
137
137
138
138
<ThemedImage
@@ -143,17 +143,17 @@ The tedious way to do this will be to add each switch port to each panel port. B
143
143
}}
144
144
/>
145
145
146
-
Upon import, you can see the switch ports connections on Panel A.
146
+
Upon import, you can see the switch ports' connections on Panel A.
0 commit comments