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 13:53] – [Cross Connect] cnaud | extensions:teemip-cable-mgmt [2025/07/16 07:20] (current) – [Revision History] cnaud | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| level_hidden | level_hidden | ||
| collector_hidden | collector_hidden | ||
| - | version | + | version |
| - | release_dt | + | release_dt |
| TeemIp | TeemIp | ||
| - | iTop : 3.1.2+ | + | iTop : 3.2+ |
| code : teemip-cable-mgmt | code : teemip-cable-mgmt | ||
| localization | localization | ||
| Line 19: | Line 19: | ||
| keyword_tags | keyword_tags | ||
| dependencies_s | dependencies_s | ||
| - | download_wiki | + | download_wiki |
| github_wiki | github_wiki | ||
| - | php-max | + | php-max |
| ---- | ---- | ||
| Line 32: | Line 32: | ||
| ===== Revision History ===== | ===== Revision History ===== | ||
| ^ Version | ^ Version | ||
| - | | 1.4.0 | 2025-xx-yy | + | | |
| - | | | + | | 1.3.1 | 2024-10-29 |
| | 1.3.0 | 2024-06-26 | | 1.3.0 | 2024-06-26 | ||
| | 1.2.0 | 2023-12-07 | | 1.2.0 | 2023-12-07 | ||
| 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 293: | Line 295: | ||
| * All the network sockets along the path are set with a pointer to the cross connect | * All the network sockets along the path are set with a pointer to the cross connect | ||
| * When the Cross Connect exits the production state: | * When the Cross Connect exits the production state: | ||
| - | * The **Cables** tab is not displayed anymore. A network socket cannot be connected to both a remote network socket and a connectable CI. | + | * The **Cables** tab is not displayed anymore. |
| * 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 311: | Line 316: | ||
| These value can be overwritten through the configuration file, as described [[extensions: | These value can be overwritten through the configuration file, as described [[extensions: | ||
| </ | </ | ||
| + | |||
| ===== Physical Interface ===== | ===== Physical Interface ===== | ||
| {{icons8-globe-wire.png | {{icons8-globe-wire.png | ||
| Line 393: | 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 401: | 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 | ||
| </ | </ | ||