User Tools

Site Tools


2_x:datamodel:subnets

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:subnets [2023/09/13 17:41] – [Find space] cnaud2_x:datamodel:subnets [2024/01/26 17:29] (current) – [Modifying a Subnet] cnaud
Line 82: Line 82:
  
 ==== Subnet Calculator ==== ==== Subnet Calculator ====
-A subnet calculator tool is available from the tool menu of subnet lists and subnet trees as well as from the "Other Actionsmenu of the subnet details display. This utility greatly helps network computations using IP address, subnet mask or mask bits for IPv4 subnets and IP address and mask bits for IPv6 subnets. Note that you can as well access the calculator directly from the IP Management menu, under the "Tools" shortcut.+A subnet calculator tool is available from the tool menu of subnet lists and subnet trees as well as from the **Other Actions** menu of the subnet details display. This utility greatly helps network computations using IP address, subnet mask or mask bits for IPv4 subnets and IP address and mask bits for IPv6 subnets. Note that you can as well access the calculator directly from the IP Management menu, under the "Tools" shortcut.
  
 {{ calculator_ipv4subnet-3x.png }} {{ calculator_ipv4subnet-3x.png }}
-{{ calculator_ipv6subnet.png }}+{{ calculator_ipv6subnet-3x.png }}
  
 Once required information is entered, IPv4 calculation provides : Once required information is entered, IPv4 calculation provides :
Line 142: Line 142:
 Subnet IP and size can only be changed on IPv4 subnets through the specific menus described below. Subnet IP and size can only be changed on IPv4 subnets through the specific menus described below.
 </note> </note>
 +
 +==== Navigating between adjacent Subnets ====
 +TeemIp provides an easy and efficient way to navigate between adjacent subnets. 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 subnet in TeemIp. This action is driven by default parameters that can be overwritten in the configuration file.
 +
 +<code>
 + 'teemip-ip-mgmt' => array (
 + ...
 + 'subnet_navigation' => array (
 +   'enabled' => true,
 +   'within_block_only' => false,
 + ),
 +                ...
 +        ),
 +
 +</code>
 +
 +^  Parameter  ^  Description  ^
 +| enabled| Enable or disable the function |
 +| within_block_only| Limit the navigation to the block that the subnet belongs to or not |
 ==== Other Actions ==== ==== Other Actions ====
 Next to standard actions, a set of specific actions can be applied to subnets. 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 subnets. These can be found in the "Other Actions" menu available from the details page.
Line 256: Line 275:
 </note>  </note> 
  
-{{ classcsvips1_ipv4subnet.png }}+{{ classcsvips1_ipv4subnet-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/subnets.1694619718.txt.gz · Last modified: 2023/09/13 17:41 by cnaud