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: source/adminguide/networking/advanced_zone_config.rst
+22-7Lines changed: 22 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,14 @@ configure the base guest network:
49
49
- **Network offering**: If the administrator has configured multiple
50
50
network offerings, select the one you want to use for this network
51
51
52
+
- **Public MTU**: The MTU that will be configured on the public interfaces
53
+
of the network's VR.
54
+
**NOTE:** This will not be considered for VPC network tiers, as the
55
+
public MTU defined at the VPC network creation level will be considered
56
+
57
+
- **Private MTU**: The MTU that will configured on the private interface(s)
58
+
of the network's VR
59
+
52
60
- **External Id**: ID of the network in an external system.
53
61
54
62
- **Gateway**: The gateway that the guests instances will use.
@@ -68,8 +76,8 @@ configure the base guest network:
68
76
#. Click OK.
69
77
70
78
.. note::
71
-
In security groups-enabled Advanced zones and Basic zones, creation of
72
-
VPC and isolated networks are not supported.
79
+
* In security groups-enabled Advanced zones and Basic zones, creation of VPC and isolated networks are not supported.
80
+
* MTU options will be shown in the UI and considered only when zone configuration - `allow.end.users.to.specify.vr.mtu` is set to true. Maximum allowed values for public and private MTU can be controlled by zone-level configurations, `vr.public.interface.max.mtu` and `vr.private.interface.max.mtu` respectively.
73
81
74
82
Configure Public Traffic in an Advanced Zone
75
83
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -141,6 +149,12 @@ Configuring a Shared Guest Network
141
149
- **Network Offering**: If the administrator has configured multiple
142
150
network offerings, select the one you want to use for this
143
151
network.
152
+
153
+
- **Public MTU**: The MTU that will be configured on the public interfaces
154
+
of the network's VR. This MTU will considered for redundant VRs
155
+
156
+
- **Private MTU**: The MTU that will configured on the private interface(s)
157
+
of the network's VR
144
158
145
159
- **Associated Network**: The L2 or Isolated network this network is
146
160
associated to. This network will use same VLAN as associated network.
@@ -172,11 +186,12 @@ Configuring a Shared Guest Network
172
186
#. Click OK to confirm.
173
187
174
188
.. note::
175
-
End users (not administrator) can only use the network
176
-
offerings with specifyvlan is false. Please create a network offering
177
-
with specifyvlan is false to enable this for end users. See
* MTU options will be shown in the UI and considered only when zone configuration - `allow.end.users.to.specify.vr.mtu` is set to true. Maximum allowed values for public and private MTU can be controlled by zone-level configurations, `vr.public.interface.max.mtu` and `vr.private.interface.max.mtu` respectively.
Copy file name to clipboardExpand all lines: source/adminguide/networking/virtual_private_cloud_config.rst
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,11 +215,15 @@ addresses in the form of a Classless Inter-Domain Routing (CIDR) block.
215
215
- **IPv6 DNS**: A set of custom IPv6 DNS that will be used by this VPC. If not provided then IPv6 DNS specified for the zone will be used. Available only when the selected VPC offering is IPv6 enabled and supports DNS service.
216
216
217
217
218
+
- **Public MTU**: The MTU to be configured on the public interfaces of the
219
+
VPC network's VR
220
+
218
221
#. Click OK.
219
222
220
-
.. note::
221
-
In security groups-enabled Advanced zones and Basic zones, creation of
222
-
VPC and isolated networks are not supported.
223
+
.. note::
224
+
* In security groups-enabled Advanced zones and Basic zones, creation of
225
+
VPC and isolated networks are not supported.
226
+
* Public MTU option will be shown in the UI and considered only when zone configuration - `allow.end.users.to.specify.vr.mtu` is set to true. Maximum allowed value for public MTU can be controlled by zone-level configuration - `vr.public.interface.max.mtu`.
Copy file name to clipboardExpand all lines: source/installguide/configuration.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1679,6 +1679,9 @@ the global configuration settings.
1679
1679
1680
1680
#. In the Actions column, click the Edit icon to modify a value.
1681
1681
1682
+
.. note::
1683
+
Local configuration parameters will default to global configuration value when an explicit value is not set for them. Reset action for local configurations will also update their value to global configuration value.
0 commit comments