AC+AP 旁挂式连接配置(华为)

 

AR1路由器配置
#
interface GigabitEthernet0/0/0
 ip address 10.1.30.1 255.255.255.0 
ip route-static 10.1.20.0 255.255.255.0 10.1.30.2
#

LSW1核心交换机
#
dhcp enable
vlan batch 10 20 30
interface Vlanif20
 ip address 10.1.20.1 255.255.255.0
 dhcp select interface
interface Vlanif30
 ip address 10.1.30.2 255.255.255.0
interface GigabitEthernet0/0/1
 port link-type access
 port default vlan 30
interface GigabitEthernet0/0/2
 port link-type trunk
 port trunk allow-pass vlan 10 20
interface GigabitEthernet0/0/3
 port link-type trunk
 port trunk allow-pass vlan 10
#

LSW2二层交换机配置
#
vlan batch 10 20
interface GigabitEthernet0/0/1
 port link-type trunk
 port trunk allow-pass vlan 10 20
interface GigabitEthernet0/0/2
 port link-type trunk
 port trunk pvid vlan 10
 port trunk allow-pass vlan 10 20
interface GigabitEthernet0/0/3
 port link-type trunk
 port trunk pvid vlan 10
 port trunk allow-pass vlan 10 20
#

AC配置
#
vlan batch 10
dhcp enable
interface Vlanif10
 ip address 10.1.10.1 255.255.255.0
 dhcp select interface
interface GigabitEthernet0/0/1
 port link-type trunk
 port trunk allow-pass vlan 10
capwap source ip-address 10.1.10.1
#
wlan
 ap-group name group1
 ap auth-mode no-auth
 display  ap all
#等待几十秒,待ap上线再操作一下命令
 ap-id 0 
  ap-name ap1
  ap-group group1
 ap-id 1 
  ap-name ap2
  ap-group group1
  ap auth-mode mac-auth 
  display  ap all
 ssid-profile name group1
  ssid group1
 security-profile name group1
  security wpa-wpa2 psk pass-phrase 12345678 aes
 vap-profile name group1
  ssid-profile group1
  security-profile group1
  forward-mode direct-forward 
 regulatory-domain-profile name group1
  country-code CN
 ap-group name group1
  regulatory-domain-profile group1
  vap-profile group1 wlan 1 radio all
#

 

### 光纤、路由器、交换机和AP的工作原理与区别 #### 光纤的作用 光纤是一种传输介质,用于高速率的数据通信。相比传统的铜缆,光纤具有更高的带宽、更远的传输距离以及更强的抗干扰能力。在网络架构中,光纤通常被用来连接不同的建筑物或数据中心。 #### 路由器的功能特点 路由器主要用于不同网络间的互连,在OSI七层模型中的第三层——网络层工作。其主要职责是根据目标IP地址来决定数据包的最佳路径并将其转发给下一个节点。现代路由器往往集成了多种高级特性,比如内置防火墙机制,能有效筛选进出的数据流[^1]。 ```python # 示例:简单的Python脚本模拟基本路由决策过程 def route_packet(packet, routing_table): destination_ip = packet['destination'] for entry in routing_table: if matches(destination_ip, entry['subnet']): next_hop = entry['next_hop'] send_to_next_hop(packet, next_hop) break def matches(ip_address, subnet_mask): # 实现匹配逻辑... pass def send_to_next_hop(packet, hop): # 发送至下一跳... pass ``` #### 交换机的角色定位 作为局域网内部的主要互联设备之一,二层交换机依据MAC地址表来进行帧级转发操作,它同样位于OSI参考模型里的第二层即数据链路层。对于大型企业环境来说,则可能采用支持三层协议处理的高端产品—也就是所谓的“三层交换机”,这类装置不仅保留了一般意义上的快速以太网端口,还额外提供了类似于传统路由器那样的广域接口选项[^2]。 #### 接入点(Access Point, AP) 无线接入点(AP)负责创建Wi-Fi信号覆盖范围内的热点区域,允许移动终端如智能手机和平板电脑无需物理连线即可访问互联网资源。为了扩大无线网络的服务面积或者提高并发性能,多个AP之间可以通过有线方式串联起来形成分布式的解决方案;而当它们背后载着一台核心级别的交换/路由平台时,整个体系便构成了一个完整的园区型无线上网基础设施框架[^3]。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值