Aruba 主 WAP 重启后,Aruba 虚拟控制器设置(例如国家代码和虚拟控制器 IP)不会保留
Aruba virtual controller settings such as country code and virtual controller ip are not persisted after Aruba master WAP reboot
我有 3 个 waps 在 集群 中,一个 作为 master个虚拟控制器和剩下的two作为slaves.
Aruba WAP 1: 200.20.200.238 (Master)
Aruba WAP 2: 200.20.200.239 (Slave)
Aruba WAP 3: 200.20.200.240 (Slave)
(i) 我正在将虚拟控制器国家/地区从美国更新为 CA,并将虚拟控制器 IP 从 200.20.200.238(Master Aruba WAP)更新为 200.20.200.240。然后使用命令 reload all 从主 Aruba wap 重新启动所有从属 wap。
root@200.20.200.238's password:
WAP# show election statistics
State : Master
WAP# configure terminal
We now support CLI commit model, please type "commit apply" for configuration to take effect.
WAP (config) # virtual-controller-ip 200.20.200.240
WAP (config) # virtual-controller-country CA
WAP (config) # end
WAP# commit apply
committing configuration...
configuration committed.
WAP# write memory
Save configuration.
WAP# show running-config
version 8.3.0.0-8.3.0
virtual-controller-country CA
virtual-controller-ip 200.20.200.240
WAP# reload all
Do you really want to reset the system (y/n): y
(ii) 现在新的(虚拟控制器)master wap 是 200.20.200.240 。现在应用于虚拟控制器国家/地区的配置从 CA 恢复为 US 和新插入的参数,virtual-controller -ip 不可用。
[root@ACPU.AAL.0NG7 ~]# ssh 200.20.200.240
WAP# show election statistics
State : Master
WAP# show running-config
version 8.3.0.0-8.3.0
virtual-controller-country US
此处介绍了如何在 Aruba WAP 重启后使虚拟控制器设置配置持久化。
我使用的是 Aruba 8.3 镜像。
参考: ArubaInstant 8.3 命令行界面参考指南 - 页码(768,767) (https://support.hpe.com/hpesc/public/docDisplay?docId=a00047551en_us)
对于 3 个 AP 的集群,您需要 4 个 IP 地址。每个 AP 3(首选 DHCP)和一个在主设备上自动激活的虚拟控制器 IP。
除了从 DHCP 收到的 IP 外,主机还会使用该 IP,您始终可以连接到控制器 IP 以访问实际的主机。
例如,200.20.200.238 是当前主机,我们将 virtual-controller-ip 指定为 200.20.200.237。
当我们 SSH 到 200.20.200.237 时,它会检查 master wap,我们可以使用这个虚拟控制器 IP 访问实际的 master。
[root@ACPU.DAL.02KU3 ~]# ssh 200.20.200.238
WAP# show election statistics
State : Master
WAP# configure terminal
We now support CLI commit model, please type "commit apply" for configuration to take effect.
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
[root@ACPU.DAL.02KU3 ~]# ssh 200.20.200.237
WAP# show ip interface
Interface IP Address / IP Netmask Admin Protocol
br0 200.20.200.238 / 255.255.255.0 up up
WAP# show election statistics
State : Master
我有 3 个 waps 在 集群 中,一个 作为 master个虚拟控制器和剩下的two作为slaves.
Aruba WAP 1: 200.20.200.238 (Master)
Aruba WAP 2: 200.20.200.239 (Slave)
Aruba WAP 3: 200.20.200.240 (Slave)
(i) 我正在将虚拟控制器国家/地区从美国更新为 CA,并将虚拟控制器 IP 从 200.20.200.238(Master Aruba WAP)更新为 200.20.200.240。然后使用命令 reload all 从主 Aruba wap 重新启动所有从属 wap。
root@200.20.200.238's password:
WAP# show election statistics
State : Master
WAP# configure terminal
We now support CLI commit model, please type "commit apply" for configuration to take effect.
WAP (config) # virtual-controller-ip 200.20.200.240
WAP (config) # virtual-controller-country CA
WAP (config) # end
WAP# commit apply
committing configuration...
configuration committed.
WAP# write memory
Save configuration.
WAP# show running-config
version 8.3.0.0-8.3.0
virtual-controller-country CA
virtual-controller-ip 200.20.200.240
WAP# reload all
Do you really want to reset the system (y/n): y
(ii) 现在新的(虚拟控制器)master wap 是 200.20.200.240 。现在应用于虚拟控制器国家/地区的配置从 CA 恢复为 US 和新插入的参数,virtual-controller -ip 不可用。
[root@ACPU.AAL.0NG7 ~]# ssh 200.20.200.240
WAP# show election statistics
State : Master
WAP# show running-config
version 8.3.0.0-8.3.0
virtual-controller-country US
此处介绍了如何在 Aruba WAP 重启后使虚拟控制器设置配置持久化。
我使用的是 Aruba 8.3 镜像。
参考: ArubaInstant 8.3 命令行界面参考指南 - 页码(768,767) (https://support.hpe.com/hpesc/public/docDisplay?docId=a00047551en_us)
对于 3 个 AP 的集群,您需要 4 个 IP 地址。每个 AP 3(首选 DHCP)和一个在主设备上自动激活的虚拟控制器 IP。
除了从 DHCP 收到的 IP 外,主机还会使用该 IP,您始终可以连接到控制器 IP 以访问实际的主机。
例如,200.20.200.238 是当前主机,我们将 virtual-controller-ip 指定为 200.20.200.237。 当我们 SSH 到 200.20.200.237 时,它会检查 master wap,我们可以使用这个虚拟控制器 IP 访问实际的 master。
[root@ACPU.DAL.02KU3 ~]# ssh 200.20.200.238
WAP# show election statistics
State : Master
WAP# configure terminal
We now support CLI commit model, please type "commit apply" for configuration to take effect.
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
[root@ACPU.DAL.02KU3 ~]# ssh 200.20.200.237
WAP# show ip interface
Interface IP Address / IP Netmask Admin Protocol
br0 200.20.200.238 / 255.255.255.0 up up
WAP# show election statistics
State : Master