码迷,mamicode.com
首页 > 系统相关 > 详细

The ip address is being used by a static-MAC user

时间:2019-09-06 14:37:02      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:sse   hat   用户   tin   分配   eset   ESS   serve   int   

解决华为路由器在vlan中静态地址绑定出现"The ip address is being used by a static-MAC user"的问题

故障原因:该mac地址已经通过dhcp分配了ip

查看vlan里分配的ip

display ip pool interface Vlanif10 all | include xxx-xxxx-xxxx

假设查询结果为192.168.1.200

清除绑定的ip

****注意此操作要在用户模式下

reset ip pool interface vlanif10 192.168.1.200
出现警告提示输入y确认
Warning: If the IP addresses that are being used are reclaimed, may influence normal user in the network. Are you sure to continue?[Y/N]:y

重新绑定ip为192.168.1.10

interface Vlanif 10
dhcp server static-bind ip-address 192.168.1.10 mac-address xxx-xxxx-xxxx

让用户禁用再启用网卡,搞定!

The ip address is being used by a static-MAC user

标签:sse   hat   用户   tin   分配   eset   ESS   serve   int   

原文地址:https://blog.51cto.com/355665/2436101

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!