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:53] – [List & Pick IPs] cnaud2_x:datamodel:ip-ranges [2024/03/27 11:03] (current) – [Modify an IP Range] cnaud
Line 81: Line 81:
 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.
Line 106: Line 124:
 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.txt · Last modified: 2024/03/27 11:03 by cnaud