当前位置: 首页 > wzjs >正文

做淘宝客网站需要多大的数据库网时代教育培训机构怎么样

做淘宝客网站需要多大的数据库,网时代教育培训机构怎么样,工程招标建设部指定网站,九江建网站FAT AP 的主要特点 特性说明独立工作不需要AC(无线控制器),自己处理认证、加密、漫游等功能。内置完整功能支持SSID、安全策略(WPA/WPA2)、VLAN、QoS、DHCP等。适合小型网络适用于家庭、小企业、分支机构等少量AP的场…

FAT AP 的主要特点

特性说明
独立工作不需要AC(无线控制器),自己处理认证、加密、漫游等功能。
内置完整功能支持SSID、安全策略(WPA/WPA2)、VLAN、QoS、DHCP等。
适合小型网络适用于家庭、小企业、分支机构等少量AP的场景。
成本较高(相比FIT AP)功能集成度高,硬件成本通常比FIT AP高。
配置复杂(大规模部署)每个AP需要单独配置,管理维护麻烦。

简单组网示例

在这里插入图片描述

AP相关规划

设备:

AP:4050DN-HD
POE交换机 :S2700-9TP-PWR-EI

项目说明
终端的业务VLAN10
DHCP服务器AP作为终端的DHCP服务器
终端地址池10.23.10.2~10.23.10.254 / 24
SSID模板名称 : anan_test
SSID名称: anan_wlan
安全模板名称:anan_sec
安全策略:WPA-WPA2+PSK+AES
密码:anan123456@
VAP模板名称:anan_vap
业务VLAN : vlan10
引用模板:SSID模板anan_test ,安全模板anan_sec
NAT Outbound私网ip地址网段:10.23.10.0/24映射到私网网关

1.配置AP和上层接口网络互通

[AP]int Vlanif 100
[AP-Vlanif100]ip address 192.168.1.193 255.255.255.0
[AP-Vlanif100]quit
[AP]int GigabitEthernet 0/0/0
#如果上行直连路由器,那么上行口可以配置为access
[AP-GigabitEthernet0/0/0]port link-type trunk 
[AP-GigabitEthernet0/0/0]port trunk allow-pass vlan 100
[AP-GigabitEthernet0/0/0]port trunk pvid vlan 100
[AP-GigabitEthernet0/0/0]quit
#配置缺省路由
[AP]ip route-static 0.0.0.0 0.0.0.0 192.168.1.1
#完成后可以找一个外网ip  ping一下试试

配置后看能不能访问外网ip

外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传

配置DHCP

[AP]dhcp enable 
[AP]vlan batch 10
Info: This operation may take a few seconds. Please wait for a moment...done.
[AP]int vlan 10
[AP-Vlanif10]ip address 10.23.10.1 24
#开启接口采用接口地址池的DHCP server功能
[AP-Vlanif10]dhcp select interface 
[AP-Vlanif10]quit

配置国家码

[AP]wlan 
#CN表示中国 ,不同国家射频特性不同
[AP-wlan-view]country-code CN

配置安全模板-创建名为anan_sec的安全模板,并配置安全策略WPA-WPA2+PSK+AES

[AP-wlan-view]security-profile name anan_sec
[AP-wlan-sec-prof-anan_sec]security wpa-wpa2 psk pass-phrase anan123456@ aes
[AP-wlan-sec-prof-anan_sec]quit

配置SSID模板,模板名为anan_test , SSID名称(WIFI名称)为anan_wlan

[AP-wlan-view]ssid-profile name anan_test
[AP-wlan-ssid-prof-anan_test]ssid anan_wlan
Info: This operation may take a few seconds, please wait.done.
[AP-wlan-ssid-prof-anan_test]quit

创建名为VAP模板,配置业务vlan,并引用安全模板和SSID模板

[AP-wlan-view]vap-profile name anan_vap
[AP-wlan-vap-prof-anan_vap]service-vlan vlan-id 10
Info: This operation may take a few seconds, please wait.done.
[AP-wlan-vap-prof-anan_vap]security-profile anan_sec
Info: This operation may take a few seconds, please wait.done.
[AP-wlan-vap-prof-anan_vap]ssid-profile anan_test
Info: This operation may take a few seconds, please wait.done.
[AP-wlan-vap-prof-anan_vap]quit

关闭AP射频的信道和功率自动调优功能 , 配置ap射频的信道和功率

[AP]interface Wlan-Radio 0/0/0
[AP-Wlan-Radio0/0/0]vap-profile anan_vap wlan 2
Info: This operation may take a few seconds, please wait.done.[AP-Wlan-Radio0/0/0]calibrate auto-channel-select disable 
Info: This operation will recover the redundant radio.[AP-Wlan-Radio0/0/0]calibrate auto-txpower-select disable [AP-Wlan-Radio0/0/0]channel 20mhz 1
Warning: This action may cause service interruption. Continue?[Y/N]Y
Info: The channel value and bandwidth value take effect only when automatic channel selection is disabled, and the value depends on the AP specifications and local laws and regulations.[AP-Wlan-Radio0/0/0]eirp 127
Info: The EIRP value takes effect only when automatic transmit power selection is disabled, and the value depends on the AP specifications and local laws and regulations.[AP-Wlan-Radio0/0/0]quit 
[AP]int Wlan-Radio 0/0/1
[AP-Wlan-Radio0/0/1]vap-profile anan_vap wlan  2
Info: This operation may take a few seconds, please wait.done.
[AP-Wlan-Radio0/0/1]calibrate auto-txpower-select disable 
[AP-Wlan-Radio0/0/1]calibrate auto-channel-select disable 
Info: This operation will recover the redundant radio.
[AP-Wlan-Radio0/0/1]channel 20mhz 165
Warning: This action may cause service interruption. Continue?[Y/N]y
Info: The channel value and bandwidth value take effect only when automatic channel selection is disabled, and the value depends on the AP specifications and local laws and regulations.
[AP-Wlan-Radio0/0/1]eirp 127
Info: The EIRP value takes effect only when automatic transmit power selection is disabled, and the value depends on the AP specifications and local laws and regulations.
[AP-Wlan-Radio0/0/1]quit

配置NAT地址转换(这步配置完终端连上就能用了)

[AP]acl 2000
[AP-acl-basic-nat]ru
[AP-acl-basic-nat]rule 5 pe
[AP-acl-basic-nat]rule 5 permit s
[AP-acl-basic-nat]rule 5 permit source 10.23.10.0 0.0.0.255
[AP-acl-basic-nat]quit
[AP]int Vlanif 100
[AP-Vlanif100]nat outbound 2000
[AP-Vlanif100]quit

配置完成后验证下

在这里插入图片描述

关闭SSID广播 (隐藏wifi名称)

[AP-wlan-ssid-prof-anan_test]ssid-hide enable 

配置DNS

[AP]dns proxy enable 
[AP]dns resolve
[AP]dns server source-ip 192.168.1.193
Info: The source IP address used to exchange packets with the DNS server must belong to the same VPN as the DNS server IP address or the two IP addresses belong to a public network, and this source IP address must be the local device IP address. Otherwise, this function does not take effect.
[AP]dns server 61.139.2.69
#查看配置是否正确
[AP]dis current-configuration | include dns
portal pass dns enable
dns resolve
dns server 61.139.2.69
dns server source-ip 192.168.1.193
dns proxy enable

验证访问域名

在这里插入图片描述

http://www.dtcms.com/wzjs/526538.html

相关文章:

  • 营销网站是什么意思一个新产品怎么推广
  • 给公众号做头像的网站快照关键词优化
  • 网站建设岗位叫什么最好用的磁力搜索器
  • 营销型网站建设哪家好重庆seo推广公司
  • 通用精品课程网站建设的需求分析网站如何进行优化
  • 宁波网站建设yiso免费seo推广公司
  • 用axure做网站自适应原型怎么把自己的网站发布到网上
  • 监察部门网站建设方案品牌公关具体要做些什么
  • 柳河县建设局网站1688精品货源网站入口
  • 做养生网站需要资质吗网络营销的概念和特点是什么
  • wordpress后台登录logo优化大师好用吗
  • 能看人与动物做的网站北京seo包年
  • wordpress去掉评论邮箱seo 优化 工具
  • 公司网站建设价格网络优化包括
  • 宁波网站建设团队哪家好营销手段有哪些方式
  • 网站为什么做黄词骗流量做网站推广好做吗
  • o2o网站建设价格seo公司多少钱
  • 心雨在线高端网站建设网络推广方案有哪些
  • 兖州网站建设公司政府免费培训面点班
  • 网站怎么做移动图片不显示不出来吗品牌营销策划公司排名
  • 国外购物网站app近三天的国内新闻
  • 外贸企业网站建设百度网址大全 官网
  • 网站建设公司推销游戏推广平台有哪些
  • 成都asp网站建设qq群排名优化软件官网
  • 注册公司后才可以做独立网站吗网络推广有哪些途径
  • 大型门户网站制作流程进入百度搜索网站
  • 长春iso认证公司企业搜索引擎优化
  • 网页制作公司地址深圳优化怎么做搜索
  • 简述创建一个网站的过程游戏合作渠道
  • 电影制作专业seo推广软件哪个好