zoukankan      html  css  js  c++  java
  • MOTO RFS 4000 配置


    ###重置AC配置###
    erase startup-config
    reload

    ###默认账号密码###
    admin
    admin123

    ###区域配置、智能频段配置###
    rf-domain default
    country-code cn
    use smart-rf-policy default

    ###智能频段,功率配置###
    smart-rf-policy default
    channel-list 5GHz 149,153,157,161,165
    channel-width 5GHz auto
    channel-width 2.4GHz auto
    no smart-ocs-monitoring voice-aware 5GHz
    no smart-ocs-monitoring voice-aware 2.4GHz

    ###无线信息配置###
    wlan2020
    ssid 2020
    vlan mem
    bridging-mode local
    encryption-type ccmp
    authentication-type none
    no client-client-communication
    wpa-wpa2 psk 0 2020@abc

    ###收养AP配置###
    auto-provisioning-policy ap7562
    evaluate-always
    adopt ap7562 precedence 1 profile default-ap7562 rf-domain default ip 172.31.1.0/24

    ###配置管理方式###
    management-policy default
    telnet
    no http server
    https server
    ssh

    ###AP下发配置文件配置信息###
    profile ap7562 default-ap7562
    autoinstall configuration
    autoinstall firmware

    interface ge1
    switchport mode trunk
    switchport trunk native vlan 401
    no switchport trunk native tagged
    switchport trunk allowed vlan 1-4094

    interface vlan1
    no ip address dhcp
    no ip address zeroconf secondary
    no ip dhcp client request options all
    shutdown

    interface vlan401
    ip address dhcp
    ip dhcp client request options all

    interface radio1
    wlan 2020 bss 1 primary

    interface radio2
    wlan 2020 bss 1 primary

    ###AC配置信息###
    self
    use rf-domain default
    ip default-gateway 172.31.0.254
    interface up1
    switchport mode trunk
    switchport trunk native vlan 401
    no switchport trunk native tagged
    switchport trunk allowed vlan 1-4094
    interface vlan1
    no ip address dhcp
    no ip address zeroconf secondary
    no ip dhcp client request options all
    shutdown
    interface vlan400
    ip address 172.31.0.1/24
    ###配置结束###
    #若设备连接中配置,可能导致客户端掉线
    #若AP有部分连接,部分连接不上,可以重启AC或者POE交换机

    #RFS 4000 AP客户端最高128,AP7562最大客户端256,建议考虑RFS 7000以上设备,支持单AP最大256客户端

  • 相关阅读:
    android手机rootROM下载地址
    mysql alter 语句用法,添加、修改、删除字段等
    java比较两个日期大小
    eclipse设置全局编码为UTF-8的方法
    Spring MVC 异步处理请求,提高程序性能
    ELK(ElasticSearch, Logstash, Kibana)搭建实时日志分析平台
    maven之发布项目到nexus【clean deploy命令】
    nexus-3本地下载jar的settipng.xml配置
    windows开启3306端口并用可视化工具访问远程mysql(授权访问)
    mysql 列转行,合并字段
  • 原文地址:https://www.cnblogs.com/lijifei/p/13129338.html
Copyright © 2011-2022 走看看