CCNP无线

无线的特点

1、共享的网络

2、类似集线器

3、半双工

4、通过电波传输

无线模式

模式 工作频段 速率 特点
802.11b 2.4G 11M  
802.11a 5G 54M  
802.11g 2.4G 54M  
802.11n 2.4G and 5G 600M 空间流
802.11ac 5G 1G以上 Wave 1单用户多进多出 MIMO

 

Wave 2多用户多进多出 MIMO

802.11ad 2.4G and 5G 6G以上  

有线无线对比


无线接口

接口名称 用途 备注
SP 带外管理口 带外管理使用
DP 数据接口 用于带内管理,AP注册,WLAN映射。如果激活ALG所有端口都会捆绑在一起,交换机模式必须为ON。
RP HA接口 两台物理设备做冗余使用。
VP 虚拟接口 web认证,DHCP隐藏服务器IP。

AP配置SSH,telnet本地账号密码:

config ap mgmtuser add username admin password **** secret *** all

ACS限制用户认证的SSID

WLC定义web认证采用可信任证书

第一步下载软件

http://gnuwin32.sourceforge.net/packages/openssl.htm

openssl-0.9.8h-1-setup.zip

安装完软件后执行下列命令

openssl pkcs12 -export -in 214261477090313.pem -inkey 214261477090313.key -out newcert.p12
openssl pkcs12 -in newcert.p12 -out workingnewcert.pem -passin pass:***** -passout pass:*****

注意事项

You need to verify the certificate format and chaining then. Remember that WLCs later than version 7.6 require the whole chain to be present, so you cannot only upload your WLC certificate alone. The chain up to the root CA must be present in the file.
Here is an example of debugs when the intermediate CA is incorrect :

您需要验证证书格式和链接。 请记住,晚于7.6版的WLC需要整个链条出现,因此您不仅可以单独上载WLC证书。 直到根CA的链必须存在于文件中。

在7.6以后的版本必须包含 设备证书、链文件、ROOT证书。

视频教程

posted @ 2019-05-14 15:10  cs37  阅读(227)  评论(0编辑  收藏  举报