This shows you the differences between two versions of the page.
— |
2_x:datamodel:typology [2018/09/14 22:26] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Typology Elements ====== | ||
+ | |||
+ | {{classicon_typology.png }} | ||
+ | |||
+ | On top of iTop's topology elements, TeemIp proposes a typology to predefine the type of WAN Links and 2 IP dedicated topologies: IP Address Usage and IP Range Usage to define the usages that can be made of IP Addresses and IP Ranges. | ||
+ | |||
+ | <note warning> | ||
+ | IP Address Usages and IP Range Usages are defined per Organization and are not shared between different organizations. | ||
+ | </note> | ||
+ | |||
+ | Like all topology elements, these IP ones are managed through the "Typology configuration" menu of the Data Administration module. | ||
+ | |||
+ | {{ overview_group_typology.png }} | ||
+ | |||
+ | |||
+ | ===== WAN Link Type ===== | ||
+ | WAN Link Types allow administrator to predefine the type of WAN links used and to make sure their name is standard. | ||
+ | |||
+ | === WAN Link Type Properties === | ||
+ | ^ Name ^ Type ^ Mandatory? ^ | ||
+ | | Name | Alphanumeric string | Yes | | ||
+ | | Description | Multiline character string | No | | ||
+ | |||
+ | === Creating a new WAN Link Type === | ||
+ | In the Typology configuration menu of the Data administration module, click on "Create a new WAN Link Type" to display the creation form. You may as well select "New..." in the listing of WAN Link Types. | ||
+ | |||
+ | {{ classcreate_wanlinktype.png }} | ||
+ | |||
+ | |||
+ | ===== IP Address Usage ===== | ||
+ | IP Address Usages will allow administrators to define the role that an IP can take in their environment: standard usage like Printer or Gateway IP or more technical one like HSRP or High Availability. Name of usage being defined through a free text attribute, administrators can really create what suits their needs best. | ||
+ | |||
+ | === IP Address Usage Properties === | ||
+ | ^ Name ^ Type ^ Mandatory? ^ | ||
+ | | Organization | Foreign key to a(n) Organization | Yes | | ||
+ | | Name | Alphanumeric string | Yes | | ||
+ | | Description | Multiline character string | No | | ||
+ | |||
+ | === Creating a new IP Address Usage === | ||
+ | In the Typology configuration menu of the Data administration module, click on "Create a new IP Address Usage" to display the creation form. You may as well select "New..." in the listing of IP Address usages. | ||
+ | |||
+ | {{ classcreate_ipaddressusage.png }} | ||
+ | |||
+ | ===== IP Range Usage ===== | ||
+ | IP Range Usages will allow administrators to document the usage that is made of IP ranges in their environment: Printers, Consoles, DHCP pools... Name of usage being defined through a free text attribute, administrator can really create what suits their needs best. | ||
+ | |||
+ | === IP Range Usage Properties === | ||
+ | ^ Name ^ Type ^ Mandatory? ^ | ||
+ | | Organization | Foreign key to a(n) Organization | Yes | | ||
+ | | Name | Alphanumeric string | Yes | | ||
+ | | Description | Multiline character string | No | | ||
+ | |||
+ | === Creating a new IP Range Usage === | ||
+ | In the Typology configuration menu of the Data administration module, click on "Create a new IP Range Usage" to display the creation form. You may as well select "New..." in the listing of IP Ranges Usages. | ||
+ | |||
+ | {{ classcreate_iprangeusage.png }} | ||
+ | |||
+ | |||