network-change-mtu

Usage

avcli network-change-mtu [--force] name size

Description

The network-change-mtu command changes the MTU size of the specified network (an A-Link or business network, including the biz0 network) on everRun systems.
Note: Changing the MTU of a business network that is being used as network0 or by running VMs may cause a temporary loss of connection to the system, so you must use the --force option. If you do not use the --force option with such networks, the following message appears:

Changing the MTU of business networks may cause a temporary loss of connection to the system. If you still wish to do so, please use ---force to override.

Options

--force Forces the change of the MTU size. Specify this option when you want to change the MTU size of a business network whether or not it is being used by running VMs. If you do not specify this option, the MTU size cannot be changed.
name The name of the network
size The MTU size. Valid values are 1280 - 65535 (1500 is the default).

Examples

The following commands change the MTU size on the A-Link priv0.
$ avcli network-change-mtu priv0 4000
$ avcli network-change-mtu priv0 9000
The following commands change the MTU size on the business network network0, sometimes known as biz0.
$ avcli network-change-mtu --force network0 4000
$ avcli network-change-mtu --force network0 9000