Change MTU Size For Existing Network Using OpenStack CLI/API
Problem
The need exists to increase MTU size for an existing Network in OpenStack such that the new instances created on that network will have Jumbo frames enabled on the network interface.
Environment
- Platform9 Managed OpenStack - All Versions
- OpenStack CLI - v4.0.0 and Higher
Procedure
Network MTU can be increased via OpenStack CLI( latest version - 4.0.0 ) or via API call.
- To increase the MTU size via CLI OpenStack CLI, run:
Note: MTU option in the command is only available in the OpenStack CLI version 4.0.0 and higher.
- To increase the MTU using the OpenStack API, run:
Additional Information
- To check the version of Openstack CLI, use the following command.
- To upgrade the OpenStack CLI version to the latest, run the following command.
- To obtain a token for API calls use the following command.
Was this page helpful?