User Tools

Site Tools


extensions:teemip-cable-mgmt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
extensions:teemip-cable-mgmt [2024/02/23 17:29] – [Breakout Cable] cnaudextensions:teemip-cable-mgmt [2024/04/09 08:57] (current) – [Cross Connect] cnaud
Line 32: Line 32:
 ===== Revision History ===== ===== Revision History =====
 ^  Version  ^  Release Date  ^  Status  ^  iTop \\ Min  ^  IPAM for iTop \\ Min  ^  Comments  ^ ^  Version  ^  Release Date  ^  Status  ^  iTop \\ Min  ^  IPAM for iTop \\ Min  ^  Comments  ^
-|  1.3.0  |  2024-0x-xx  |    |  3.1.  3.1. | A Patch Panel can be mounted in an enclosure \\ Network Sockets can be automatically created for a given Patch Panel \\ Back End Cables can be automatically created between the sockets of 2 Patch Panels \\ Cross Connects and Breakout Cables are now modelized \\ Wiring paths can be proposed to connect the 2 Patch Panels of a Cross Connect \\ Documents can be attached to Network Cables | +|  1.3.0  |  2024-0x-xx  |    |  3.1.  3.1. A Patch Panel can be mounted in an enclosure \\ Network Sockets can be automatically created for a given Patch Panel \\ Back End Cables can be automatically created between the sockets of 2 Patch Panels \\ Cross Connects and Breakout Cables are now modelized \\ Wiring paths can be proposed to connect the 2 Patch Panels of a Cross Connect \\ Documents can be attached to Network Cables | 
-|  **1.2.0**  |  2023-12-07  |  Supported  |  3.1.  3.1. | A new Direct Cable class enables the connection between 2 physical interfaces together \\ The direct connection of 2 CIs is visible in the wiring diagram \\ Audit rules have been enhanced \\ Data samples have been added \\ Objects brought by the extension have their summary card \\ Add Chinese (simplified) translation | +|  **1.2.0**  |  2023-12-07  |  Supported  |  3.1.  3.1. A new Direct Cable class enables the connection between 2 physical interfaces together \\ The direct connection of 2 CIs is visible in the wiring diagram \\ Audit rules have been enhanced \\ Data samples have been added \\ Objects brought by the extension have their summary card \\ Add Chinese (simplified) translation | 
-|  1.1.0  |  2023-07-24  |  Obsolete  |  3.1.0  |  3.1.0  | Interfaces with no connections have been removed from the wiring diagram \\ Network cable class has been split into Backend, Frontend and Device network cable classes \\ An audit rule identifies the cables connected to one end only \\ Modelization of cables, sockets and interfaces have been enhanced \\ A socket can be attached to a location or a patch panel \\ A tab displays the list of patch panels mounted in a rack \\ Patch panels can be handled by [[https://store.itophub.io/en_US/products/molkobain-datacenter-view-extended|Molkobain DC view extended]] | +|  1.1.0  |  2023-07-24  |  Obsolete  |  3.1.0  |  3.1.0  | Interfaces with no connections have been removed from the wiring diagram \\ Network cable class has been split into Backend, Frontend and Device network cable classes \\ An audit rule identifies the cables connected to one end only \\ Modelization of cables, sockets and interfaces have been enhanced \\ A socket can be attached to a location or a patch panel \\ A tab displays the list of patch panels mounted in a rack \\ Patch panels can be handled by [[https://store.itophub.io/en_US/products/molkobain-datacenter-view-extended|Molkobain DC view extended]] | 
-|  1.0.0  |  2022-12-04  |  Obsolete  |  3.1.0  |  3.1.0  | Initial revision |+|  1.0.0  |  2022-12-04  |  Obsolete  |  3.1.0  |  3.1.0  | Initial revision |
  
 ===== Features ===== ===== Features =====
Line 67: Line 67:
 ===== Configuration ===== ===== Configuration =====
  
-No specific configuration is required in TeemIp's configuration file or in IP configs for that extension.+No specific configuration is required in TeemIp's configuration file or in IP configs for that extension. However, the default settings used by the "Find wiring" action on Cross Connects may be overwritten by the following configuration lines. 
 + 
 +<code> 
 + 'teemip-cable-mgmt' => array ( 
 + 'find_wiring_paths' => array ( 
 +   'max_rack_levels_to_cross' => 3, 
 +   'max_offers_to_display' => 16, 
 + ), 
 + ), 
 +</code> 
 + 
 +These should be added to the Modules specific part of the configuration file.
  
 ===== Patch Panel  ===== ===== Patch Panel  =====
Line 113: Line 124:
 With the extension [[https://store.itophub.io/en_US/products/molkobain-datacenter-view-extended|Datacenter View Extended]], Patch Panel display will look like: With the extension [[https://store.itophub.io/en_US/products/molkobain-datacenter-view-extended|Datacenter View Extended]], Patch Panel display will look like:
  
-FIXME 
 {{ classdisplay_patchpanel-dcviewext.png }} {{ classdisplay_patchpanel-dcviewext.png }}
  
Line 238: Line 248:
  
 Network admin may select one of the offered path and manually create it within TeemIP. Network admin may select one of the offered path and manually create it within TeemIP.
 +
 +<note tip>
 +The **Find wiring paths** action doesn't scan the entire CMDB. By default:
 +  * The number of racks that the paths may cross is limited to **5**,
 +  * The maximum of offers or proposals made by the tool is set to **32**.
 +
 +These value can be overwritten through the configuration file, as described [[extensions:teemip-cable-mgmt#configuration|here]].
 +</note>
 ===== Physical Interface ===== ===== Physical Interface =====
 {{icons8-globe-wire.png  }}  {{icons8-globe-wire.png  }} 
Line 288: Line 306:
 === Tabs === === Tabs ===
 ^  Tab  ^  Description  ^ ^  Tab  ^  Description  ^
-| Documents | All documents linked to the network cable |+| Documents | All documents linked to the front end network cable |
  
 <note warning> <note warning>
Line 322: Line 340:
 === Tabs === === Tabs ===
 ^  Tab  ^  Description  ^ ^  Tab  ^  Description  ^
-| Documents | All documents linked to the network cable |+| Documents | All documents linked to the back end network cable |
  
 <note warning> <note warning>
Line 357: Line 375:
 === Tabs === === Tabs ===
 ^  Tab  ^  Description  ^ ^  Tab  ^  Description  ^
-| Documents | All documents linked to the network cable |+| Documents | All documents linked to the device network cable |
  
 <note warning> <note warning>
Line 392: Line 410:
 === Tabs === === Tabs ===
 ^  Tab  ^  Description  ^ ^  Tab  ^  Description  ^
-| Documents | All documents linked to the network cable |+| Documents | All documents linked to the direct network cable |
  
 <note warning> <note warning>
Line 428: Line 446:
 === Tabs === === Tabs ===
 ^  Tab  ^  Description  ^ ^  Tab  ^  Description  ^
-| Documents | All documents linked to the network cable  | +| Documents | All documents linked to the breakout cable  | 
-| Patch Panels | All the patch panels that the cable is connected to |+| Patch Panels | All the patch panels that the cable is connected to |
  
-The relation holds a "UsedLinks" attribute which documents the number of wires consummed by the link.+(*) The relation holds a "UsedLinks" attribute which documents the number of wires consummed by the link.
  
 <note tip> <note tip>
extensions/teemip-cable-mgmt.1708705792.txt.gz · Last modified: 2024/02/23 17:29 by cnaud