User Tools

Site Tools


2_x:datamodel:ip-ranges

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
2_x:datamodel:ip-ranges [2023/08/08 16:37] – [Display an IP Range] cnaud2_x:datamodel:ip-ranges [2024/03/27 11:03] (current) – [Modify an IP Range] cnaud
Line 77: Line 77:
 </note> </note>
 ==== Modify an IP Range ==== ==== Modify an IP Range ====
-From the detailed view of an IP Range, click on the “Modify” button.+From the detailed view of an IP Range, click on the {{pen-icon.png?nolink|Edit icon}} button.
  
 The parameters that can be changed here are: Name, First and Last IPs, Usage, DHCP range, Note, Requestor as well as the lists of Contacts and Documents attached to the IP Range. The parameters that can be changed here are: Name, First and Last IPs, Usage, DHCP range, Note, Requestor as well as the lists of Contacts and Documents attached to the IP Range.
  
 +==== Navigating between adjacent Ranges ====
 +TeemIp provides an easy and efficient way to navigate between adjacent ranges. If the action is enabled, the left and rights arrows of the object menu {{navigate-icon.png?nolink|Navigate icon}} will bring you to the previous or next registered range in TeemIp. This action is driven by default parameters that can be overwritten in the configuration file.
 +
 +<code>
 + 'teemip-ip-mgmt' => array (
 + ...
 + 'range_navigation' => array (
 +   'enabled' => true,
 +   'within_subnet_only' => false,
 + ),
 +                ...
 +        ),
 +
 +</code>
 +
 +^  Parameter  ^  Description  ^
 +| enabled| Enable or disable the function |
 +| within_subnet_only| Limit the navigation to the subnet that the range belongs to or not |
 ==== Other Actions ==== ==== Other Actions ====
-Next to standard actions, a set of specific actions can be applied to IP Ranges. These can be found in the Other Actions” menu available from the details page.+Next to standard actions, a set of specific actions can be applied to IP Ranges. These can be found in the **Other Actions** menu available from the details page.
  
-{{ details-popup-menu-iprangeotheractions.png }}+{{ details-popup-menu-iprangeotheractions-3x.png }}
  
 These specific actions are described in below chapters. These specific actions are described in below chapters.
Line 90: Line 108:
  
 ==== List & Pick IPs ==== ==== List & Pick IPs ====
-The List & Pick IPs action simply lists, in numerical order, all the IP addresses hosted within an IP Range. It lists as well the free IP addresses and provides the possibility to directly register one of them.+The List & Pick IPs action simply lists, in numerical order, all the IP addresses hosted within an IP Range. It lists as well the free IP addresses and provides the possibility to directly register them.
  
-<note>+<note tip>
 The list is limited to 4096 IPs. Should the subnet contain more IPs, then a preliminary screen asks the user to shorten subnet boundaries so that less than 4096 IPs are displayed. The list is limited to 4096 IPs. Should the subnet contain more IPs, then a preliminary screen asks the user to shorten subnet boundaries so that less than 4096 IPs are displayed.
 </note>  </note> 
  
-{{ classlistips1_ipv4range.png }}+{{ classlistips1_ipv4range-3x.png }}
  
 All free IPs can be created by clicking the appropriate {{ipmini-add-xs.png}} button. This will open a popup window where all IP details can be registered. If you don’t wish to proceed, the top right menus will lead you to your next page. All free IPs can be created by clicking the appropriate {{ipmini-add-xs.png}} button. This will open a popup window where all IP details can be registered. If you don’t wish to proceed, the top right menus will lead you to your next page.
  
 +<note>
 +The highlighted status (like Unassigned, here) and the PING, LOOKUP or SCAN labels are set by the IP discovery process. Please, refer to the [[extensions:teemip-ip-discovery-extension#view_results_in_teemip|TeemIp IP Discovery extension]] for a detailed view on that subject. 
 +</note>
 ==== CSV Export IPs ==== ==== CSV Export IPs ====
 This function exports in a text format all IPs of a given subnet: IPs that are registered (regardless their status: allocated, reserved, released or unassigned) and IPs that are not registered and that don’t exit as an object in TeemIp data base. This function exports in a text format all IPs of a given subnet: IPs that are registered (regardless their status: allocated, reserved, released or unassigned) and IPs that are not registered and that don’t exit as an object in TeemIp data base.
  
-<note>+<note tip>
 The list is limited to 4096 IPs. Should the subnet contain more IPs, then a preliminary screen asks the user to shorten subnet boundaries so that less than 4096 IPs are displayed. The list is limited to 4096 IPs. Should the subnet contain more IPs, then a preliminary screen asks the user to shorten subnet boundaries so that less than 4096 IPs are displayed.
 </note>  </note> 
  
-{{ classcsvips1_ipv6range.png }}+{{ classcsvips1_ipv6range-3x.png }}
  
 Clicking on “Apply” will generate the list.  Clicking on “Apply” will generate the list. 
  
-{{ classcsvips2_ipv6range.png }}+{{ classcsvips2_ipv6range-3x.png }}
  
 Next to the attributes of an IP address, additional information fields are exported with each IP address: Next to the attributes of an IP address, additional information fields are exported with each IP address:
2_x/datamodel/ip-ranges.1691505423.txt.gz · Last modified: 2023/08/08 16:37 by cnaud