华为ensp模拟器配置无线网络
1.拓扑图

其中的两个圈圈信号圈,得完成后使用STA连接ssid才会出现
2.cloud1配置

3.LSW2配置
sys

[Huawei]sysname SW2
[SW2]vlan batch 3 1003
[SW2]inter GigabitEthernet 0/0/3
[SW2-GigabitEthernet0/0/3]port link-type trunk
[SW2-GigabitEthernet0/0/3]port trunk pvid vlan 1003
[SW2-GigabitEthernet0/0/3]port trunk allow-pass vlan 3 1003
[SW2-GigabitEthernet0/0/2]quit
[SW2]inter GigabitEthernet 0/0/4
[SW2-GigabitEthernet0/0/4]port link-type trunk
[SW2-GigabitEthernet0/0/4]port trunk pvid vlan 1003
[SW2-GigabitEthernet0/0/4]port trunk allow-pass vlan 3 1003
[SW2-GigabitEthernet0/0/4]quit
[SW2]inter GigabitEthernet 0/0/1
[SW2-GigabitEthernet0/0/1]port link-type trunk
[SW2-GigabitEthernet0/0/1]port trunk allow-pass vlan 3 1003

4.LSW1配置

<Huawei>sys
[Huawei]sysname SW1
[SW1]vlan batch 3 1002 1003
[SW1]interface GigabitEthernet 0/0/1
[SW1-GigabitEthernet0/0/1]port link-type trunk
[SW1-GigabitEthernet0/0/1]port trunk allow-pass vlan 3 1003
[SW1-GigabitEthernet0/0/1]quit
[SW1]interface GigabitEthernet 0/0/4
[SW1-GigabitEthernet0/0/4]port link-type trunk
[SW1-GigabitEthernet0/0/4]port trunk allow-pass vlan 3 1003
[SW1-GigabitEthernet0/0/4]quit
[SW1]interface GigabitEthernet 0/0/3
[SW1-GigabitEthernet0/0/3]port link-type access
[SW1-GigabitEthernet0/0/3]port default vlan 1002
[SW1-GigabitEthernet0/0/3]quit
[SW1]dhcp enable
[SW1]interface Vlanif 3
[SW1-Vlanif3]ip address 172.16.3.1 24
[SW1-Vlanif3]dhcp select interface
[SW1-Vlanif3]dhcp server dns-list 114.114.114.114 223.5.5.5
[SW1-Vlanif3]quit
[SW1]inter Vlanif 1002
[SW1-Vlanif1002]ip address 192.168.2.1 24
[SW1-Vlanif1002]quit
[SW1]ip route-static 0.0.0.0 0 192.168.2.2

5.AR1配置

<Huawei>sys
[Huawei]sysname R1
[R1]inter GigabitEthernet 0/0/1
[R1-GigabitEthernet0/0/1]ip address 192.168.2.2 24
[R1-GigabitEthernet0/0/1]quit
[R1]inter GigabitEthernet 0/0/2
[R1-GigabitEthernet0/0/2]ip address 192.168.5.2 24
[R1-GigabitEthernet0/0/2]quit
[R1]ip route-static 0.0.0.0 0 192.168.5.1
[R1]ip route-static 172.16.3.0 255.255.255.0 192.168.2.1

6.FW1配置

<SRG>sys
[SRG]sysname FW1
[FW1]firewall zone trust
[FW1-zone-trust]add interface GigabitEthernet 0/0/2
[FW1-zone-trust]quit
[FW1]firewall zone untrust
[FW1-zone-untrust]add inter GigabitEthernet 0/0/1
[FW1-zone-untrust]quit
[FW1]interface GigabitEthernet 0/0/2
[FW1-GigabitEthernet0/0/2]ip address 192.168.5.1 24
[FW1-GigabitEthernet0/0/2]quit
[FW1]interface GigabitEthernet 0/0/1
[FW1-GigabitEthernet0/0/1]ip address 192.168.174.2 24
[FW1-GigabitEthernet0/0/1]quit
[FW1]ip route-static 0.0.0.0 0 192.168.5.2
[FW1]policy interzone trust untrust outbound
[FW1-policy-interzone-trust-untrust-outbound]policy 0
[FW1-policy-interzone-trust-untrust-outbound-0]action permit
[FW1-policy-interzone-trust-untrust-outbound-0]policy source 172.16.3.0 0.0.0.255
[FW1-policy-interzone-trust-untrust-outbound-0]quit
[FW1-policy-interzone-trust-untrust-outbound]quit
[FW1]nat-policy interzone trust untrust outbound
[FW1-nat-policy-interzone-trust-untrust-outbound]policy 1
[FW1-nat-policy-interzone-trust-untrust-outbound-1]action source-nat
[FW1-nat-policy-interzone-trust-untrust-outbound-1]policy source 172.16.3.0 0.0.0.255
[FW1-nat-policy-interzone-trust-untrust-outbound-1]easy-ip  GigabitEthernet 0/0/1

7.配AC1

<AC6005>sys
[AC6005]sysname AC1
[AC1]vlan batch 3 1003
[AC1]inter GigabitEthernet 0/0/1
[AC1-GigabitEthernet0/0/1]port link-type trunk
[AC1-GigabitEthernet0/0/1]port trunk allow-pass vlan 3 1003
[AC1-GigabitEthernet0/0/1]quit
[AC1]dhcp enable
[AC1]inter Vlanif 1003
[AC1-Vlanif1003]ip address 192.168.3.1 24
[AC1-Vlanif1003]dhcp select interface
[AC1-Vlanif1003]quit
[AC1]wlan
[AC1-wlan-view]ap-group name ap-group1
[AC1-wlan-ap-group-ap-group1]regulatory-domain-profile default
Warning: Modifying the country code will clear channel,  power and antenna gain configurations of the radio and reset the AP.  Continue?[Y/N]:y
[AC1-wlan-ap-group-ap-group1]quit
[AC1-wlan-view]quit
[AC1]capwap source interface Vlanif 1003
[AC1]wlan
[AC1-wlan-view]ap auth-mode mac-auth
[AC1-wlan-view]ap-id 0 ap-mac 00e0-fca0-16a0
[AC1-wlan-ap-0]ap-name area_1
[AC1-wlan-ap-0]ap-group ap-group1
Warning: This operation may cause AP reset. If the country  code changes, it will clear channel, power and antenna gain configurations of the  radio, Whether to continue? [Y/N]:y
[AC1-wlan-ap-0]quit
[AC1-wlan-view]ap-id 1 ap-mac 00e0-fc4f-46e0
[AC1-wlan-ap-1]ap-name area_2
[AC1-wlan-ap-1]ap-group ap-group1
Warning: This operation may cause AP reset. If the country  code changes, it will clear channel, power and antenna gain configurations of the  radio, Whether to continue? [Y/N]:y
[AC1-wlan-ap-1]quit
[AC6005]display ap all
Info: This operation may take a few seconds. Please wait for a moment.done.
Total AP information:
nor  : normal          [2]
--------------------------------------------------------------------------------
------------------
ID   MAC            Name   Group     IP            Type            State STA Upt
ime
--------------------------------------------------------------------------------
------------------
0    00e0-fc8c-5180 area_1 ap-group1 192.168.3.208 AP2050DN        nor   1   2H:
30M:59S
1    00e0-fccf-2140 area_2 ap-group1 192.168.3.150 AP2050DN        nor   1   2H:
30M:22S
--------------------------------------------------------------------------------
------------------
Total: 2
[AC1-wlan-view]security-profile name template
[AC1-wlan-sec-prof-template]security wpa-wpa2 psk  pass-phrase 12345678 aes
Warning: The current password is too simple. For the sake of  security, you are advised to set a password containing at least two of the  following: lowercase letters a to z, uppercase letters A to Z, digits, and special  characters. Continue? [Y/N]:y
[AC1-wlan-sec-prof-template]quit
[AC1-wlan-view]ssid-profile name template
[AC1-wlan-ssid-prof-template]ssid wifi
[AC1-wlan-ssid-prof-template]quit
[AC1-wlan-view]vap-profile name template
[AC1-wlan-vap-prof-template]forward-mode direct-forward
[AC1-wlan-vap-prof-template]service-vlan vlan-id 3
[AC1-wlan-vap-prof-template]security-profile template
[AC1-wlan-vap-prof-template]ssid-profile template
[AC1-wlan-vap-prof-template]quit
[AC1-wlan-view]ap-group name ap-group1
[AC1-wlan-ap-group-ap-group1]vap-profile template wlan 1 radio 0
[AC1-wlan-ap-group-ap-group1]vap-profile template wlan 1 radio 1

查看STA2,STA1


使用STA1,2 ping192.168.10.1

华为ensp模拟器配置无线网络相关推荐

  1. ensp 模拟器配置无线网络

    2020.4.28无线网络实验学习笔记 使用模拟器配置无线网络 配置只截取需配置内容. 目的 : (1)通过组网设计,掌握小型网络的组建.无线AC控制器的配置,对网络使用无线设备范围.无线认证和信道进 ...

  2. 教你使用华为Ensp模拟器配置OSPF路由协议(二)

    文章目录 前言 一. OSPF的基本原理 1.1 OSPF区域化结构 1.2 OSPF报文类型 1.3 多区域OSPF网络 二. OSPF多区域配置示例 三.精彩链接 四.最后 前言 与RIP协议一样 ...

  3. 教你使用华为Ensp模拟器配置RIP路由协议

    有理想,有抱负,相信在不久的将来你会成功的! 打开微信搜索[孩子上学后],关注这个不一样的程序员. 目录 一.RIP路由 1.1 RIP路由基础 1.2 根据距离向量确定路由 1.3 RIP的优缺点 ...

  4. 华为 eNSP 模拟器配置动态路由(ospf)

    华为 eNSP 模拟器配置动态路由 (ospf) 文章目录 一.实验步骤 1.配置主机 2.配置路由信息 3.相关命令 4.实验资料 一.实验步骤 配置两台主机的ip地址信息 配置路由的ip信息 启动 ...

  5. 华为 eNSP 模拟器配置动态路由(RIP)

    华为 eNSP 模拟器配置动态路由 RIP 文章目录 一.实验步骤 1.配置主机 2.配置路由信息 3.配置路由(启动RIP协议) 4.测试 5.相关命令 6.实验资料 一.实验步骤 配置两台主机的i ...

  6. ensp实操--使用模拟器配置无线网络

    案例目标 (1)通过组网设计,掌握小型网络的组建.无线AC控制器的配置,对网络使用无线设备范围.无线认证和信道进行分析. (2)综合运用路由.防火墙安全规则.NAT和无线AC控制器. (3)通过使用无 ...

  7. 使用模拟器配置无线网络

    1.前言 1.1学习目标 (1)通过组网设计,掌握小型网络的组建.无线AC控制器的配置,对网络使用无线设备范围.无线认证和信道进行分析. (2)综合运用路由.NAT和无线AC控制器. (3)通过使用无 ...

  8. 用华为eNSP模拟器配置Hybrid、Trunk和Access三种链路类型端口

    上一篇文章写到三层交换机实现多个VLAN之间互相通讯,有朋友提问要如何进行配置,可有案例分析.其实那天我在写的时候也有做过模拟,只是后来没有保存.今天重新模拟一次,并附上详细配置命令,希望能够帮助到大 ...

  9. 教你使用华为ENSP模拟器配置静态NAT(一)

    目录 一.网络地址转换技术 1.1 网络地址转换技术的基本概念 二.静态NAT 2.1 静态NAT的概念 三.配置静态NAT 3.1 实验拓扑图 3.2 查看连通性 四.精彩链接 五.最后 一.网络地 ...

最新文章

  1. Spring中应用反射机制浅析
  2. https nginx phpstudy_window下phpstudy使用nginx配置https
  3. 文巾解题 1556. 千位分隔数
  4. 取整 除法_Python学习教程:Python3除法之真除法、截断除法和下取整对比
  5. mysql 存储过程代码_mysql存储过程语法与实例
  6. [转载] python 函数参数类型检查
  7. Hadoop的shell命令
  8. Sessions, Window Stations and Desktops(GetDesktopWindow函数得到的桌面句柄, 是Csrss.exe创建的一个窗口)
  9. 利用Python scapy爬取起点小说网小说
  10. Python 字符串 .format 方法详解
  11. 亚马逊最好用的选品工具_亚马逊为何要投资2020年最糟糕的IPO
  12. 解决 `Failed to connect to github.com port 443: Connection refused`
  13. 三、【VUE基础】数据绑定
  14. MATLAB函数合辑
  15. 智能骨科图像方向,按照期刊进行的文献整理
  16. wget linux
  17. 重复代码 Duplicated Code
  18. 如何用 Python 让你的 PPT 数据动起来?
  19. 王者荣耀微信有个服务器叫洛神降临,王者荣耀之洛神降临
  20. 揭秘:腾讯、字节跳动面经已发,妈妈再也不用担心我找工作了!

热门文章

  1. K_A08_012 基于 STM32等单片机驱动 DRV8833 模块按键控制直流电机正反转
  2. 硬盘零磁道损坏的处理方法
  3. c++代码实现我的世界(3)
  4. mysql如何输入空密码登录_允许phpmyadmin空密码登录的配置方法
  5. TFTP服务器搭建与总结
  6. 微信聊天记录导出+自动聊天机器人
  7. 计算机自带游戏纸牌怎么玩,电脑上自带的游戏是怎么玩的,【红心大战】,【空当接龙】,【纸牌】都是怎么玩的啊...
  8. 新一代分布式实时流处理引擎Flink入门实战之先导理论篇-上
  9. 【睡眠排序】java
  10. 01-pie小游戏(基本图形的绘制)