文档详情

2.无线实验-WPA验证.TKIP加密.pdf

发布:2017-04-12约6.35千字共9页下载文档
文本预览下载声明
- 1 - HTTP://WWW.XMWS.CN 无线实验 - 2 - HTTP://WWW.XMWS.CN 实验一: 使用 WPA 认证.TKIP 加密。 描述。使用 WPA 认证.TKIP 加密,是一种比较安全的无线连接方式,目前有广泛应用。 1.实验拓扑. 2. 实验步骤 (1)了解 CISCO AP 默认出厂配置 hostname ap //默认主机名 enable secret Cisco //默认 enable 密码,注意是大写的 C username Cisco password Cisco //默认的用户名和密码,注意是大写的 C interface Dot11Radio0 //默认无线接口是关闭的,要记得 no shutdown shutdown interface FastEthernet0 //默认有线接口 F0 是打开的 no shutdown interface BVI1 //这是 AP 的管理接口,可通过这个接口的 IP 对 AP 进行配置管理,默认 IP 为 ip address ip http server //默认 http 是打开的,可以通过 HTTP 进行管理和配置,认证密码为 Cisco line con 0 //默认 console 口没有密码 line vty 0 4 //默认用本地的用户名和密码进 VTY 进行认证 login local (2)基本配置 A. 配置主机名,管理 IP 为 0 网关为 Enable Conf t Histname Cisco_AP interface BVI1 - 3 - HTTP://WWW.XMWS.CN ip address 0 no shutdown ip default-gateway B. 打开无线接口 Interface dot11Radio 0 no shutdown (3)配置 SSID 和 Key ,这里 key 为 Cisco_AP(config)#dot11 ssid Wisdom //对 ssid 为 Wisdom 进行配置 Cisco_AP(config-ssid)#authentication open //配置验证方式为 open Cisco_AP(config-ssid)#authentication key-management wpa //配置 wpa 加密 Cisco_AP(config-ssid)#wpa-psk ascii //配置 wpa 加密密钥 Cisco_AP(config-ssid)#guest-mode //广播 ssid,让用户可看到 Cisco_AP(config-ssid)#exit Cisco_AP(config)#interface dot11Radio 0 //进入无线接口 Cisco_AP(config-if)#encryption mode ciphers tkip //配置加密方式为 tkip Cisco_AP(config-if)#ssid Wisdom //关联 SSID 到无线接口 Cisco_AP(config-if-ssid)#exit Cisco_AP(config-if)#exit (4)通过 GUI 查看配置 通过 CLI 查看: Cisco_AP#show dot11 bssid Interface BSSID Guest SSID Dot11Radio0 001e.f7e9.b6a0 Yes Wisdom Cisco_AP# Cisco_AP#show dot11 associations all-client - 4 - HTTP://WWW.XMWS.CN Address : 0018.de1d.4804 Name : Cisco_AP IP Address : 07 Interface : Dot11Radio 0 Device :
显示全部
相似文档