rfs-6000无线桥接配置文档_V0
目录 1 2 3 4 应用场景: 2 无线桥接配置介绍 2 注意事项 3 配置:. 4 4.1 4.2 4.3 4.4 4.5 4.6 5 9 10 恢复出厂设置:(在 rfs-6000 上敲). 4 设置国家时区. 5 开启 telnet 和 http 服务 5 vlan、ip、网关、端口类型及端口允许通过 VLAN. 5 设置 wlan 绑定 vlan 及开放 radio. 6 设置 DHCP 7 mesh 配置(桥接配置) 8 ap root 应用配置.13 ap not-root 应用配置.13 1 1 应用场景:应用场景: 当客户不想要网线连接,对布线美观要求较高,强烈要求无线时, 应用此网络方案。比 较适合空旷的场地,若是一个一个展厅,玻璃隔断较多不建议用此方案。 常规情况下还是建 议 2 2 无线桥接配置介绍无线桥接配置介绍 2.12.1 配置流程配置流程 设备准备:rfs-6000 控制;Motorola-AP 若干(固件版本一致) 配置 rfs-6000 控制基础配置;root 和 not-root的 profile文件 有线连接重置过的 AP(至少 2 个)一个配置成root,剩余配置成not-root,进 行 root 和 not-root的 profile应用 拔掉 AP(not-root)的有线,插在 POE 供电模块进行无限桥接的链接 进行无线桥接配置的检验和验证。 2.22.2 使用示例图使用示例图 需保证功率恰好,太大容易干扰,太小容易收养不到not-root的 ap,一般功率 10——12,需要实际情况测试干扰再调整功率 2.32.3 配置时配置时 ap 全部重置掉,然后连到 rfs-6000 上进行配置,配置为 root 的 ap 可以一直连 在上面 3 3 注意事项注意事项 配置之前需检查ap版本是否一致, 可否能被rfs-6000收养到; 检查版本命令: show version (二者皆可) not-root配置完后,拔掉网线,用供电模块;root 插在 rfs6000 上。 rfs6000-6E74C1(config-profile-not-root)#misconfiguration-recovery-time 300 这个 配置在有线连接的情况下先设置为0,后应用到ap 上;收养到后,执行show wi mesh命 令,若有 not-root再改为 300。 配置完成后需要重点测试WiFi 覆盖范围及掉线情况,测试出合适功率 4 4 配置:配置: 4.14.1 恢复出厂设置:恢复出厂设置: (在(在 rfs-6000rfs-6000 上敲)上敲) ap7131-380D3C #erase startup-config --删除配置文件 Erase startup-config? (y/n):y ap7131-6AEF9C#reload --重新导入 The system will be rebooted, do you want to continue? (y/n): y 1.1. ap7131-6AEF9C login: reset !!WARNING!!: Logging in as reset will clear all configuration and user data under “flash:“ and reboot the system. Press Ctrl-C to cancel Password: FactoryDefault --输入新密码不显示 4.24.2 设置国家时区设置国家时区 ap7131-380D3Cenable ap7131-380D3C#configure ap7131-380D3C(config)#rf-domain default ap7131-380D3C(config-rf-domain-default)#country-code cn 4.34.3 开启开启 telnettelnet 和和 httphttp 服务服务 ap7131-380D3C(config)#management-policy default ap7131-380D3C(config-management-policy-default)#telnet ap7131-380D3C(config-management-policy-default)#http server 4.44.4 vlanvlan、、ipip、网关、端口类型及端口允许通过、网关、端口类型及端口允许通过 VLANVLAN ap7131-380D3C#self ap7131-380D3C(config-device-FC-0A-81-38-0D-3C)#interface vlan 1 ap7131-380D3C(config-device-FC-0A-81-38-0D-3C-if-vlan1)#ip 192.168.1.1/24 ap7131-380D3C(config-device-FC-0A-81-38-0D-3C)#ip 192.168.1.1 ap7131-380D3C(config-device-FC-0A-81-38-0D-3C)#interface ge 1 ap7131-380D3C(config-device-FC-0A-81-38-0D-3C-if-ge1)#switchport access ap7131-380D3C(config-device-FC-0A-81-38-0D-3C-if-ge1)#switchport access vlan 1 ap7131-380D3C(config-device-FC-0A-81-38-0D-3C)#commit write mode default-gateway address 4.54.5 设置设置 wlanwlan 绑定绑定 vlanvlan 及开放及开放 radioradio ap7131-380D3C(config)#wlan dinghuohui ap7131-380D3C(config-wlan-dinghuohui)#vlan 1 ap7131-380D3C(config-wlan-dinghuohui)#bridging-mode local #ap7131-380D3C(config-wlan-dinghuohui)#no client-client-communication 以下三条命令,控制客户端如果300s 内不使用网络,就会给客户端重新分配IP 地址 #ap7131-380D3C(config-wlan-dinghuohui)#wireless-client hold-time 300 #ap7131-380D3C(config-wlan-dinghuohui)#wireless-client inactivity-timeout 300 #ap7131-380D3C(config-wlan-dinghuohui)#wireless-client vlan-cache-ageout 300 ap7131-380D3C(config-wlan-dinghuo