User Tools

Site Tools


2_x:datamodel:teemip-config-mgmt

This is an old revision of the document!


CMDB Core

TeemIp's Configuration Management core module is iTop's mandatory Configuration Management module that has been slightly adapted to integrate with TeemIp' specific IP objects. For a comprehensive reference to that module, please, refer to the Configuration Management Core chapter in iTop wiki.

Here below is the list of modifications that TeemIp is bringing to iTop CMDB core elements.

Functional CI

This is the root class from the CMDB data model where most CIs derive from. As an abstract class, it cannot be instanciated.

TeemIp adds to it the method GetNameForIPAttribute where the shortname of the IP associated to the CI is defined. Because the method is defined in the XML data model file, it can be overloaded to handle specific cases, like the creation of different names for the different IPs that a CI may have.

Data Centre Device

This is the class, below Functional CI, that groups all CIs that are usually hosted in a data centre, like Network Devices, Servers or Storage Devices.

Data Centre Device Properties

On this abstract class, only one attribute is affected by TeemIp.

Name Type Mandatory?
Management IP Foreign key to a(n) IPv4 or IPv6 Address No

Upon creation or modification, a management IP can be set as a foreign key to an IP address. A drop-down box will list a choice of available IP addresses.

  • Only addresses which status is released or unassigned (i.e. not allocated nor reserved) will be offered,
  • Status of IP is automatically changed when IP is attached to the data centre device or removed from it,
  • If enabled through IP settings, CI name is copied into IP short name.

Network Interfaces

This is the root class where all interfaces derive from.

Network Interfaces Properties

On this abstract class, TeemIp adds an operational status attribute that summarized the status carried by its different daughter classes.

Name Type Mandatory?
Operational status Possible values: Active, Inactive No

IP Interfaces

This abstract class that derives from Network Interface models the interfaces that carry an IP.

IP Interfaces Properties

TeemIp is replacing the attributes IP address, IP gateway and IP mask by a n:n relation with IP Addresses. The attribute MAC address is replaced by one that supports multiple MAC address formats.

Physical Interfaces

A physical network interface on a physical server, as opposed to a virtual interface that is defined at the software level either in operating systems or virtual machines.

Physical Interface Properties

Name Type Mandatory?
Name Alphanumeric string
Device Foreign key to a(n) Connectable CI
Comment Multiline character string
MAC address Multi format MAC Address
Speed Decimal value (could be negative)

Tabs

Tab Description
VLANs VLANs that the interface is connected to
VRFs VRFs that the interface is connected to
IP Addresses IP Addresses (v4 or v6) that are hosted on the interface

There is no limitation in the number of IPv4s and / or IPv6s that a physical interface can host.

IPs can be attached to an interface regardless their status, even if it is already allocated. This is to reflect the situation where, for instance, an IP address is set on different router interfaces.

Connectable CI

A Connectable CI is an abstract class of CIs that groups all CIs that can be connected to an IP network. Such CI can host one or multiple physical interfaces.

Tabs

A computed tab has been added to connectable CIs.

Tab Description
Interfaces' IPs All IP addresses (v4 or v6) hosted by all physical interfaces attached to the CI

This allow you to have an overview on all IPs hosted by the CI.

2_x/datamodel/teemip-config-mgmt.1671028522.txt.gz · Last modified: 2022/12/14 15:35 by cnaud