前提:要手动指定AP的IP地址,需要先保证RFS7000已经管理上了该AP,即在RFS7000上已经可以看到该AP(不论二层、三层)
1、通过命令行show wireless ap,获知要指定IP地址的AP的编号
2、进入无线配置模式
RFS7000#show wireless ap
Number of access-ports adopted : 1
Number of AAPs adopted : 0
Available AP licenses :256
Available AAP licenses : 0
Redundancy enabled : N
Redundancy mode : active
# MAC RADIOS [indices] MODEL-NUMBER ADOPTION-MODE STATIC IP
1 00-23-68-4A-54-A4 1 [ 5 ] WSAP-5100-050-WWR L3 (IP: 172.16.0.2)
RFS7000#
通过上边的show wireless ap命令,我们获知三层部署的AP的AP编号为1
进入无线配置模式示例:
RFS7000#conf t
Enter configuration commands, one per line. End with CNTL/Z.
RFS7000(config)#wireless
RFS7000(config-wireless)#
RFS7000(config-wireless)#ap-ip 1 static-ip 172.16.0.2/16 172.16.0.1
RFS7000(config-wireless)#ap-ip 1 switch-ip add 10.10.10.1
RFS7000(config-wireless)#ap-ip default-ap switch-ip add 10.10.10.1
格式说明:
ap-ip 1 static-ip 172.16.0.2/16 172.16.0.1
ap-ip AP编号 static-ip 指定的IP地址/网络位长度 AP的默认网关
ap-ip 1 switch-ip add 10.10.10.1
ap-ip AP编号 switch-ip add AC的IP地址
ap-ip default-ap switch-ip add 10.10.10.1
ap-ip default-ap switch-ip add AC的IP地址
集群模式下手动配置说明:
1、 保证全网每个AP的IP地址唯一
2、 为AP手动指定switch-ip,需要将集群中的每一台AC的IP地址都加进去。
3、 手动为AP指定IP后,当AP因某种原因切换到另一台AC上去之后,AP的IP地址不变。