Skip to content

Commit da274aa

Browse files
Pearl1594shwstppr
andauthored
Configurable MTU for VR (#279)
Co-authored-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 82aae70 commit da274aa

3 files changed

Lines changed: 32 additions & 10 deletions

File tree

source/adminguide/networking/advanced_zone_config.rst

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ configure the base guest network:
4949
- **Network offering**: If the administrator has configured multiple
5050
network offerings, select the one you want to use for this network
5151

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+
5260
- **External Id**: ID of the network in an external system.
5361

5462
- **Gateway**: The gateway that the guests instances will use.
@@ -68,8 +76,8 @@ configure the base guest network:
6876
#. Click OK.
6977

7078
.. 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.
7381

7482
Configure Public Traffic in an Advanced Zone
7583
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -141,6 +149,12 @@ Configuring a Shared Guest Network
141149
- **Network Offering**: If the administrator has configured multiple
142150
network offerings, select the one you want to use for this
143151
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
144158

145159
- **Associated Network**: The L2 or Isolated network this network is
146160
associated to. This network will use same VLAN as associated network.
@@ -172,11 +186,12 @@ Configuring a Shared Guest Network
172186
#. Click OK to confirm.
173187

174188
.. 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
178-
`“Creating a New Network Offering”
179-
<networking.html#creating-a-new-network-offering>`_.
189+
* End users (not administrator) can only use the network
190+
offerings with specifyvlan is false. Please create a network offering
191+
with specifyvlan is false to enable this for end users. See
192+
`“Creating a New Network Offering”
193+
<networking.html#creating-a-new-network-offering>`_.
194+
* 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.
180195

181196

182197
.. |addguestnetwork.png| image:: /_static/images/add-guest-network.png

source/adminguide/networking/virtual_private_cloud_config.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,15 @@ addresses in the form of a Classless Inter-Domain Routing (CIDR) block.
215215
- **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.
216216

217217

218+
- **Public MTU**: The MTU to be configured on the public interfaces of the
219+
VPC network's VR
220+
218221
#. Click OK.
219222

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`.
223227

224228
Adding Tiers
225229
~~~~~~~~~~~~

source/installguide/configuration.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,6 +1679,9 @@ the global configuration settings.
16791679

16801680
#. In the Actions column, click the Edit icon to modify a value.
16811681

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.
1684+
16821685

16831686
Granular Global Configuration Parameters
16841687
----------------------------------------

0 commit comments

Comments
 (0)