H3C WLAN wx3010 配置案例

H3C psk认证。

在ac上的配置。
 sysname ac
#
vlan 2 to 5

dhcp server ip-pool 3
 network 192.168.3.0 mask 255.255.255.0
 gateway-list 192.168.3.254
#              
dhcp server ip-pool 4
 network 192.168.4.0 mask 255.255.255.0
 gateway-list 192.168.4.254
#              
dhcp server ip-pool 5
 network 192.168.5.0 mask 255.255.255.0
 gateway-list 192.168.5.254
 option 43 hex 8070000001 C0A801 63
#              
wlan ap-group default_group
 ap ap1        
#              
interface Vlan-interface1
 ip address 192.168.1.99 255.255.255.0
#              
interface Vlan-interface2
 ip address 192.168.2.99 255.255.255.0
#
interface Vlan-interface3
 ip address 192.168.3.99 255.255.255.0
#              
interface Vlan-interface4
 ip address 192.168.4.99 255.255.255.0
#              
interface Vlan-interface5
 ip address 192.168.5.99 255.255.255.0

#              
interface GigabitEthernet1/0/1
 port link-type trunk
 port trunk permit vlan all

interface WLAN-ESS3
 port access vlan 3
 port-security port-mode psk
 port-security tx-key-type 11key
 port-security preshared-key pass-phrase cipher 12345678
 #          
 interface WLAN-ESS4
 port access vlan 4
 port-security port-mode mac-authentication

#
 wlan service-template 3 crypto
 ssid psk      
 bind WLAN-ESS 3
 cipher-suite tkip
 security-ie wpa
 service-template enable
#              
wlan service-template 4 clear
 ssid www      
 bind WLAN-ESS 4
 service-template enable
#
wlan ap ap1 model WA2610E-AGN id 1
 serial-id 210235A35UB09B000025
 radio 1 type dot11g
  service-template 3
 service-template 4
  radio enable 
#              
 dhcp enable
#           
local-user 2c5bb86bee54
 password cipher 2c5bb86bee54
 service-type lan-access 
#
ip route-static 0.0.0.0 0 192.168.1.254

在交换机上的配置

vlan 2 to 5
 #
dhcp relay hand enable
dhcp-sever 5 192.168.2.99
#              
interface Vlan-interface1
 ip address 192.168.1.254 255.255.255.0
#              
interface Vlan-interface2
 ip address 192.168.2.254 255.255.255.0
#
interface Vlan-interface3
 ip address 192.168.3.254 255.255.255.0
dhcp-sever 5
#              
interface Vlan-interface4
 ip address 192.168.4.254 255.255.255.0
dhcp-sever 5
#              
interface Vlan-interface5
 ip address 192.168.5.254 255.255.255.0
dhcp-sever 5
#
interface GigabitEthernet1/0/1
poe enable
port access vlan 5

#              
interface GigabitEthernet1/0/9
 port link-type trunk
 port trunk permit vlan all
#
ip route-static 0.0.0.0 0 192.168.1.99

时间: 2024-09-30 05:58:06

H3C WLAN wx3010 配置案例的相关文章

sersync+rsync实时同步配置案例

目前业内比较靠谱的同步解决方案有: rsync+inotify-tools,Openduckbill+inotify-tools和rsync+sersync 前两者由于是基于脚本语言编写,所以规范程度,执行效率相对rsync+sersync就稍微弱一些. sersync是使用c++编写,基于boost1.43.0,inotify api,rsync command开发,主要用于服务器同步,web镜像等功能.其对linux系统文件系统产生的临时文件和重复的文件操作能够进行过滤,所以在结合rsync

【初学菜鸟作--邮件服务的简单配置案例】

邮件服务器的配置以及使用 实验一:                    实验目的:简单搭建出邮件服务器并测试其可用性                    实验环境:DNS服务器一台,安装有Portfix的邮件服务器一台 实验步骤: 一.邮件的发送(SMTP) 1.在邮件服务器配置主机名,ip,并安装portfix并启动 [[email protected]~]# tail -2 /etc/sysconfig/network HOSTNAME=mail.tarena.com   [[email

IRF 配置案例

IRF是跨设备的链路聚合,主要是提高网络的带宽,增强网络的可靠性. 配置案例 (1)首先将两台两台交换机用XGE相连,启动: (2)[s1]irf member 1 renumuber 1 (3)进接口T1/0/49 T1/0/50 将接口shuodwon (4)[s1]irf-port 1/2 接口加入到组中 (5)[s1]irf-port-configguration active 激活备份组. 这样s1就配置好了. 接下来配置s2 (6)[s1]irf member 1 renumuber

QOS原理及配置案例

可聚合网络: 语音和视频流量之间共存 带宽缺乏.端到端延迟.抖动延迟.丢包 解决带宽匮乏: 1,更新带宽 2,转发作重要的流量 3,压缩2层 4,压缩3层流 延迟: 1,处理延迟 2,队列延迟 3,串行延迟(8bit转换成一个字节) 4,链路延迟 解决延迟: 1,更新带宽 2,转发重要的流量 3,压缩2层负载 4,压缩ip包头 丢包率: 1,tail drops:超过一定深度队列的数据包被丢弃 1,network audit网络审计 2,business audit商务审计 3,service

cisco+H3C交换机SSH配置实例

Cisco交换机+H3C交换机SSH配置(cisco关闭Telnet) Cisco交换机 进入交换机配置模式: a)        CoreSW#configure terminal 配置交换机名称: a)        CoreSW(config)#hostname CoreSW(可选配置). 配置domain-name: a)        CoreSW(config)#ip domain-namexxxxx.com(名称按自己要求而定). 配置登录用户和密码(如有本地用户可不创建). a)

在H3C设备上配置IPSec VPN

全网互通实现 现在开始做IPSec VPN H3C企业VPN解决方案 某医疗器械公司随着业务的扩大,在深圳建立分公司.公司数据业务由总公统一处理,数据的安全性尤为重要,H3C提出VPN解决方案,总公司与分公司部署H3C MSR50.MSR30路由器,配置IPSec VPN 保证数据的安全传输. [BJ](应该先命名的) The device is running! ############ <Huawei> Mar 29 2014 15:25:48-05:13 Huawei %%01IFPDT

https和server-status配置案例

https和server-status配置案例 作者:尹正杰 版权声明:原创作品,谢绝转载!否则将追究法律责任. 一.https协议 我们知道http协议是明文的,所以,你的数据发送不管是请求报文(request)还是响应报文(response)统统都是明文的.对于很多数据来讲都是无所谓的,因为你的网站就是让别人来访问的,但是你想访问一些敏感的资源(比如,你登录支付宝,登录淘宝账号,银行网站等等)就显得不是那么靠谱了,你想想把你的银行卡号和密码以及你的身份证ID直接放在互联网上裸奔这意味着什么?

keepalived + lvs + nginx 主备配置案例

一.keepalived lvs 集群1.结构2.主备修改内核参数net.ipv4.ip_forward = 1net.ipv4.ip_nonlocal_bind = 1net.ipv4.conf.lo.arp_ignore = 1net.ipv4.conf.lo.arp_announce = 2net.ipv4.conf.all.arp_ignore = 1net.ipv4.conf.all.arp_announce = 2 注:如果遇到提示是缺少包,yum 安装即可 3.启动keepaliv

keepalived + lvs + nginx 双主配置案例 (2)

一.本文基于上一篇主备配置案例场景,修改为双主模式二.双主配置文件,即两组互为主备 1> 192.168.1.109配置文件 global_defs {notification_email {br/>[email protected][email protected]br/>[email protected]}notification_email_from [email protected]smtp_server 192.168.200.1smtp_connect_timeout 30r