Skip to content

Commit 23a3b1c

Browse files
authored
Merge pull request #834 from ritza-co/edit-1002-creating-patch-panels
1002: Edit creating-patch-panels-from-scratch-in-device42-an-example.mdx
2 parents 9281cd2 + 03c67cd commit 23a3b1c

File tree

1 file changed

+31
-33
lines changed

1 file changed

+31
-33
lines changed

docs/infrastructure-management/connectivity/patch-panels/creating-patch-panels-from-scratch-in-device42-an-example.mdx

Lines changed: 31 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ title: "Creating patch panels from scratch in Device42: an example"
55
import ThemedImage from '@theme/ThemedImage';
66
import useBaseUrl from '@docusaurus/useBaseUrl'
77

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.
99

1010
### The Goal
1111

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.
1313

1414
End goal is:
1515

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.
1717
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.
1919

20-
This will give us devices connectivity with switch ports.
20+
This will provide our devices with connectivity to switch ports.
2121

2222
### Creating Patch Panel Models
2323

@@ -29,11 +29,11 @@ This will give us devices connectivity with switch ports.
2929
}}
3030
/>
3131

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.
3333

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.
3737

3838
### Creating Patch Panels
3939

@@ -69,13 +69,13 @@ Before we add the patch panel, we need to create the template. In this example,
6969
}}
7070
/>
7171

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**.
7575

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.
7777

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.
7979

8080
### Adding the Back Connections or Termination
8181

@@ -87,11 +87,11 @@ You can also specify the building, storage room, add tags and images of the fron
8787
}}
8888
/>
8989

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**.
9393

94-
Now Panel A and Panel B are terminated to each other.
94+
Now, Panel A and Panel B are connected to each other.
9595

9696
<ThemedImage
9797
alt="Back Connections Confirmation"
@@ -103,7 +103,7 @@ Now Panel A and Panel B are terminated to each other.
103103

104104
### Patching Switch Ports to Panel A
105105

106-
- Go to _Tools > Templates & Bulk Operations > Import/Export (xls)_.
106+
- Go to **Tools > Templates & Bulk Operations > Import/Export (xls)**.
107107

108108
<ThemedImage
109109
alt="Patching Switch Ports - Download Import File Menu"
@@ -114,7 +114,7 @@ Now Panel A and Panel B are terminated to each other.
114114
style={{ width: '80%' }}
115115
/>
116116

117-
- Scroll down to _Patch Panel Ports_.
117+
- Scroll down to **Patch Panel Ports**.
118118

119119
<ThemedImage
120120
alt="Patching Switch Ports - Import File Download"
@@ -126,13 +126,13 @@ Now Panel A and Panel B are terminated to each other.
126126

127127
![wpid3707-patch_panel_switchport_excel.png](/assets/images/wpid3707-patch_panel_switchport_excel.png)
128128

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)).
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).)
130130

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:
132132

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.
136136
4. Import the XLS sheet.
137137

138138
<ThemedImage
@@ -143,17 +143,17 @@ The tedious way to do this will be to add each switch port to each panel port. B
143143
}}
144144
/>
145145

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.
147147

148148
### Patching Devices to Panel B
149149

150150
![wpid3704-patch_panel_device_excel.png](/assets/images/wpid3704-patch_panel_device_excel.png)
151151

152-
In this step, we will use the same sample excel sheet downloaded in step above.
152+
In this step, use the same sample Excel sheet downloaded in the step above.
153153

154-
Column layout will be a little different and will look like this: **number    patch\_panel\_id    device    obj\_label1**
154+
The column layout is a little different and looks like this: **number    patch\_panel\_id    device    obj\_label1**
155155

156-
Once we add the values to Excel and import it, the panel B will show following.
156+
Once you've added the values to Excel and imported the sheet, Panel B will show the following.
157157

158158
<ThemedImage
159159
alt="Panel B Device Connection"
@@ -173,7 +173,7 @@ Once we add the values to Excel and import it, the panel B will show following.
173173
}}
174174
/>
175175

176-
Now if you go to Patch panel layout for Panel B and hover over any port or device, you will see the full visual path for that port.
176+
Now, if you go to Panel B's patch panel layout and hover over any port or device, you will see the full visual path for that port.
177177

178178
### Switch Port Level Connectivity
179179

@@ -197,6 +197,4 @@ You will see the patch panel connectivity from each switch port view as well.
197197
}}
198198
/>
199199

200-
Similarly, in the Device view/edit page, you will see the patch panel connection under the tab "other".
201-
202-
This concludes our chapter on how to create a patch panel layout in Device42.
200+
Similarly, in the Device view and edit pages, you will see the patch panel connection under the **Other** tab.

0 commit comments

Comments
 (0)