MDS 05-6632A01, Rev. F MDS Orbit MCR/ECR Technical Manual 89
psk-config {
encryption ccmp;
key-mgmt wpa-psk;
psk somepassphrase;
}
vlan-mode none;
}
channel 6;
operation-mode 80211g;
dtim-period 2;
rts-threshold 2347;
fragm-threshold 2346;
}
The next example takes the previous configuration and changes the security to WPA2-Personal with
CCMP/AES + TKIP encryption.
% set interfaces interface Wi-Fi wifi-config ap-config ap somessid broadcast-ssid false privacy-
mode wpa2-personal psk-config psk somepassphrase encryption ccmp-tkip
% show interfaces interface Wi-Fi wifi-config | details
mode access-point;
tx-power 15;
ap-config {
ap somessid {
broadcast-ssid false;
station-max 7;
station-timeout 300;
beacon-interval 100;
privacy-mode wpa2-personal;
psk-config {
encryption ccmp-tkip;
key-mgmt wpa-psk;
psk somepassphrase;
}
vlan-mode none;
}
channel 6;
operation-mode 80211g;
dtim-period 2;
rts-threshold 2347;
fragm-threshold 2346;
}
Other configurations
The following configures the device to broadcast its SSID, support 802.11b/g/n modes and operate on
channel 3.
% set interfaces interface Wi-Fi wifi-config ap-config operation-mode 80211n channel 3 ap
somessid broadcast-ssid true privacy-mode wpa2-personal psk-config psk somepassphrase
encryption ccmp-tkip
% show interfaces interface Wi-Fi wifi-config | details
mode access-point;