通过信道调整功能,可以保证每个AP 能够分配到最优的信道,尽可能地 减少和避免相邻信道干扰,而且通过实时信道检测,使AP 实时避开雷达,微波炉等干扰源。 动态信道调整能够实现通信的持续进行,为网络的可靠传输提供保证。
1. 手动触发
配置 AP1和AP2有相同的信道,开启AP上Radio的自动信道调整,通过手动触发信道调 整算法。
AC#config
AC(config)#wireless
AC(config-wireless)#ap profile 1
AC(config-ap-profile)#radio 1
AC(config-ap-profile-radio)#channel auto
AC(config-wireless)#channel-plan bgn mode manual
AC#wireless channel-plan bgn start
AC#show wireless ap radio status
AC#show wireless channel-plan proposed bgn
AC#wireless channel-plan bgn apply
AC#show wireless ap radio status
2. 周期性触发
配置 AP1和AP2有相同的信道,开启AP上Radio的自动信道调整,在AC上开启AP上 的周期性触发信道调整功能,设置调整周期为8分钟。
AC#config
AC(config)#wireless
AC(config-wireless)#ap profile 1
AC(config-ap-profile)#radio 1
AC(config-ap-profile-radio)#channel auto
AC(config-wireless)#channel-plan bgn mode interval
AC(config-wireless)#channe-plan bgn interval 8
3. 固定时间触发
配置 AP1和AP2有相同的信道,开启AP上Radio的自动信道调整,在AC上开启AP上 的固定时间触发信道调整功能,设置触发时间点为14:00。
AC#config
AC(config)#wireless
AC(config-wireless)#ap profile 1
AC(config-ap-profile)#radio 1
AC(config-ap-profile-radio)#channel auto
AC(config-wireless)#channel-plan bgn mode time
AC(config-wireless)#channel-plan bgn time 14:00
注意:
首先,射频模式下自动信道调整功能开启
其次,在AP上是否对信道进行了固定的配置,一旦在AP上设置了信道,那么自动信道 调整将无法实现!!!!!