赞
踩
解决华为路由器在vlan中静态地址绑定出现"The ip address is being used by a static-MAC user"的问题
display ip pool interface Vlanif10 all | include xxx-xxxx-xxxx
假设查询结果为192.168.1.200
****注意此操作要在用户模式下
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
interface Vlanif 10
dhcp server static-bind ip-address 192.168.1.10 mac-address xxx-xxxx-xxxx
让用户禁用再启用网卡,搞定!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。