目录
wlan 基本配置,小型网络,隧道转发。
实验
AC配置
[V200R007C10SPC300]
#
sysname AC
#
vlan batch 100 to 101 200
#
dhcp enable
#
interface Vlanif100
ip address 10.1.100.1 255.255.255.0
dhcp select interface
#
interface Vlanif101
ip address 10.1.101.1 255.255.255.0
dhcp select interface
#
interface Vlanif200
ip address 192.168.1.2 255.255.255.0
#
capwap source interface vlanif100
#
wlan
security-profile name employee
security wpa-wpa2 psk pass-phrase %^%#$Em#Jn]UDEZGr^"L:*"+Ui>f'AR[#:+VK61)3A"0%^%# aes
ssid-profile name employee
ssid employee
vap-profile name employee
forward-mode tunnel
service-vlan vlan-id 101
ssid-profile employee
security-profile employee
regulatory-domain-profile name domain
ap-group name ap-group1
regulatory-domain-profile domain
radio 0
vap-profile employee wlan 1
radio 1
vap-profile employee wlan 1
radio 2
vap-profile employee wlan 1
ap-id 0 type-id 56 ap-mac 00e0-fcdb-6810 ap-sn 2102354483109814F33F
ap-name ap1
ap-group ap-group1
ap-id 1 type-id 56 ap-mac 00e0-fc41-67c0 ap-sn 2102354483109D4A6D16
ap-name ap2
ap-group ap-group1
ap-id 2 type-id 69 ap-mac 00e0-fcaf-2d70 ap-sn 2102354483101F6F9D7C
ap-group ap-group1
SW配置
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
#
interface GigabitEthernet0/0/3
port link-type access
port default vlan 100
#
interface GigabitEthernet0/0/4
port link-type access
port default vlan 100
#