如何从 Aruba 主 IAP 中删除或禁用虚拟控制器 IP?
How to delete or disable the virtual controller IP from the Aruba master IAP?
我已经在我的主 IAP 上应用了虚拟控制器 IP,并且配置保留在我的主 IAP 上,可以在 IAP 的 运行 配置中查看。
WAP# configure terminal WAP (config) # virtual-controller-ip 200.20.200.237
WAP (config) # end
WAP# commit apply
committing configuration...
configuration committed.
WAP# reload all
Do you really want to reset the system (y/n): y
如何使用 Aruba CLI 删除或禁用此应用配置?
要禁用或取消设置虚拟控制器 IP,我们需要在主 wap 或虚拟控制器中将 virtual-controller-ip 应用为 0.0.0.0。
让我们在主 WAP 中将 virtual-controller-ip 应用为 0.0.0.0。
WAP# configure terminal
We now support CLI commit model, please type "commit apply" for configuration to take effect.
WAP (config) # virtual-controller-ip 0.0.0.0
WAP (config) # end
WAP# commit apply no-save
committing configuration...
现在在 master wap 运行-config 中我们没有 virtual-controller-ip。
WAP# show running-config
virtual-controller-country US
从 Aruba 8.3 MIB 开始,它表示当未设置虚拟控制器 IP 地址时,它将 return 0.0.0.0.
aiVirtualControllerIPAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Virtual Controller IP Address. If this is not set, returns 0.0.0.0"
::= { aiInfoGroup 5 }
我已经在我的主 IAP 上应用了虚拟控制器 IP,并且配置保留在我的主 IAP 上,可以在 IAP 的 运行 配置中查看。
WAP# configure terminal WAP (config) # virtual-controller-ip 200.20.200.237
WAP (config) # end
WAP# commit apply
committing configuration...
configuration committed.
WAP# reload all
Do you really want to reset the system (y/n): y
如何使用 Aruba CLI 删除或禁用此应用配置?
要禁用或取消设置虚拟控制器 IP,我们需要在主 wap 或虚拟控制器中将 virtual-controller-ip 应用为 0.0.0.0。
让我们在主 WAP 中将 virtual-controller-ip 应用为 0.0.0.0。
WAP# configure terminal
We now support CLI commit model, please type "commit apply" for configuration to take effect.
WAP (config) # virtual-controller-ip 0.0.0.0
WAP (config) # end
WAP# commit apply no-save
committing configuration...
现在在 master wap 运行-config 中我们没有 virtual-controller-ip。
WAP# show running-config
virtual-controller-country US
从 Aruba 8.3 MIB 开始,它表示当未设置虚拟控制器 IP 地址时,它将 return 0.0.0.0.
aiVirtualControllerIPAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Virtual Controller IP Address. If this is not set, returns 0.0.0.0"
::= { aiInfoGroup 5 }