首页/新闻资讯/正文详情

简单wlan实验

发布时间:2026/9/26 18:34:49 来源:云帆数科 栏目:资讯中心
简单wlan实验
拓扑配置1.配置vlan//sw1 [sw1]vlan b 10 20 100 [sw1]int g0/0/1 [sw1-GigabitEthernet0/0/1]po li tr [sw1-GigabitEthernet0/0/1]po tr al v 10 20 100 [sw1-GigabitEthernet0/0/1]int g0/0/2 [sw1-GigabitEthernet0/0/2]po li tr [sw1-GigabitEthernet0/0/2]po tr al v 10 100 [sw1-GigabitEthernet0/0/2]po tr pvid v 100 [sw1-GigabitEthernet0/0/2]int g0/0/3 [sw1-GigabitEthernet0/0/3]po li tr [sw1-GigabitEthernet0/0/3]po tr al v 10 100 [sw1-GigabitEthernet0/0/3]po tr pvid v 100 [sw1-GigabitEthernet0/0/3]int g0/0/4 [sw1-GigabitEthernet0/0/4]po li tr [sw1-GigabitEthernet0/0/4]po tr al v 20 100 [sw1-GigabitEthernet0/0/4]po tr pvid v 100 //ac1 [ac1]vlan b 10 20 100 200 [ac1]int g00/0/2 [ac1-GigabitEthernet0/0/2]po li tr [ac1-GigabitEthernet0/0/2]po tr al v 10 20 100 [ac1]int vlanif200 [ac1-Vlanif200]ip ad 10.0.0.2 24 [ac1]ip route-static 0.0.0.0 0 10.0.0.2 [ac1]int g0/0/1 [ac1-GigabitEthernet0/0/1]po li ac [ac1-GigabitEthernet0/0/1]po de v 2002.配置IP//r1 [r1]int l0 [r1-LoopBack0]ip ad 1.1.1.1 24 [r1-LoopBack0]int g0/0/0 [r1-GigabitEthernet0/0/0]ip ad 10.0.0.1 24 [r1]ip route-static 192.168.10.0 24 10.0.0.2 [r1]ip route-static 192.168.20.0 24 10.0.0.2 //ac1 [ac1]int vlanif 100 [ac1-Vlanif100]ip ad 192.168.100.254 24 [ac1-Vlanif100]int vlanif 10 [ac1-Vlanif10]ip ad 192.168.10.254 24 [ac1-Vlanif10]int vlanif 20 [ac1-Vlanif20]ip ad 192.168.20.254 24 -------------------配置DHCP------------------ [ac1]dhcp enable [ac1]ip pool vlan100 [ac1-ip-pool-vlan100]gateway-list 192.168.100.254 [ac1-ip-pool-vlan100]network 192.168.100.0 mask 24 [ac1]int vlanif100 [ac1-Vlanif100]dhcp select global [ac1]ip pool vlan10 [ac1-ip-pool-vlan10]gateway-list 192.168.10.254 [ac1-ip-pool-vlan10]network 192.168.10.0 mask 24 [ac1]int vlanif10 [ac1-Vlanif10]dhcp select g [ac1]ip pool vlan20 [ac1-ip-pool-vlan20]gateway-list 192.168.20.254 [ac1-ip-pool-vlan20]network 192.168.20.0 mask 24 [ac1]int vlanif20 [ac1-Vlanif20]dhcp select g3.配置wlan//ac1 [ac1]capwap source int vlanif 100 [ac1]wlan [ac1-wlan-view]regulatory-domain-profile name aa [ac1-wlan-regulate-domain-aa]country-code CN [ac1-wlan-regulate-domain-aa]q [ac1-wlan-view]ap-group name aa [ac1-wlan-ap-group-aa]regulatory-domain-profile aa [ac1-wlan-ap-group-aa]q [ac1-wlan-view]ap auth-mode mac-auth [ac1-wlan-view]ap-id 0 ap-mac 00e0-fc0b-6310 [ac1-wlan-ap-0]ap-name ap-1 [ac1-wlan-ap-0]ap-group aa [ac1-wlan-ap-0]q [ac1-wlan-view]ap-id 1 ap-mac 00e0-fc6f-0310 [ac1-wlan-ap-1]ap-name ap-2 [ac1-wlan-ap-1]ap-group aa [ac1-wlan-view]security-profile name aa [ac1-wlan-sec-prof-aa]security wpa2 psk pass-phrase admin123 aes [ac1-wlan-sec-prof-aa]q [ac1-wlan-view]ssid-profile name aa [ac1-wlan-ssid-prof-aa]ssid NHJC-10 [ac1-wlan-ssid-prof-aa]q [ac1-wlan-view]vap-profile name aa [ac1-wlan-vap-prof-aa]forward-mode tunnel [ac1-wlan-vap-prof-aa]service-vlan vlan-id 10 [ac1-wlan-vap-prof-aa]security-profile aa [ac1-wlan-vap-prof-aa]ssid-profile aa [ac1-wlan-vap-prof-aa]q [ac1-wlan-view]ap-group name aa [ac1-wlan-ap-group-aa]vap-profile aa wlan 1 radio all [ac1-wlan-view]regulatory-domain-profile name bb [ac1-wlan-regulate-domain-bb]country-code CN [ac1-wlan-regulate-domain-bb]q [ac1-wlan-view]ap-group name bb [ac1-wlan-ap-group-bb]regulatory-domain-profile bb [ac1-wlan-ap-group-bb]q [ac1-wlan-view]ap auth-mode mac-auth [ac1-wlan-view]ap-id 2 ap-mac 00e0-fcc8-50b0 [ac1-wlan-ap-2]ap-name ap-3 [ac1-wlan-ap-2]ap-group bb [ac1-wlan-ap-2]q [ac1-wlan-view]security-profile name bb [ac1-wlan-sec-prof-bb]security wpa2 psk pass-phrase admin321 aes [ac1-wlan-sec-prof-bb]q [ac1-wlan-view]ssid-profile name bb [ac1-wlan-ssid-prof-bb]ssid NHJC-20 [ac1-wlan-ssid-prof-bb]q [ac1-wlan-view]vap-profile name bb [ac1-wlan-vap-prof-bb]forward-mode tunnel [ac1-wlan-vap-prof-bb]service-vlan vlan-id 20 [ac1-wlan-vap-prof-bb]security-profile bb [ac1-wlan-vap-prof-bb]ssid-profile bb [ac1-wlan-vap-prof-bb]q [ac1-wlan-view]ap-group name bb [ac1-wlan-ap-group-bb]vap-profile bb wlan 2 radio all

相关推荐

Jetson + Isaac ROS:NVIDIA 官方机器人开发栈
Jetson + Isaac ROS:NVIDIA 官方机器人开发栈

Jetson Isaac ROS:NVIDIA 官方机器人开发栈 1. Isaac ROS 概述 Isaac ROS 是 NVIDIA 基于 ROS2 的机器人开发栈,专门为 Jetson 优化: Isaac ROS 核心模块: ├── 视觉 SLAM(Visual SLAM) │ ├── cuV… · 2026/9/20 20:54:46

20N03-ASEMI大电流功率开关通用20N03
20N03-ASEMI大电流功率开关通用20N03

编辑:David20N03-ASEMI中低压MOS管产品特性30V 高安全耐压,电路容错性更强相比 20V 耐压 20N02,20N03 提升至 30V 额定耐压,面对 24V 供电回路、上电电压尖峰、感性负载反向电动势时拥有更大安全余量,不易出现击穿损坏… · 2026/9/17 22:10:02

WordPress 独立站搭建全指南
WordPress 独立站搭建全指南

从零到一,拥有你自己的网站 在互联网时代,拥有独立网站已成为个人品牌展示和在线业务的基础。WordPress 凭借开源、免费、灵活的特性,支撑着全球超过 43% 的网站[^1]——包括 BBC、Sony、微软新闻博客等知名平台。 本文从零开始,系… · 2026/9/14 2:39:50

WorkBuddy实战:从AI助手到Agent操作系统的工程落地
WorkBuddy实战:从AI助手到Agent操作系统的工程落地

过去大半年我一直在折腾 WorkBuddy,也拿它跟 CodeBuddy、Cursor 这类工具来回对比过很多次。先说结论:如果你只是想要一个聊天窗口,市面上任何一个 AI 助手都能满足你;但如果你想拿 AI 去搭一套真正能跑业务的 Agent 体系——差不… · 2026/9/26 18:34:39

如何读懂Loss曲线与Perplexity?How to Train Your GPT教你5步诊断训练失败原因
如何读懂Loss曲线与Perplexity?How to Train Your GPT教你5步诊断训练失败原因

如何读懂Loss曲线与Perplexity?How to Train Your GPT教你5步诊断训练失败原因 【免费下载链接】how-to-train-your-gpt Build a modern LLM from scratch. Every line commented. Explained like we are five. 项目地址: https://gitcode.com/gh_mirrors/ho/how-… · 2026/9/26 18:34:39

使用 AWS SDK for Kotlin 调用 Amazon Comprehend:六个 NLP 检测与文档分类实战示例
使用 AWS SDK for Kotlin 调用 Amazon Comprehend:六个 NLP 检测与文档分类实战示例

示例工程教程后端 【免费下载链接】aws-doc-sdk-examples Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below. 项目地… · 2026/9/26 18:34:39

全等三角形判定的本质:从重合直觉到工程级刚性验证
全等三角形判定的本质:从重合直觉到工程级刚性验证

1. 这不是背公式,是重建几何直觉:为什么全等三角形判定必须从“重合”讲起你有没有试过教孩子证明两个三角形全等,结果他盯着SAS、ASA这些字母组合发呆,嘴里念着“边角边…边角边…”,手却停在草稿纸上迟迟不敢落笔&am… · 2026/9/26 18:34:32

ResNet MRI脑肿瘤分类性能瓶颈突破指南
ResNet MRI脑肿瘤分类性能瓶颈突破指南

简介:本资源是一套基于ResNet系列模型实现MRI脑肿瘤多分类任务的完整迁移学习实践方案,面向深度学习初学者与医学影像分析方向的研究者,解决小样本医学图像分类建模难题。压缩包共2000个文件,主体为1995张标注清晰的MRI切片JPG图像… · 2026/9/26 18:34:32

QualityInspector 语义分割配置文件详解:从配置项到工业质检训练实战
QualityInspector 语义分割配置文件详解:从配置项到工业质检训练实战

人工智能计算机视觉预训练 【免费下载链接】PaddleSeg Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in Semantic Segmentation, Interactive Segmentation, Panoptic Segmentation, Image Matting,… · 2026/9/26 18:34:32

数据库课后习题答案别硬背:当测试用例集刷,效率翻倍
数据库课后习题答案别硬背:当测试用例集刷,效率翻倍

简介:万常选版《数据库原理与设计》课后习题答案资源,覆盖第2至6章及第9章,适合正在学习关系模型、数据库建模、关系数据理论与模式求精的本科生、自学者作为复习与自测材料。压缩包共7个文件,含3个doc参考答案、2个sql示例脚本、… · 2026/9/26 0:00:21

OpenClaw 替代品?Hermes Agent 踩坑实录:macOS 飞书接入 TaoToken 配置
OpenClaw 替代品?Hermes Agent 踩坑实录:macOS 飞书接入 TaoToken 配置

/* MD / 富文本中的 .toc(含博客园搬家等嵌套结构);.toc-box 在侧栏,不受影响 */#content_views .toc,/* 编辑器常在目录前后插入空 p(:empty 仍占 20px),一并去掉避免顶空隙 */#content_views.markdown_views > p:empty:has(+ .toc),#content_views.markdown_views … · 2026/9/26 0:00:40

向下兼容与向上兼容:接口设计中的兼容性策略与工程实践
向下兼容与向上兼容:接口设计中的兼容性策略与工程实践

一次版本升级事故,是很多团队绕不过去的坎。线上环境里,服务端明明已经上线了新版接口,老的移动端还在照着旧文档传参数。请求一到网关,校验直接拒绝,用户操作失败,客服群炸了锅,开发群里开始互… · 2026/9/26 0:00:46

了解更多?预约专属演示

我们的顾问将为您一对一讲解产品与方案

企业微信二维码