首页 >> 知识 >> 胖AP设置自动获取上网IP

胖AP设置自动获取上网IP

console口:

# 启用port-security

[WAP722S]port-security enable

# 配置无线接口,认证方式为PSK

[WAP722S]interface WLAN-BSS2

[WAP722S-WLAN-BSS2]port-security port-mode psk

[WAP722S-WLAN-BSS2]port-security tx-key-type 11key

[WAP722S-WLAN-BSS2]port-security preshared-key pass-phrase 12345678

# 配置无线服务模板

[WAP722S-wlan-rp-rp]wlan service-template 2 crypto

[WAP722S-wlan-st-2]ssid xiaobei722s

[WAP722S-wlan-st-2]authentication-method open-system

[WAP722S-wlan-st-2] cipher-suite tkip

[WAP722S-wlan-st-2] cipher-suite ccmp            //相当于WEB中的AES

[WAP722S-wlan-st-2] security-ie wpa

[WAP722S-wlan-st-2] security-ie rsn               //相当于WEB中的WPA2

[WAP722S-wlan-st-2]service-template enable       //开启服务

# 在射频口绑定无线服务模板和无线口

[WAP722S]interface WLAN-Radio 1/0/2            // WLAN-Radio 1/0/2代表2.4G,WLAN-Radio 1/0/1代表5G,用户据实际情况选择绑定

[WAP722S-WLAN-Radio1/0/2]service-template 2 interface WLAN-BSS 2

# 配置VLAN 虚接口

[WAP722S]interface Vlan-interface1

[WAP722S-Vlan-interface1]ip address 192.168.0.50 255.255.255.0  //默认IP,可以修改为其他IP

#保存配置

save force

网站地图