Skip to content

Commit 4953ad4

Browse files
authored
Merge pull request #518 from ritza-co/1234-connectivity
1234: grammar and formatting improvements; connectivity
2 parents b0d7c82 + 00b6427 commit 4953ad4

7 files changed

Lines changed: 34 additions & 57 deletions

File tree

docs/infrastructure-management/connectivity/cables.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Device42 cables module can track the origin, end connection(s), length, and
1010

1111
The origin and endpoint types can be patch panel ports, switch ports, devices, circuits, or other cables. A given cable endpoint can also be an origin for multiple other cables.
1212

13-
Find the Add Cable screen under **Hardware > Cables**.
13+
Navigate to **Infrastructure > Connectivity > Cables** to view and add cables.
1414

1515
<ThemedImage
1616
alt="Add A Cable"
@@ -20,11 +20,11 @@ Find the Add Cable screen under **Hardware > Cables**.
2020
}}
2121
/>
2222

23-
Cables also have their own unique properties. In addition to length, connector type, and location, cables support [custom fields](../../administration/custom-key-value-pairs-explained.mdx).
23+
Cables also have their own unique properties. In addition to length, connector type, and location, cables support [custom fields](administration/custom-key-value-pairs-explained.mdx).
2424

2525
## Drag-and-Drop Cabling From the Rack View
2626

27-
From the rack view under **Data Center > Racks > Your Rack > View Rack Layout**, you can create, move, edit, and trace cables visually via the drag-and-drop functionality, in addition to the above method.
27+
From the rack layout view under **Infrastructure > DataCenter > Racks**, open a rack and select **View Rack Layout** to create, move, edit, and trace cables visually using drag-and-drop.
2828

2929
You can also view or add a cable connection by clicking **Physical Connections** under **Rack Details** on the left and enabling edit mode:
3030

docs/infrastructure-management/connectivity/circuits.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ sidebar_position: 2
66
import ThemedImage from '@theme/ThemedImage';
77
import useBaseUrl from '@docusaurus/useBaseUrl'
88

9-
The Device42 circuits module enables you to manage and tack the **Circuit ID**, **Vendor**, **Customer** who owns the circuit, and more.
9+
The Device42 circuits module lets you manage circuits, tracking the **Circuit ID**, **Vendor**, **Customer**, and more.
1010

11-
The circuits module tracks both **Origin** and **End Point** connections. The **Origin Type** and **Endpoint Type** includes panel ports, switch ports, devices, or other circuits.
11+
The module tracks both **Origin** and **End Point** connections. The **Origin Type** and **Endpoint Type** can be panel ports, switch ports, devices, or other circuits.
1212

1313
Navigate to **Infrastructure > Hardware > Circuits** and click the **Create** button.
1414

@@ -46,4 +46,4 @@ Navigate to **Infrastructure > Hardware > Circuits** and click the **Create** bu
4646

4747
The module also tracks the **Order Date**, **Provision Date**, **Turn on Date**, and **Expiration Date** on contracts.
4848

49-
Fields to upload **File Attachments**, enter **Custom Fields** and **Purchase/Support** details are also available on this screen.
49+
The form also includes fields for **File Attachments**, **Custom Fields**, and **Purchase/Support** details.

docs/infrastructure-management/connectivity/creating-wall-jacks.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: "Creating Wall Jacks"
2+
title: "Create Wall Jacks"
33
sidebar_position: 3
44
---
55

66
import ThemedImage from '@theme/ThemedImage';
77
import useBaseUrl from '@docusaurus/useBaseUrl'
88

9-
One method for documenting the connections and the patch from a patch panel to a wall jack, to a switch, to devices is to create a **patch panel model** for wall jacks.
9+
One method for documenting the connection path from a patch panel to a wall jack to a switch and its devices is to create a **patch panel model** for the wall jack.
1010

1111
Navigate to **Resources > Assets > Patch Panel Models** and create a model with the appropriate **Port Type** and desired **Number of ports** on the panel of the wall jack.
1212

@@ -19,17 +19,17 @@ Navigate to **Resources > Assets > Patch Panel Models** and create a model with
1919
style={{ width: '80%' }}
2020
/>
2121

22-
Once you've created the model, make specific assets for the wall jacks via **Resources > All Assets > Create**. When creating the asset, select the type **Patch Panel**, then select the wall jack model for the patch panel model and the **Back connection** type, which can be either **Patch Panel** or **Switch**, and can go to the patch panel or the unmanaged switch you are documenting.
22+
Once you've created the model, create assets for the wall jacks via **Resources > All Assets > Create**. When creating the asset, select the type **Patch Panel**, then select the wall jack model as the patch panel model. Set the **Back connection** type to either **Patch Panel** or **Switch**, depending on whether it connects to the patch panel or the unmanaged switch you are documenting.
2323

24-
You will then want to create an unmanaged switch:
24+
Next, create an unmanaged switch:
2525

26-
- Do this by going to **Tools > Templates & Bulk Operations > Switch Templates**, then create a template that reflects the switches that are part of this connectivity by selecting a switch type and adding a ports switch template with the desired ports prefix and a template that includes the type and number of ports.
26+
- Navigate to **Tools > Templates & Bulk Operations > Switch Templates** and create a template that reflects your switches. Select a switch type and add a ports switch template with the desired ports prefix, type, and number of ports.
2727

2828
- Once you've created the switch template, select the template and click the **Create/Edit** option under the **Ellipsis menu** in the top right corner of the template's details page. Here, you can add the desired amount of unmanaged switches needed.
2929

3030
Once you've created assets for the wall jacks and created switches from the template, you can start creating the connections:
3131

32-
- Go to the desired wall jack asset you want to work with and open the edit details page of the asset. There will be a section for patch panel ports on this details page, with a line for each port contained on the wall jack panel (defined by the previously created patch panel model).
32+
- Open the wall jack asset and go to its edit details page. The page includes a patch panel ports section with a line for each port on the wall jack panel, as defined by the patch panel model you created earlier.
3333
- First, define the front connection as either the patch panel or the switch, whichever is desired.
3434
- Define the **Connection Type**, then enter the **Object** ID or search for and select the switch port or the patch panel port for the connection.
3535
- You can also enter a **Label** for the connection that corresponds with the wall jack label in the room (if it is labeled). Then, define the **Back connection**, which can also be the patch panel port or the switch port (whichever you did not use for the front connection).
Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
---
2-
title: "Patch Panels"
3-
created: 2013-03-06
4-
authors:
5-
- d42docadmin
2+
title: "Connectivity"
63
---
74

8-
You can manage structured cabling. In this section, would discuss following topics:
9-
10-
11-
12-
## Table of contents
13-
14-
- [Cables](infrastructure-management/connectivity/cables.mdx)
15-
- [Circuits](infrastructure-management/connectivity/circuits.mdx)
16-
- [Creating Wall Jacks](infrastructure-management/connectivity/creating-wall-jacks.mdx)
17-
- [Patch panels and cable management](infrastructure-management/connectivity/patch-panels/patch-panel-cable-management-definitions-and-legends-2.mdx)
18-
- [Creating patch panels from scratch in Device42: an example](infrastructure-management/connectivity/patch-panels/creating-patch-panels-from-scratch-in-device42-an-example.mdx)
5+
Device42 lets you document and manage your physical network infrastructure, including cables, circuits, wall jacks, and patch panels. Use the sidebar to navigate to specific topics.

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Creating patch panels from scratch in Device42: an example"
2+
title: "Create Patch Panels From Scratch: An Example"
33
---
44

55
import ThemedImage from '@theme/ThemedImage';
@@ -17,7 +17,7 @@ The end goal is:
1717
2. Patch `Panel A` is patched to `switch-01`.
1818
3. Patch `Panel B` is patched to devices in the same rack as patch `Panel B`.
1919

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

2222
### Create Patch Panel Models
2323

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

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.
32+
Before adding the patch panel, create the model 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**.
34+
- Go to **Resources > Assets > Patch Panel Models > Create**.
3535
- Enter the details for the model, including a name, port type, and number of ports.
36-
- **Save** the patch panel model.
36+
- **Save** the patch panel model.
3737

3838
### Create Patch Panels
3939

@@ -69,9 +69,9 @@ 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**.
72+
1. Go to **Resources > All Assets > Create**.
7373
2. **Name** it `Panel A`, select **Patch Panel** as its **Type**, and choose the model created above.
74-
3. Click **Save**.
74+
3. Click **Save**.
7575

7676
Repeat the same steps for `Panel B`, changing only the name to `Panel B` in Step 2.
7777

@@ -128,10 +128,10 @@ Now, `Panel A` and `Panel B` are connected to each other.
128128

129129
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 is to add each switch port to each panel port. Instead, use the recommended API Excel import option as follows:
131+
You could add each switch port to each panel port manually, but the recommended approach is to use the API Excel import as follows:
132132

133133
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**
134+
2. Check that the columns look like this: **number | patch_panel_id | switch | switchport**
135135
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

@@ -151,7 +151,7 @@ Upon import, you can see the switch ports' connections on Panel A.
151151

152152
In this step, use the same sample Excel sheet downloaded in the step above.
153153

154-
The column layout is a little different and looks 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

156156
Once you've added the values to Excel and imported the sheet, `Panel B` will show the following.
157157

@@ -173,7 +173,7 @@ Once you've added the values to Excel and imported the sheet, `Panel B` will sho
173173
}}
174174
/>
175175

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.
176+
In `Panel B`'s patch panel layout, hover over any port or device to see the full visual path for that port.
177177

178178
### Switch Port Level Connectivity
179179

@@ -185,7 +185,7 @@ Now, if you go to `Panel B`'s patch panel layout and hover over any port or devi
185185
}}
186186
/>
187187

188-
You will see the patch panel connectivity from each switch port view as well.
188+
Patch panel connectivity is also visible from each switch port view.
189189

190190
### Device Level Connectivity
191191

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
---
22
title: "Patch Panels"
3-
created: 2013-03-06
4-
authors:
5-
- d42docadmin
63
---
74

8-
You can manage structured cabling. In this section, would discuss following topics:
9-
10-
11-
12-
## Table of contents
13-
14-
- [Patch panels and cable management](infrastructure-management/connectivity/patch-panels/patch-panel-cable-management-definitions-and-legends-2.mdx)
15-
- [Creating patch panels from scratch in Device42: an example](infrastructure-management/connectivity/patch-panels/creating-patch-panels-from-scratch-in-device42-an-example.mdx)
5+
Device42 lets you document and manage patch panel ports and their cable connections. Use the sidebar to navigate to specific topics.

docs/infrastructure-management/connectivity/patch-panels/patch-panel-cable-management-definitions-and-legends-2.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If you have different cable types in the same patch panel, you should use **Modu
5858
}}
5959
/>
6060

61-
You can add modules to your patch panels and configure different port types or just modules. For a modular patch panel, you have the option to add modules. Ports for each module are created based on **patch panel module models**. All the module ports will appear in the original patch panel view.
61+
For a modular patch panel, you can add modules and configure different port types, or just add modules. Ports for each module are created based on **patch panel module models** and appear in the original patch panel view.
6262

6363
<ThemedImage
6464
alt="Patch panel modular configuration"
@@ -105,7 +105,7 @@ If a patch panel is racked, by default, only the devices in that rack are shown.
105105
style={{ width: '70%' }}
106106
/>
107107

108-
You can choose the individual **Back connection** per port and add a **Back cable** type for back connectivity with this option. You can add cable speed and other attributes for back connectivity for each port. In addition to the edit screens above, there are RESTful APIs and spreadsheet imports available for doing this more easily. There is also a bulk operations option for provisioning back connectivity, as discussed below.
108+
You can set the **Back connection** and **Back cable** type individually for each port, including cable speed and other attributes. RESTful APIs and spreadsheet imports are also available for bulk updates. A bulk operations option for provisioning back connectivity is discussed below.
109109

110110
### Bulk Back Ports Connectivity
111111

@@ -134,7 +134,7 @@ View full connection paths and patch panel layouts.
134134
style={{ width: '70%' }}
135135
/>
136136

137-
You can get full path details visualized in this table.
137+
The table displays full path details for each connection.
138138

139139
### Patch Panel Layout
140140

@@ -147,7 +147,7 @@ You can get full path details visualized in this table.
147147
style={{ width: '40%' }}
148148
/>
149149

150-
The view or edit page of that asset (the patch panel) adds a new **View Patch Panel Layout** button.
150+
The patch panel's view or edit page includes a **View Patch Panel Layout** button.
151151

152152
<ThemedImage
153153
alt="Patch Panel Layout view"
@@ -174,7 +174,7 @@ Use drag-and-drop to create and manage patch panel connections.
174174
}}
175175
/>
176176

177-
From the Patch Panel Layout page, you can turn on the edit mode and connect patch panel ports to other devices or switch ports by dragging a port to a device or another port. This makes it very easy to manage your patch panel connectivity and keep information up to date.
177+
From the Patch Panel Layout page, enable edit mode and connect patch panel ports to devices or switch ports by dragging a port to its destination.
178178

179179
### Drag-and-Drop for Switch Port
180180

@@ -187,7 +187,7 @@ From the Patch Panel Layout page, you can turn on the edit mode and connect patc
187187
style={{ width: '80%' }}
188188
/>
189189

190-
From the Patch Panel Layout page, you can also drag-and-drop switch ports to devices or to patch panel ports. When you do so, a popup appears, giving you the opportunity to enter a port label.
190+
From the Patch Panel Layout page, you can also drag switch ports to devices or patch panel ports. A popup appears where you can enter a port label.
191191

192192
### Direct Patch Panel Port to Patch Panel Ports Connections
193193

@@ -215,7 +215,7 @@ Handle devices outside the rack, half-depth devices, and multi-hop connections.
215215
}}
216216
/>
217217

218-
By default, only the devices in the same rack as the asset would show up. You can reset the filter by clicking on total devices, as shown above, and choose a device outside the rack. These are displayed on the left side of the patch panel, as shown below.
218+
By default, only devices in the same rack as the patch panel are shown. You can reset the filter by clicking on total devices, as shown above, to select a device outside the rack. These are displayed on the left side of the patch panel, as shown below.
219219

220220
![](/assets/images/wpid5717-media_1355834288356.png)
221221

0 commit comments

Comments
 (0)