This is an old revision of the document!
TeemIp IP Discovery Extension represents the TeemIp side of TeemIp IP Discovery solution. It defines the discovery parameters and allows discovery results to be fed back and displayed.
Version | Release Date | Comments |
---|---|---|
0.5.1 | 2020-04-14 | Move IP Application menu under the new Tools shortcut |
0.4.0 | 2019-10-11 | Enable / disable discovery of subnet attached to an IP Discovery application |
0.3.0 | 2019-08-29 | Move generic methods to IP Application level |
0.2.2 | 2019-02-09 | Initial production release |
0.2.0 | 2018-09-24 | Release candidate |
0.1.1 | 2017-08-11 | Beta version 2 |
0.1.0 | 2017-06-12 | Beta version 1 |
Reminder: TeemIp IP Discovery provides a solution to TeemIp administrators to discover or scan their IP networks and to document within TeemIp the results of these discoveries and scans.
The solution is made of 2 components:
The IP Discovery extension, which is described in this page, is installed on a TeemIp instance. It models the IP Discovery applications that are connected to TeemIp and display the output provided by these applications.
Each instance of a remote IP Discovery Application defines:
A given subnet can only be discovered by one remote application and the functions to be used for its discovery can be restricted: ie deny ping, IP lookup or scan if these have been enabled globally.
TeemIp IP Discovery solution is licensed under the terms of the GNU Affero General Public License Version 3 as published by the Free Software Foundation. This gives you legal permission to copy, distribute and/or modify it under certain conditions. Read the ’license.txt’ file in the distribution. TeemIp IP Discovery is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE.
The nice binocular icon attached to the IP Discovery Application in TeemIp has been found on IconFinder and Icons Land.
Discovery of IPv6 networks is not handled at this stage.
The extension doesn't require anything more than what is necessary to install and run TeemIp.
When adding the extension on an TeemIp standalone or iTop application, just use the standard installation process.
No specific configuration is required in TeemIp's configuration file or in IP configs for that extension.
Once installed, the extension will alter the IP Management menu by adding a sub menu group next to the IPv6 Shorcuts.
The “IP Discovery” link provides statistics on IP addresses and discovery results.
Clicking on the count figure next to an IP Discovery application provides the list of subnets discovered by the given application.
These objects define the remote applications that actually perform the discovery work. They enable these remote applications to communicate with TeemIp, list the subnets to be discovered and define how they should be discovered.
Name | Type | Mandatory? |
---|---|---|
General Information | ||
Name | Alphanumeric string | Yes |
Organization | Foreign key to a(n) Organization | Yes |
Status | Possible values: implementation, production, obsolete | No |
Business criticity | Possible values: medium, high, low | No |
Location | Foreign key to a(n) Location | No |
Description | Multiline character string | No |
Requestor | Foreign key to a(n) Person | No |
Move to production date | Date (year-month-day) | No |
UUID | Alphanumeric string | No |
Ping Function | ||
Ping enabled | Possible values: yes, no | No |
Ping timeout | Integer | No |
IP lookup Function | ||
IP lookup enabled | Possible values: yes, no | No |
DNS server #1 | Alphanumeric string | No |
DNS server #2 | Alphanumeric string | No |
Scan Function | ||
Scan enabled | Possible values: yes, no | No |
Port number | Integer | No |
Protocol | Possible values: tcp, udp, both | No |
Scan timeout | Integer | No |
Tab | Description |
---|---|
Contacts | All the contacts for this application |
Documents | All the documents linked to this object |
Managed IPv4 subnets | All the IPv4 subnets that the application must discover |
The IP Discovery applications shorcut displays all the applications that belong to the selected organization.
From the listing view, click on the “New…” menu to display the creation form.
The extension enhances the IP Subnet datamodel so that an IP discovery application can look after them. For that purpose, the following attributes are added:
Name | Type | Mandatory? |
---|---|---|
Discovery Information | ||
IP Discovery application | Foreign key to a(n) IP Discovery application | No |
Discovery activated | Possible values: yes, no | No |
Last discovery date | Date when the last discovery run for that subnet | No |
IP discovery ping enabled | Foreign attribute of the application | No |
Ping enabled for subnet | Possible values: yes, no | No |
Ping duration | Time it took to ping the whole subnet | No |
IP discovery IP lookup enabled | Foreign attribute of the application | No |
IP lookup enabled for subnet | Possible values: yes, no | No |
IP lookup duration | Time it took to lookup the whole subnet | No |
IP discovery scan enabled | Foreign attribute of the application | No |
Scan enabled for subnet | Possible values: yes, no | No |
Scan duration | Time it took to scan the whole subnet | No |
IP discovery attributes alter the subnet creation form as follows:
The 3 attributes Ping, IP lookup and Scan enabled for subnet may change the way the subnet's IP discovery application will discover the subnet:
The IP Discovery Module alters the standard TeemIp datamodel so that discovery results can be visualized at both the subnet and the IP address levels.
From the detailed display of a subnet, selecting 'List & Pick' under 'Other Actions' menu will show:
The following image may appear next to each IP of the subnet:
These flags reflects the latest status provided by the remote application. If an IP was pinging in the past and if the latest discovery finds out that this IP doesn't ping anymore, then the ping image will not be shown anymore.
The IP Discovery Module alters as well the IPAddress datamodel so that discovery informations related to IP addresses can be displayed at their level. The following attributes are added:
Name | Type | Can be edited? |
---|---|---|
Discovery Information | ||
IP Discovery application name | Alphanumeric string | No |
Last date of discovery | Date [ No | |
Responds to ping | Possible values: yes, no | No |
Responds to IP lookup | Possible values: yes, no | No |
FQDN from IP lookup | Alphanumeric string | No |
Responds to scan | Possible values: yes, no | No |