1 Basic Access, PSK Authentication Configuration For Fat APs PDF
1 Basic Access, PSK Authentication Configuration For Fat APs PDF
1
Basic Access Configuration for Fat APs
Ruijie(dot11-wlan-config)#ssid ruijie //Set the SSID to ruijie.
Ruijie(dot11-wlan-config)#exit
(4) Configure radio interface 1 on the AP and associate it with the WLAN.
Ruijie(config)#interface dot11radio 1/0
Ruijie(config-if-Dot11radio 1/0)#encapsulation dot1Q 10
Ruijie(config-if-Dot11radio 1/0)#wlan 1 //Associate the radio
interface with WLAN 1.
(5) \Configure the BVI 10 on the AP.
Ruijie(config)#interface bvi 10 //Enable the bridge
virtual interface (BVI).
Ruijie(config-if-BVI 1)#ip address 172.16.10.254 255.255.255.0
Ruijie(config-if-BVI 1)#exit
(6) Configure an Ethernet interface for the AP.
Ruijie(config)#interface GigabitEthernet 0/1
Ruijie(config-if-GigabitEthernet 0/1)#encapsulation dot1Q 10
(7) Configure DHCP on the L3 switch to assign addresses to the user.
Switch(config)#vlan 10 //Create a user VLAN.
Switch(config)#exit
Switch(config)#interface vlan 10
Ruijie(config-if-VLAN 10)#ip address 172.16.10.1 255.255.255.0
Ruijie(config-if-VLAN 10)# exit
Switch (config)#service dhcp //Enable the DHCP service.
Switch (config)#ip dhcp pool USE10-IP //Set the name of the DHCP
address pool to USE10-IP.
Switch (dhcp-config)#network 172.16.10.0 255.255.255.0 //Configure
the range of the DHCP address pool.
Switch (dhcp-config)#default-router 172.16.10.1 //Configure the
default gateway.
Switch (config)#ip dhcp excluded-address 172.168.10.1 172.16.10.254
Switch (config)#int G0/1
Switch (config-if-GigabitEthernet 0/1)#switch access vlan 10
1.1.7 Result Verification
(1) Search for the WLAN with the SSID "ruijie" on the PC and connect to the network to test
connectivity.
2
PSK Authentication Configuration for Fat APs
3
PSK Authentication Configuration for Fat APs
security wpa akm psk set-key ascii 12345678
!
(2) Connect the PC to the WLAN and check whether authentication is required and whether the
password is 12345678.