zoukankan      html  css  js  c++  java
  • 华为交换机绑定IP时报错The IP address's status is error

    1.使用华为交换机绑定IP时报错The IP address's status is error  

    ip pool Wireless-staff14
     gateway-list 10.1.14.1
     network 10.1.14.0 mask 255.255.255.0
     static-bind ip-address 10.1.14.35 mac-address 10f0-0514-854d
     static-bind ip-address 10.1.14.138 mac-address f8a2-d6d8-aa49
     dns-list 10.1.41.101 10.1.41.103  
    [FC-WJ_B-Core-01]ip pool Wireless-staff14
    [FC-WJ_B-Core-01-ip-pool-Wireless-staff14] static-bind ip-address 10.1.14.28 mac-address 1e64-669f-8d8f
    Error: The IP address's status is error.

      报错原因为绑定IP已分配到终端,需先在全局模式下将IP释放再绑定。  

    <FC-WJ_B-Core-01>reset ip pool name Wireless-staff14 10.1.14.28 
    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  
    [FC-WJ_B-Core-01]ip pool Wireless-staff14
    [FC-WJ_B-Core-01-ip-pool-Wireless-staff14]static-bind ip-address 10.1.14.28 mac-address 1e64-669f-8d8f
    [FC-WJ_B-Core-01-ip-pool-Wireless-staff14]
    看看天上,于是我去了满是风雪的地方
  • 相关阅读:
    4. Dictionary HashTable
    5.1. ISet HashSet
    5.2.ISet SortedSet
    6.1. String
    6.2. Encoding
    2.1. List
    1. 基础类型
    0.源代码代码分布情况
    0.2.比较接口Default
    Android获取应用启动时间
  • 原文地址:https://www.cnblogs.com/xinghen1216/p/14919713.html
Copyright © 2011-2022 走看看