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客户端

  • 相关阅读:
    vim配置文件解析
    VIM使用技巧5
    补不manjaro系统
    linux下终端录制
    VIM的修炼等级
    VIM使用技巧4
    64位linux 汇编
    linux下编译安装gcc5.1
    Git学习笔记
    HTML实体符号代码速查表
  • 原文地址:https://www.cnblogs.com/lijifei/p/13129338.html
Copyright © 2011-2022 走看看