Skip to content

Commit f40749e

Browse files
committed
950: formatting changes; subnet-tree-view
1 parent 8f6a384 commit f40749e

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

docs/infrastructure-management/ipam/subnet-tree-view.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 6
66
import ThemedImage from '@theme/ThemedImage'
77
import useBaseUrl from '@docusaurus/useBaseUrl'
88

9-
A subnet tree view is available via the main menu; find it by navigating to _Resources_ -> _Network_ -> _Subnet Tree_
9+
A subnet tree view is available under **Resources > Networks > Subnet Tree**.
1010

1111
## Subnet Tree View
1212

@@ -20,7 +20,7 @@ A subnet tree view is available via the main menu; find it by navigating to _Res
2020

2121
Subnets in the tree view are grouped into VRF groups. Because VRF groups have building associations, VRF group display also contains the building name.
2222

23-
New subnets can be added to a VRF group by hovering over a VRF group and clicking _+ New Subnet_ button.
23+
New subnets can be added to a VRF group by hovering over a VRF group and clicking the **+ New Subnet** button.
2424

2525
## Hover for details pop-up
2626

@@ -34,7 +34,7 @@ New subnets can be added to a VRF group by hovering over a VRF group and clickin
3434

3535
You can hover your mouse over any VRF groups, subnet, or IP and get more details on each. The subnet details includes a small graph that indicates the Percentage (%) of IP addresses used.
3636

37-
Each subnet and VRF group has an Edit button next to it. Click it to make changes from the subnet tree view.
37+
Each subnet and VRF group has an **Edit** button next to it. Click it to make changes from the subnet tree view.
3838

3939
## Add / edit IPs per subnet
4040

@@ -46,9 +46,9 @@ Each subnet and VRF group has an Edit button next to it. Click it to make change
4646
}}
4747
/>
4848

49-
Using the _+ New IP_ button after each subnet, you can add a new IP. If the subnet is smaller than 24 mask bits, you will see a list of all IPs that don’t exist yet in that subnet and you can just pick one for the list. For larger subnets you will be presented with a dialog to let you enter the information directly.
49+
Using the **+ New IP** button after each subnet, you can add a new IP. If the subnet is smaller than 24 mask bits, you will see a list of all IPs that don’t exist yet in that subnet and you can just pick one for the list. For larger subnets you will be presented with a dialog to let you enter the information directly.
5050

51-
Also, next to each IP, you will see an _Edit_ button that will enable you to edit the IP right from this page.
51+
Also, next to each IP, you will see an **Edit** button that will enable you to edit the IP right from this page.
5252

5353
## Nest subnets right from the tree view
5454

@@ -60,15 +60,15 @@ Also, next to each IP, you will see an _Edit_ button that will enable you to edi
6060
}}
6161
/>
6262

63-
You can also nest subnets right from the tree view using the _+ New Subnet_ button after each subnet. If you click this button, you get a tree like view of available subnets within that subnet that you can click on and choose. You can also drag and drop subnets into another subnet or another VRF group.
63+
You can also nest subnets right from the tree view using the **+ New Subnet** button after each subnet. If you click this button, you get a tree like view of available subnets within that subnet that you can click on and choose. You can also drag and drop subnets into another subnet or another VRF group.
6464

6565
:::info
6666
Please note that the drag and drop functionality is disabled for trees with over 2000 subnets.
6767
:::
6868

6969
## View Available Subnets
7070

71-
When adding subnets, you can view used and available subnets at a glance by clicking the _Subnet Usage Tree_ button...
71+
When adding subnets, you can view used and available subnets at a glance by clicking the **Subnet Usage Tree** button:
7272

7373
<ThemedImage
7474
alt="View available subnets from the tree view"
@@ -78,7 +78,7 @@ When adding subnets, you can view used and available subnets at a glance by clic
7878
}}
7979
/>
8080

81-
In the example above, you see the available subnets for the selected parent subnet. You will see the available subnets in green and the used (or partially used subnets) in red. You can drill further into the subnet tree by clicking "Expand All"...
81+
In the example above, you see the available subnets for the selected parent subnet. You will see the available subnets in green and the used (or partially used subnets) in red. You can drill further into the subnet tree by clicking **Expand All**:
8282

8383
<ThemedImage
8484
alt="View available subnets from the tree view"
@@ -94,7 +94,7 @@ These views will help you decide which subnet to assign.
9494

9595
When you choose a subnet to assign, the subnet you choose will have a big impact on future subnets choices. If you choose a subnet that is much bigger than you need, then many of its subnet are in effect wasted. If you choose a subnet that is near another subnet but not directly adjacent, the available subnets in between may be too small to be used and are effectively wasted. The goal is always to choose subnets that maximize future flexibility in subnet selection and assignment.
9696

97-
Device42 offers a patent-pending recommendation engine for choosing subnets. Just enter the desired _Mask Bits_ and click the "Suggest Subnet" button and Device42 will calculate the optimal subnet. You will be presented with two options to ignore parent subnets that are merged as Assigned or Allocated even if they are still empty. Once you click the "Run" button, Device42 will present its suggestion for you to accept or decline.
97+
Device42 offers a patent-pending recommendation engine for choosing subnets. Just enter the desired **Mask Bits** and click the **Suggest Subnet** button and Device42 will calculate the optimal subnet. You will be presented with two options to ignore parent subnets that are merged as Assigned or Allocated even if they are still empty. Once you click the **Run** button, Device42 will present its suggestion for you to accept or decline.
9898

9999
<ThemedImage
100100
alt="Recommend a subnet from the tree view"
@@ -114,6 +114,6 @@ Device42 offers a patent-pending recommendation engine for choosing subnets. Jus
114114
}}
115115
/>
116116

117-
Using the _+ New IP_ button after each subnet, you can add a new IP. If the subnet is smaller than 24 mask bits, then you will see a list of all IPs that don’t exist yet in that subnet and you can just pick one for the list. If the subnet is larger, you will go directly to the _Add IP Address_ dialog where you can enter all the details directly.
117+
Using the **+ New IP** button after each subnet, you can add a new IP. If the subnet is smaller than 24 mask bits, then you will see a list of all IPs that don’t exist yet in that subnet and you can just pick one for the list. If the subnet is larger, you will go directly to the **Add IP Address** dialog where you can enter all the details directly.
118118

119-
Also, next to each IP, you will see a _Edit_ button that will enable you to edit the IP right from this page.
119+
Also, next to each IP, you will see a **Edit** button that will enable you to edit the IP right from this page.

0 commit comments

Comments
 (0)