tip

华为WLAN指导设计 来源:华为星火计划培训

华为WLAN设计
网优网归 场景规划
方案设计

【资料简介】华为Wlan网络网规网优技术、场景规划与方案设计,从0开始设计到交付,一本完完整整的学习教材,建议从事无线学习的同学学习..

马上观看
zon

华为WLAN专题集锦 专题:华为WLAN

WLAN配置
组网模式解析
组网配置案例

【华为无线】本指南详细介绍每个模版的命令解释及用途,在加上十多种精彩案例分享及解释,再加上网优网归,让你彻底脱盲,不在为无线..

马上观看
zon

家园VBook中心 分类:书籍中心

教材 案例 题库
知识 专业认证
资源价值

【中心简介】家园Vbook书籍中心是以收集和整理互联网上优秀书籍,以最好的知识推荐给你学习,让你在学习的路程上事半功倍,告别枯燥,早..

马上观看
tip

华为HCIE认证之路 分类:华为认证

HCIE学习之路
华为 路由 交换
含金量最大的资料

【学习介绍】在中国拥有一张证书不是梦,冰冻三尺,非一日之寒,要拥有一张认证所具备含金量技术水准那是需要多年的经年积累,本书专为你分享..

马上观看
tip

华三无线专题报告 发布:建哥哥

华三
H3C WLAN AC
无线专题

【资料简介】大好河山、无线风光,主要介绍H3C无线,从基础到高级配置及组网模式配置案例,多达200篇案例配置,从此告别对无线的迷茫..

马上观看
★浏览次数:33 次★  发布日期:2016-01-25
 当前位置:技术资料 > 网络工程 > Huawei > 正文
 
最近更新
    正在更新...
 

配置安全策略为WPA2认证(802.1X认证+CCMP加密)的业务示例

 

配置安全策略为WPA2认证(802.1X认证+CCMP加密)的业务示例

适用的AC:AC6605、AC6005

适用的AP:所有形态的AP

 

组网需求

如图1所示,现有网络中AC连接上层网络中的Radius服务器,并通过接入交换机连接管理AP。

若在无线网络中采取简单的安全策略,并不能完全保证无线网络的安全,无线网络中的加密数据还是存在被破解的风险。企业希望利用Radius服务器在无线网络中配置802.1X认证,完全保证无线网络安全。

802.1X认证+CCMP加密

图1 组网配置图

规划内容
规划数据
WLAN安全WPA2 802.1X认证,CCMP加密
Radius 服务器地址192.168.1.2
WLAN服务集 Name:huawei-1

SSID:huawei

WLAN 虚接口:WLAN-ESS0

数据转发模式:直接转发

AP管理VLANVLAN 100
AP业务VLANVLAN 101
AP域  101
AC Carrier ID/AC IDCTC/1
AP管理IP地址池192.168.10.2~192.168.10.254/24  
AP管理网关192.168.10.1/24 (AC上)
AP用户上网公网地址池192.168.11.2~192.168.11.254/24    
AP用户上网公网网关192.168.11.1/24 (AC上)
DHCP ServerAC作为AP和用户的DHCP服务器  

 配置流程

按照图1进行物理连接,保证AC与IP骨干网之间网络连接正常。

配置接入交换机,保证AC与AP二层互通。

在AC上配置WLAN相关业务。

业务下发至AP,用户完成业务验证。

配置注意事项

接入交换机或AC上直接接AP的端口,需要添加管理VLAN tag。AP上为零配置。

业务IP地址池给STA分配IP地址,管理IP地址池给AP分配IP地址,两种地址池需要分开配置。

需要将所有二层交换机在AP管理VLAN和业务VLAN内的下行口上配置端口隔离,如果不配置端口隔离,可能会在VLAN内存在不必要的广播报文,或者导致不同AP间的WLAN用户二层互通的问题。端口隔离功能未开启时,建议从接入交换机到AC之间的所有网络设备的接口都配置undo port trunk allow-pass vlan 1,防止引起报文冲突,占用端口资源。

配置802.1X认证时,必须在系统视图下执行dot1x enable命令,在WLAN-ESS接口视图下执行命令dot1x enable和dot1x authentication-method { chap | pap | eap }配置WLAN-ESS接口下的认证方式为802.1X并配置WLAN用户的802.1x认证方法。

操作步骤

1、配置接入交换机

# 使接入交换机透传所有的业务VLAN,由交换机给AP管理报文打tag,需要配置AP到AC之间VLAN 100互通。直接转发模式下需要配置AP到AC之间业务VLAN 101内互通

<Quidway> system-view
[Quidway] vlan batch 101 100
[Quidway] l2protocol-tunnel user-defined-protocol eap protocol-mac 0180-c200-0003 group-mac 0100-5e00-0012
[Quidway] interface ethernet 0/0/1
[Quidway-Ethernet0/0/1] port link-type trunk
[Quidway-Ethernet0/0/1] port trunk pvid vlan 100
[Quidway-Ethernet0/0/1] port trunk allow-pass vlan 101 100
[Quidway-Ethernet0/0/1] l2protocol-tunnel user-defined-protocol eap enable
[Quidway-Ethernet0/0/1] bpdu enable
[Quidway-Ethernet0/0/1] port-isolate enable
[Quidway-Ethernet0/0/1] quit
[Quidway] interface gigabitEthernet 0/0/1
[Quidway-GigabitEthernet0/0/1] port link-type trunk
[Quidway-GigabitEthernet0/0/1] port trunk allow-pass vlan 101 100
[Quidway-GigabitEthernet0/0/1] l2protocol-tunnel user-defined-protocol eap enable
[Quidway-GigabitEthernet0/0/1] bpdu enable
[Quidway-GigabitEthernet0/0/1] quit

说明:802.1x+数据直接转发的组网情况下,需要在AC与AP之间配置二层协议透明传输,配置方法如下:

框式交换机设备:只需要在接口视图下执行命令bpdu bridge enable。

盒式交换机设备:全局视图下执行命令l2protocol-tunnel user-defined-protocol protocol-name protocol-mac protocol-mac group-mac group-mac;并且接口视图下执行命令l2protocol-tunnel user-defined-protocol protocol-name enable和命令bpdu enable。

2、配置AC

a、配置AC,使AP与AC之间能够传输管理报文和业务报文

# 配置AC,将接口GE0/0/1加入VLAN100、VLAN101

<AC6605> system-view
[AC6605] sysname AC
[AC] vlan batch 100 101
[AC] interface gigabitethernet 0/0/1
[AC-GigabitEthernet0/0/1] port link-type trunk
[AC-GigabitEthernet0/0/1] port trunk allow-pass vlan 100 to 101
[AC-GigabitEthernet0/0/1] quit

b、配置AC与上层网络设备互通

说明:根据实际组网情况在AC上行口配置业务VLAN透传,和上行网络设备互通。

# 配置AC上行接口GE0/0/2加入VLAN101。

[AC] interface gigabitethernet 0/0/2
[AC-GigabitEthernet0/0/2] port link-type trunk
[AC-GigabitEthernet0/0/2] port trunk allow-pass vlan 101
[AC-GigabitEthernet0/0/2] quit

 c、配置AC作为AP和STA的DHCP服务器

[AC] interface Vlanif 100
[AC-Vlanif100] ip address 192.168.10.1 24
[AC-Vlanif100] dhcp select interface
[AC-Vlanif100] quit[AC] interface Vlanif 101
[AC-Vlanif101] ip address 192.168.11.1 24
[AC-Vlanif101] dhcp select interface
[AC-Vlanif101] quit

d、配置RADIUS服务器模板与AAA方案,并配置域信息

说明:请确保AC与RADIUS服务器的Shared-key相同。

[AC] radius-server template radius_huawei
[AC-radius-radius_huawei] radius-server authentication 192.168.0.2 1812
[AC-radius-radius_huawei] radius-server shared-key cipher huawei
[AC-radius-radius_huawei] quit
[AC] aaa
[AC-aaa] authentication-scheme radius_huawei
[AC-aaa-authen-radius_huawei] authentication-mode radius
[AC-aaa-authen-radius_huawei] quit
[AC-aaa] domain peap.radius.com
[AC-aaa-domain-peap.radius.com] authentication-scheme radius_huawei
[AC-aaa-domain-peap.radius.com] radius-server radius_huawei
[AC-aaa-domain-peap.radius.com] quit
[AC-aaa] quit

说明:

配置了domain peap.radius.com后,认证用户名后面需要加上域名。

测试用户是否能够通过RADIUS模板的认证。(已在RADIUS服务器上配置了测试用户test@peap.radius.com,用户密码123456)

[AC] test-aaa test@peap.radius.com 123456 radius-template radius_huaweiInfo: Account test succeed.

e、配置AC的全局参数

# 配置AC的国家码、AC ID、运营商标识和AC的源接口[AC] wlan ac-global country-code cn

 Warning: Modify the country code may delete configuration on those AP which use the global country code and reset them, are you sure to continue?[Y/N]:y 
[AC] wlan ac-global ac id 1 carrier id other
[AC] wlan
[AC-wlan-view] wlan ac source interface vlanif 100

f、配置AP并上线

# 配置AP的认证方式为MAC认证[AC-wlan-view] ap-auth-mode mac-auth

 # 根据查询到的AP设备类型ID(AP6010DN-AGN type-id为19),离线添加AP

[AC-wlan-view] ap id 1 type-id 19 mac 60de-4476-e360[AC-wlan-ap-1] quit

# 将AP加入指定域

[AC-wlan-view] ap-region id 101
[AC-wlan-ap-region-101] quit
[AC-wlan-view] ap id 1
[AC-wlan-ap-1] region-id 101
[AC-wlan-ap-1] quit

g、配置WLAN-ESS虚接口

[AC] dot1x enable
[AC] interface wlan-ess 0
[AC-Wlan-Ess0] port hybrid pvid vlan 101
[AC-Wlan-Ess0] port hybrid untagged vlan 101
[AC-Wlan-Ess0] dot1x enable
[AC-Wlan-Ess0] dot1x authentication-method eap
[AC-Wlan-Ess0] force-domain name peap.radius.com
[AC-Wlan-Ess0] permit-domain name peap.radius.com
[AC-Wlan-Ess0] quit

h、配置WLAN业务参数

# 配置WMM模板和射频模板,参数采用默认配置,将WMM模板绑定到射频模板

[AC] wlan
[AC-wlan-view] wmm-profile name huawei-ap1
[AC-wlan-wmm-prof-huawei-ap1] quit
[AC-wlan-view] radio-profile name huawei-ap1
[AC-wlan-radio-prof-huawei-ap1] wmm-profile name huawei-ap1
[AC-wlan-radio-prof-huawei-ap1] quit

# 配置安全模板,设置安全策略为WPA2认证,认证方式为802.1X方式,加密方式为CCMP

[AC-wlan-view] security-profile name huawei-ap
[AC-wlan-sec-prof-huawei-ap] security-policy wpa2
[AC-wlan-sec-prof-huawei-ap] wpa2 authentication-method dot1x encryption-method ccmp
[AC-wlan-sec-prof-huawei-ap] quit

# 配置流量模板,参数采用默认配置

[AC-wlan-view] traffic-profile name huawei-ap
[AC-wlan-traffic-prof-huawei-ap] quit

# 配置AP1的服务集,设置数据转发模式为直接转发,认证报文则通过隧道转发。

[AC-wlan-view] service-set name huawei-1
[AC-wlan-service-set-huawei-1] ssid huawei
[AC-wlan-service-set-huawei-1] wlan-ess 0
[AC-wlan-service-set-huawei-1] service-vlan 101
[AC-wlan-service-set-huawei-1] security-profile name huawei-ap
[AC-wlan-service-set-huawei-1] traffic-profile name huawei-ap
[AC-wlan-service-set-huawei-1] forward-mode direct-forward
[AC-wlan-service-set-huawei-1] tunnel-forward protocol all
[AC-wlan-service-set-huawei-1] quit

 i、配置AP对应的VAP并下发配置

[AC-wlan-view] ap 1 radio 0
[AC-wlan-radio-1/0] radio-profile name huawei-ap1
[AC-wlan-radio-1/0] service-set name huawei-1
[AC-wlan-radio-1/0] quit[AC-wlan-view] commit ap 1
  Warning: Committing configuration may cause service interruption,continue?[Y/N] y

 3、验证配置结果

 完成配置后,用户可通过无线PC搜索到SSID为huawei的无线网络,用户需要通过802.1X认证才可以使用WLAN。

用户在AC无线侧使用命令display security-profile { all | { id profile-id | name profile-name } [ detail ] }命令,可以查询到接入安全的配置策略。

在AC无线侧WLAN视图下使用命令display statistics sta mac-address,可以查看到关联PC的认证统计信息。

 
建议使用IE8.0以上版本解析 网络QQ群:30573676 家园群:36740144 Elv home systems. 蜀ICP备20009373号 © All Rights Reserved 2012 - By badulip
×

扫二维码,关注微信公众号