目录
故障分析
接口下配置IP地址过程中出现错误,导致IP地址配置不成功。
错误提示信息详解及排除方法
错误提示信息 | 错误提示信息解释 | 故障排除方法 |
---|---|---|
Error: The specified IP address is invalid. | 无效的IP地址,IP地址或子网掩码错误。 | 请检查后重新配置。
|
Error: The specified address conflicts with another address. | IP地址冲突,本设备的其他接口已使用了相同网段的IP地址。 | 请使用其他网段IP地址进行配置。 |
Error: The specified primary address does not exist. | 删除的主地址不存在。 说明: 一个接口只能有一个主IP地址,当配置主IP地址时,如果接口上已经有主IP地址,则原主IP地址被删除,新配置的地址成为主IP地址。 | 无需执行删除操作。 |
Error: Please configure the primary address in the interface view first. |
| 先给设备配置主IP地址。 |
Error: The number of addresses of the specified interface reached the upper limit (256). | 在接口上配置的从IP地址超过最大数目,无法继续配置从IP地址。 说明: 默认情况下,每个接口下最多可以配置256个IP地址。 | ~~~ |
Error: Please delete the sub address in the interface view first. | 无法删除主IP地址。 | 请先删除接口下所有的从IP地址,再删除主IP地址。 |
Error: The specified address cannot be deleted because it is not the primary address of this interface. | 无法删除从IP地址,无法使用删除主IP地址的命令删除从IP地址。 | 请执行删除从IP地址的命令undo ip address ip-address { mask | mask-length } sub。 |
Error: The specified sub address does not exist. | 删除的从IP地址不存在。 | 无需执行删除操作。 |
Error: The address already exists. | 接口下已经有相同的IP地址了,应该配置其他的IP地址。 | 请使用其他的IP地址进行配置。 |
Tips:来自华为官方的解释,对我这种英语短板选手来说很有帮助,希望能帮到你们!