Packet Tracer实验-c1841模拟无线AP

ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool DHCP_POOL
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dot11 ssid Home//设置SSID
authentication open
authentication key-management wpa//设置认证策略
wpa-psk ascii 0 CISCO123//设置密码
guest-mode//启用来宾模式
!
interface Dot11Radio0/0/0
ip address 192.168.1.1 255.255.255.0
encryption mode ciphers aes-ccm//设置加密算法
ssid Home//关联SSID
验证配置


作者:https://jq.qq.com/?_wv=1027&k=SPzLF365