Dear Phany,
The change system maintenance_ip command is used to configure the IP address of the maintenance network port on new hardware. Only IPv4 addresses can be configured for the maintenance network port to access the disk array.
Format
change system maintenance_ip eth_port_id=? ip=? mask=? [ gateway=? ] [ delete_gateway=? ]
Parameters
Parameter | Description | Value |
|---|
| eth_port_id=? | Maintenance network port ID. | To obtain the value, run "show port general logic_type = maintenance_port". The value contains 1 to 31 characters, including letters, digits, and periods (.). The value cannot start with a digit or a period (.), or end with a period (.). |
| ip=? | IPv4 address of the maintenance network port. | The IPv4 address cannot start with 0 or an integer from 224 to 255. |
| mask=? | Subnet mask of the maintenance network port. | - |
| gateway=? | Gateway of the maintenance network port. | The IPv4 gateway cannot start with 0 or an integer from 224 to 255. |
| delete_gateway=? | Whether the original gateway needs to be deleted when you configure an IP address for the maintenance network port. | The value can be "yes" or "no", where: |
Thank you.