WLAN配置二层直连隧道转发示例
生活随笔
收集整理的這篇文章主要介紹了
WLAN配置二层直连隧道转发示例
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
示例圖
一、實驗?zāi)康?/h2>
1.配置二層直連隧道轉(zhuǎn)發(fā)
二、注意事項
1.AP的MAC地址一定要配置正確,不然CAPWAP隧道建立不起來,但AP可以獲取到IP地址
2.VLAN標(biāo)簽的剝離與封裝,要特別注意
3.隧道轉(zhuǎn)發(fā),就是把STA的數(shù)據(jù)封裝在CAPWAP隧道中
4.參考無線接入控制器(AC和FIT AP) V200R019C00 產(chǎn)品文檔
##
三、簡單的查詢命令
1.display ap all查看到AP是否正常上線、當(dāng)“State”字段為“nor”時,表示AP正常上線
2.display vap ssid wlan-net查看VAP是否創(chuàng)建成功,當(dāng)“Status”項顯示為“ON”時,表示AP對應(yīng)的射頻上的VAP已創(chuàng)建成功。
3.display station ssid wlan-net,可以查看用戶是否接入到無線網(wǎng)絡(luò)“wlan-net”中。
4.display ap run-info { ap-name ap-name | ap-id ap-id },查看AP的運行信息。
5.display ap service-config acl [ ipv6 ] { ap-name ap-name | ap-id ap-id },查看指定AP上的ACL配置信息
6.display ap statistics,查看添加到AC上的AP的AP類型統(tǒng)計信息。
7.display ap port { all | ap-name ap-name | ap-id ap-id | ap-mac ap-mac },查看AP的端口狀態(tài)和流量信息。
8.display ap performance statistics { ap-name ap-name | ap-id ap-id },用來查看AP性能統(tǒng)計信息。
四、簡單配置
LSW1
sysname LSW1 # vlan batch 100 # interface GigabitEthernet0/0/1port link-type trunkport trunk pvid vlan 100port trunk allow-pass vlan 100port-isolate enable group 1 # interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 100 # returnAC2
sysname AC2 # vlan batch 100 to 101 # dhcp enable # interface Vlanif100ip address 10.23.100.1 255.255.255.0dhcp select interface # interface Vlanif101ip address 10.23.101.1 255.255.255.0dhcp select interfacedhcp server excluded-ip-address 10.23.101.2 # interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan 100 to 101 # interface GigabitEthernet0/0/2port link-type trunkport trunk pvid vlan 101port trunk allow-pass vlan 101 # ip route-static 0.0.0.0 0.0.0.0 10.23.101.2 # capwap source interface vlanif100 # wlansecurity-profile name wlan-netsecurity wpa-wpa2 psk pass-phrase abc123456 aesssid-profile name wlan-netssid wlan-netvap-profile name wlan-netforward-mode tunnelservice-vlan vlan-id 101ssid-profile wlan-netsecurity-profile wlan-netap-group name ap-group1radio 0vap-profile wlan-net wlan 1radio 1vap-profile wlan-net wlan 1ap-id 0 type-id 56 ap-mac AP的MAC地址ap-name area_1ap-group ap-group1radio 0channel 20mhz 6eirp 127radio 1channel 20mhz 149eirp 127provision-ap # returnAR2
sysname AR2 # interface GigabitEthernet0/0/1ip address 10.23.101.2 255.255.255.0 # return總結(jié)
以上是生活随笔為你收集整理的WLAN配置二层直连隧道转发示例的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: nextcloud 安装https
- 下一篇: 腾讯云云函数收费?python脚本挂回自