This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
extensions:teemip-cable-mgmt [2025/05/07 16:02] – [Cross Connect] cnaud | extensions:teemip-cable-mgmt [2025/06/10 14:45] (current) – [Patch Panel] cnaud | ||
---|---|---|---|
Line 32: | Line 32: | ||
===== Revision History ===== | ===== Revision History ===== | ||
^ Version | ^ Version | ||
- | | 1.4.0 | 2025-xx-yy | + | | 1.4.0 | 2025-xx-yy |
| **1.3.1** | | **1.3.1** | ||
| 1.3.0 | 2024-06-26 | | 1.3.0 | 2024-06-26 | ||
Line 117: | Line 117: | ||
| Ready sockets | Number of network sockets with status ' | | Ready sockets | Number of network sockets with status ' | ||
| Connector | Foreign key to a(n) Interface Connector \\ Brought by the [[extensions: | | Connector | Foreign key to a(n) Interface Connector \\ Brought by the [[extensions: | ||
- | | Cable category | + | | Cable type | Foreign key to a(n) Cable Type | No | |
+ | | Cable category | ||
| **Rack Information** ||| | | **Rack Information** ||| | ||
| Rack | Foreign key to a(n) Rack | Yes | | | Rack | Foreign key to a(n) Rack | Yes | | ||
Line 179: | Line 180: | ||
| **Front End Information** ||| | | **Front End Information** ||| | ||
| Connector | Foreign key to a(n) Interface Connector | No | | | Connector | Foreign key to a(n) Interface Connector | No | | ||
- | | Cable category | Foreign key to a(n) Cable Categpry | + | | Cable type | Foreign key to a(n) Cable Type | No | |
+ | | Cable category | Foreign key to a(n) Cable Category | ||
| Device | Foreign key to a(n) Connectable CI | No | | | Device | Foreign key to a(n) Connectable CI | No | | ||
| Physical interface | Foreign key to a(n) Physical Interface | No | | | Physical interface | Foreign key to a(n) Physical Interface | No | | ||
Line 296: | Line 298: | ||
* The pointer to the cross connect is reset on all the network sockets along the path | * The pointer to the cross connect is reset on all the network sockets along the path | ||
</ | </ | ||
+ | |||
+ | === Create Cables === | ||
+ | Once the status of the Cross Connect is set to **Production**, | ||
=== Finding Wiring Paths === | === Finding Wiring Paths === | ||
Line 312: | Line 317: | ||
</ | </ | ||
- | |||
- | === Create Cables === | ||
===== Physical Interface ===== | ===== Physical Interface ===== | ||
{{icons8-globe-wire.png | {{icons8-globe-wire.png | ||
Line 396: | Line 399: | ||
| Network socket #1 - Back end | Foreign key to a(n) Network Socket | Yes | | | Network socket #1 - Back end | Foreign key to a(n) Network Socket | Yes | | ||
| Network socket #2 - Back end | Foreign key to a(n) Network Socket | Yes |Friendly name of a network cable is automatically computed as the concatenation of the 2 network socket names. | | Network socket #2 - Back end | Foreign key to a(n) Network Socket | Yes |Friendly name of a network cable is automatically computed as the concatenation of the 2 network socket names. | ||
+ | | **Membership** ||| | ||
+ | | Breakout cable | Foreign key to a(n)Breakout Cable | No | | ||
=== Tabs === | === Tabs === | ||
Line 404: | Line 409: | ||
* The friendly name of a back end network cable is automatically computed as the concatenation of the two network sockets' | * The friendly name of a back end network cable is automatically computed as the concatenation of the two network sockets' | ||
* Its label may be automatically computed through the method SetLabel that can be overloaded. | * Its label may be automatically computed through the method SetLabel that can be overloaded. | ||
+ | * A back end network cable may belong to a breakout cable | ||
</ | </ | ||