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/models/dcim/cable.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,21 @@ The cable's operational status. Choices include:
21
21
* Planned
22
22
* Decommissioning
23
23
24
+
### Profile
25
+
26
+
!!! note "This field was introduced in NetBox v4.5."
27
+
28
+
The profile to which the cable conforms. The profile determines the mapping of termination between the two ends and enables logical tracing across complex connections, such as breakout cables. Supported profiles are listed below.
29
+
30
+
* Straight (single position)
31
+
* Straight (multi-position)
32
+
* Shuffle (2x2 MPO8)
33
+
* Shuffle (4x4 MPO8)
34
+
35
+
A single-position cable is allowed only one termination point at each end. There is no limit to the number of terminations a multi-position cable may have. Each end of a cable must have the same number of terminations, unless connected to a pass-through port or to a circuit termination.
36
+
37
+
The assignment of a cable profile is optional. If no profile is assigned, legacy tracing behavior will be preserved.
0 commit comments