当前位置:网站首页>WLAN networking experiment of AC and thin AP
WLAN networking experiment of AC and thin AP
2022-08-01 09:23:00 【network siege lion summary】
一、实验拓扑

二、拓扑介绍
- 拓扑中有AP7和AP8two skinnyAP,它们是从AC5自动获取IP地址,它们处于VLAN100;
- STA8与STA9is from a Layer 3 switchLSW5自动获取IP地址,它们处于VLAN101;
- AR2是出口路由器,AR3Any router in the public network.
三、实验配置
AR3:
interface GigabitEthernet0/0/0
ip address 16.16.16.16 255.255.255.0
AR2:
interface GigabitEthernet0/0/0
ip address 192.168.201.2 255.255.255.0
acl number 2000
rule 5 permit
interface GigabitEthernet0/0/1
ip address 16.16.16.1 255.255.255.0
nat outbound 2000
ip route-static 0.0.0.0 0.0.0.0 16.16.16.16
ip route-static 192.168.0.0 255.255.0.0 192.168.201.1
LSW5:
vlan batch 100 to 101 201
dhcp enable
ip pool sta
gateway-list 192.168.101.254
network 192.168.101.0 mask 255.255.255.0
dns-list 8.8.8.8
interface Vlanif101
ip address 192.168.101.254 255.255.255.0
dhcp select global
#
interface Vlanif201
ip address 192.168.201.1 255.255.255.0
interface GigabitEthernet0/0/1
port link-type trunk
port trunk allow-pass vlan 100 to 101
#
interface GigabitEthernet0/0/2
port link-type access
port default vlan 201
#
interface GigabitEthernet0/0/3
port link-type trunk
port trunk allow-pass vlan 100 to 101
#
interface GigabitEthernet0/0/4
port link-type trunk
port trunk allow-pass vlan 100 to 101
ip route-static 0.0.0.0 0.0.0.0 192.168.201.2
LSW6:
sys
vlan batch 100 to 101
interface GigabitEthernet0/0/1
port link-type trunk
port trunk allow-pass vlan 100 to 101
interface GigabitEthernet0/0/2
port link-type trunk
port trunk pvid vlan 100
port trunk allow-pass vlan 100 to 101
LSW7:
vlan batch 100 to 101
interface GigabitEthernet0/0/1
port link-type trunk
port trunk allow-pass vlan 100 to 101
interface GigabitEthernet0/0/2
port link-type trunk
port trunk pvid vlan 100
port trunk allow-pass vlan 100 to 101
AC5:
vlan batch 100 to 101
dhcp enable
ip pool ap
gateway-list 192.168.100.254
network 192.168.100.0 mask 255.255.255.0
dns-list 8.8.8.8
interface Vlanif100
ip address 192.168.100.254 255.255.255.0
dhcp select global
interface GigabitEthernet0/0/1
port link-type trunk
port trunk allow-pass vlan 100 to 101
wlan
ap-group name ap-group1 //创建ap组
regulatory-domain-profile name default
country-code CN
q
ap-group name ap-group1
regulatory-domain-profile default
选择y
q
capwap source interface vlanif100 //Create source asvlanif100的隧道
wlan
ap auth-mode mac-auth //ap认证模式是mac地址认证
ap-id 0 ap-mac 00e0-fc4d-6320
ap-name ap1
ap-group ap-group1
选择y
q
ap-id 1 ap-mac 00e0-fc42-09c0
ap-name ap2
ap-group ap-group1
选择y
q
dis ap all //查看连接的ap信息
security-profile name anquan //创建安全模板
security wpa-wpa2 psk pass-phrase 12345678 aes
ssid-profile name test
q
vap-profile name test-wlan //创建vap模板
forward-mode direct-forward //直接转发模式
service-vlan vlan 101 //设置VLAN101为服务VLAN
q
ap-group name ap-group1
vap-profile test-wlan wlan 1 radio all
四、结果验证
- 查看STA8自动获取到的ip地址

- 使用AP8ping公网地址测试

- 使用
display ap all查看ACconnected belowAP信息.

- 使用AP8ping测试AC5.

- 查看STA8可以连接的AP列表.

五、总结
AC与瘦APThe networking is the most commonly used in enterprisesWLAN组网方式,可以使用ACCreate appropriate security policies,保证企业WLAN的安全.
边栏推荐
- HoloView -- Tabular Datasets
- 杰理AD14N/AD15N---串口中断问题
- Mysql数据库的部署以及初始化步骤
- Redis 3.2.3 crashed by signal: 11 服务宕机问题排查
- Gethostbyname \ getaddrinfo DNS domain name IP address is not safe
- GBase 8c中怎么查询数据库配置参数,例如datestyle
- Leicester Weekly 304 6135. The longest ring in the picture Inward base ring tree
- 2022杭电中超杯(1)个人题解
- ogg同步oracle到mysql,字段里面可能有需要转义的字符,怎么配置转义?
- Data Analysis 6
猜你喜欢

How to get page data

leetcode-6132: Make all elements in array equal to zero

BGP综合实验

HoloView -- Tabular Datasets

【应用推荐】常见资源管理器整理,含个人使用体验和产品选型推荐

Prime Ring Problem(素数环问题)

Microsoft Azure & NVIDIA IoT 开发者季 I|Azure IoT & NVIDIA Jetson 开发基础

leetcode-6132:使数组中所有元素都等于零

HoloView 在 jyputer lab/notebook 不显示总结

various network protocols
随机推荐
PHP获取时间戳后写数据库的一个问题
改版去不图床 Token 的获取
毕业论文写作技巧
BGP综合实验
【面试:并发篇39:多线程:线程池】ThreadPoolExecutor类-提交、停止
Centos install php7.4, build hyperf, forward RDS
报告:想学AI的学生数量已涨200%,老师都不够用了
扁平数组转树结构实现方式
The soul asks: How does MySQL solve phantom reads?
USB Protocol (2) Terminology
2022杭电中超杯(1)个人题解
SkiaSharp 之 WPF 自绘 五环弹动球(案例版)
[Tear AHB-APB Bridge by hand]~ Why aren't the lower two bits of the AHB address bus used to represent the address?
GBase 8s 锁分类
Graduation thesis writing skills
堆内存的介绍及应用(含例子)
Mysql数据库的部署以及初始化步骤
获取页面数据的方法
net stop/start mysql80 拒绝访问
力扣周赛304 6135. 图中的最长环 内向基环树