network-change-mtu
Usage
avcli network-change-mtu 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.
Options
| 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 network0 4000
$ avcli network-change-mtu network0 9000