ipmcset -t maintenance -d ipaddr
更新时间: 2026/07/28
在Gitcode上查看源码Command Function
Set maintenance ip address
Command Format
ipmcset -t maintenance -d ipaddr -v <ipaddr> <mask>
Command type
ipmcset
Parameters
| Name | Type | Required | Default | Constraint | Description |
|---|---|---|---|---|---|
ipaddr | string | Yes | - | Regex | - |
mask | string | Yes | - | Regex | - |
Regex正则表达式
ipaddr
^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$mask
^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$Output Examples
Set the maintenance IP address of dedicated port successfully.
Set the maintenance subnet mask of dedicated port successfully.