zoukankan      html  css  js  c++  java
  • WLC HA模式下的注意事项

    管理控制器:
    1、控制器默认开启的是SSH (CLI),Secure Web/https (GUI)
    2、登录控制器的管理地址为Active设备所控制(主备的配置同步,所以管理地址一致)
    3、WLC HA状态下,能console到standby WLC
    4、可以尝试使用Standby WLC的RMI接口登录到Standby WLC(如下第1、2点,备份WLC使用RMI完成一切外部交流及管理账户认证)

    Standby控制器:
    1、The standby WLC uses the redundancy management interface for any external communications such as when talking to Syslog, NTP server, TFTP server, and so on.
    Standby控制器使用RMI接口来完成一切外部交流(如与Syslog、NTP、TFTP Server)

    2、On the standby WLC, the management user authentication and accounting is performed on the redundancy management interface,
    RADIUS or TACACS+ server can be used for user authentication, apart from a local management user account. To support this, the redundancy interface IP address(es) should be added as network device on the RADIUS or TACACS+ server.
    The authentication request is sent to RADIUS or TACACS+ server over redundancy management interface. Whenever you log on to the standby WLC, accounting message is sent to the RADIUS server. The purpose of the accounting message is to log the admin logon events on the standby WLC console.
    在Standby WLC上,在冗余管理接口RMI上执行管理用户认证和审计

    3、在Active控制器查看Standby 控制器状态:(Standby WLC的所有线程的CPU和内存统计信息每10秒与Active WLC同步)
    show redundancy summary
    show redundancy peer-system statistics
    show redundancy peer-process cpu
    show redundancy peer-process memory

    好好学习,天天向上!
  • 相关阅读:
    关于makefile
    代理服务器简要
    配置ftp服务
    Nginx服务器的Web请求处理机制
    Nginx模块
    linux的开机网络设置
    mysql数据库优化的常见方法
    笔试题【二维矩阵操作,文件存取】
    水仙花数的求解
    9x9乘法表输出[Java]
  • 原文地址:https://www.cnblogs.com/MomentsLee/p/10231029.html
Copyright © 2011-2022 走看看