You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/infrastructure-management/ipam/subnets.mdx
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ You can create nested subnets automatically and can relocate manually created su
12
12
13
13
The subnet must be part of a VRF group to create a nested subnet.
14
14
15
-
### Subnet List page
15
+
### Subnet List Page
16
16
17
17
<ThemedImage
18
18
alt="Subnet List page"
@@ -39,9 +39,9 @@ Clicking on a subnet gives you a detailed view/edit page for that subnet.
39
39
}}
40
40
/>
41
41
42
-
You can also add IPs to an existing subnet using the new _Background Populate Subnets with IPs_ command from the Subnets Action menu. When deleting a subnet (_Delete with Detailed Confirmation_), you can also choose to add the associated IPs to the parent subnet (if one exists). This feature helps when doing maintenance on subnets where moving from a smaller to larger subnet is desired without removing or recreating the associated IP addresses.
42
+
You can also add IPs to an existing subnet using the new **Background Populate Subnets with IPs** command from the Subnets **Actions** menu. When deleting a subnet (**Delete with Detailed Confirmation**), you can also choose to add the associated IPs to the parent subnet (if one exists). This feature helps when doing maintenance on subnets, where it is desirable to move from a smaller to a larger subnet without removing or recreating the associated IP addresses.
43
43
44
-
The Action menu also includes an option for creating a ping sweep for a set of selected subnets.
44
+
The **Actions** menu also includes an option for creating a ping sweep for a set of selected subnets.
45
45
46
46
<ThemedImage
47
47
alt="Subnet Action menu"
@@ -70,7 +70,7 @@ The Action menu also includes an option for creating a ping sweep for a set of s
70
70
/>
71
71
72
72
73
-
### Adding/Editing a subnet
73
+
### Adding/Editing a Subnet
74
74
75
75
<ThemedImage
76
76
alt="Adding/Editing a subnet"
@@ -80,17 +80,17 @@ The Action menu also includes an option for creating a ping sweep for a set of s
80
80
}}
81
81
/>
82
82
83
-
Network and mask bits are required fields, all others are optional. Range begin, and end is calculated automatically based on network and mask bits if not entered.
83
+
Network and mask bits are required fields; all others are optional. The range beginning and end are calculated automatically based on the network and mask bits if not entered.
84
84
85
85
The VRF group is required if you want to further subnet this subnet.
86
86
87
87
The Subnet Category can be used to categorize your subnets. If using the Multitenancy feature, you can restrict subnet permissions based on these categories.
88
88
89
89
If you mark the network and/or broadcast addresses as usable for a subnet, these IPs will be shown as usable IPs in the IP Address list page.
90
90
91
-
### VRF groups and overlapping subnet ranges
91
+
### VRF Groups and Overlapping Subnet Ranges
92
92
93
-
When you add an overlapping subnet in a VRF group, the subnet gets automatically positioned with the right parent/child relationship.
93
+
When you add an overlapping subnet in a VRF group, the subnet gets automatically positioned with the right parent-child relationship.
94
94
95
95
### Adding Subnetted Subnets
96
96
@@ -108,7 +108,7 @@ You can just enter mask bits and click Add, and a subnet underneath the current
108
108
109
109
On the edit page, clicking on a nested subnet takes you to the edit page for that subnet.
110
110
111
-
### Relocating a subnet
111
+
### Relocating a Subnet
112
112
113
113
<ThemedImage
114
114
alt="Relocating a subnet"
@@ -118,9 +118,9 @@ On the edit page, clicking on a nested subnet takes you to the edit page for tha
118
118
}}
119
119
/>
120
120
121
-
On the edit page, if you click on **Relocate**, it will calculate if there are any subnets into which this subnet can be moved. If it finds one and there are no IP conflicts, it will relocate the subnet.
121
+
On the edit page, if you click on **Relocate**, it will calculate whether there are any subnets into which this subnet can be moved. If it finds one and there are no IP conflicts, it will relocate the subnet.
122
122
123
-
### Deleting a subnet upwards/merging into parent
123
+
### Deleting a Subnet Upwards/Merging Into Parent
124
124
125
125
<ThemedImage
126
126
alt="Deleting a subnet upwards/merging into parent"
0 commit comments