Title: How to config AC and make fit AP online(connect to an Unmanaged Switch ) [Print this page] Author: linyonghang1@ru Time: 2023-8-4 11:12 Title: How to config AC and make fit AP online(connect to an Unmanaged Switch ) How to config AC and make fit AP online(connect to an Unmanaged Switch ) Requirements:
The AC is connected to a non-managed switch and a fit AP connect switch. Users connected to the SSID of this fit AP must be able to obtain an address and access the Internet. Configuration tips:
The device is fit mode by default, you can use this command to check:
Ruijie>show ap-mode
If it not fit mode, you can use this command to change the mode:
Ruijie>ap-mode fit Topology: Configuration steps:
1.
APonline configuration
Ruijie#configure terminal
Ruijie(config)#interface vlan 1
Ruijie(config-int-vlan)#ip add 192.168.1.254255.255.255.0 ----->this ip address for establishing capwap tunnel with AP
Ruijie(config-int-vlan)#exit
Ruijie(config)#ac-controller
Ruijie(config-ac)#capwap ctrl-ip 192.168.1.254 ------>The ACuses 192.168.1.254ip address to establish a capwap tunnel with the AP. By default, the ip address of the AC loopback0 is used to establish a capwap tunnel with the AP
Ruijie(config-ac)#exit
2.
SSID configuration:
1) Create SSID Centralized forwarding (default):
Ruijie(config)#wlan-config 1 Ruijie ------->config wlan-config id is 1, SSID is Ruijie
Ruijie(config-wlan)#enable-broad-ssid
Ruijie(config-wlan)#exit Local forwarding: (recommended):
Ruijie(config)#wlan-config 1 Ruijie ------->config wlan-config id is 1, SSIDis Ruijie
Ruijie(config-wlan)#enable-broad-ssid
Ruijie(config-wlan)#tunnel local ------->configlLocalforwarding for this SSID
Ruijie(config-wlan)#exit
2)Ap-group configuration, associated with the wlan-config and user vlan
Ruijie(config)#ap-group default
Ruijie(config-ap-group)#interface-mapping 1 1 ---->Associatewlan-config 1 with vlan 1. The first "1" is wlan-config, and thesecond "1" is vlan
Ruijie(config-ap-group)#exit
3) SSID password:
Ruijie(config)#wlansec 1
Ruijie(config-wlansec)#security rsn enable ---->Enable the wireless encryption function