直连二层组网直接转发

本文详细介绍了在二层模式下,直连和旁挂式三层组网中使用隧道转发与直接转发的配置与优缺点,涉及安全性和转发效率。着重讲解了如何配置AP上线、WLAN参数和VAP模板实例。
摘要由CSDN通过智能技术生成

实验拓扑:

在这里插入图片描述
二层模式下直连和旁挂,直接转发和隧道转发在配置上没有什么不同,只需在配置vap模板时选择转发方式即可。

直接转发:转发效率高,报文不需要经过多次封装解封装,方便故障定位;但是安全性不够,中间网络可以解析出用户报文,且中间网络需要透传业务VLAN,增加了AC与AP间二层网络的维护工作量。

隧道转发:安全性高,经过DTLS加密,中间网络不易解析出用户报文内容,支持802.1x,AC和AP之间只需透传管理VLAN,但是不利于故障定位,且数据报文需要封装CAPWAP隧道报头,转发效率较直接转发低。

旁挂式三层组网隧道转发

1.基本配置:

AR1:
int g0/0/0
ip add 192.168.100.253 24

AC1:
vlan batch 10 100

int g0/0/1
port link-type access
port default vlan 100
int g0/0/2
port link-type trunk
port trunk allow-pass vlan 10 100

dhcp enable
int vlan 10
ip add 192.168.10.254 24
dhcp select interface
int vlan 100
ip add 192.168.100.254 24
dhcp select global

ip pool yw
gateway-list 192.168.100.254 
network 192.168.100.0 mask 255.255.255.0 
excluded-ip-address 192.168.100.253 

LSW1:
vlan batch 10 100
int e0/0/1
port link-type trunk
port trunk allow-pass vlan 10 100
int e0/0/2
port link-type trunk
port trunk pvid vlan 10
port trunk allow-pass vlan 10 100

2.配置ap上线

配置源接口
capwap source interface vlanif 100 

创建域管理模板,默认域就是cn可以不创建
regulatory-domain-profile name yw
country-code cn

创建ap组并引用域模板
ap-group name yw
regulatory-domain-profile yw

离线添加ap
ap auth-moe mac-auth
ap-id 0 ap-mac xxxx-xxxx-xxxx
ap-name 1
ap-group yw

查看ap状态,nor表示成功上线
在这里插入图片描述

3.配置wlan参数

创建安全模板
security-profile name yw
security wpa-wpa2 psk pass-phrase xxxxxxxx aes

创建ssid模板
ssid-profile name yw
ssid test

创建vap模板
vap-profile name yw
forward-mode direct-forward
service-vlan vlan-id 100
security-profile yw
ssid-profile yw

4.ap组引用vap模板,成功引用后ap放出射频信号

ap-group name yw
vap-profile yw wlan 1 radio all
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值