You can run this command change bond_port general.
change bond_port general
Function
The change bond_port general command is change the MTU value of a bonded port.
Parameters
|
Parameter
|
Description
|
Value
|
|---|
| bond_port_id=? |
ID of the bonded port. |
To obtain the value, run "show bond_port".
|
| mtu=? |
MTU of the bonded port. |
The value is an integer between 1280 and 9000.
|
Usage Guidelines
- Run "show bond_port" to query all bonded ports.
- Run "change bond_port general bond_port_id=? mtu=?" to change the MTU of a specific bonded port.
Example
To change the MTU value of port 139009, run the following command.
admin:/>change bond_port general bond_port_id=139009 mtu=4000
DANGER: You are about to modify the MTU settings for the bond port. This operation may interrupt services or cause service exceptions.
Suggestion: Before performing this operation, ensure that the modification is necessary.
Have you read danger alert message carefully?(y/n)y
Are you sure you really want to perform the operation?(y/n)y
Command executed successfully.