Specifications
MDS 05-6628A01, Rev. A MDS Orbit MCR-4G Technical Manual 33
tx-power 15;
ap-config {
ssid somessid;
broadcast-ssid true;
channel 6;
station-max 7;
station-timeout 300;
beacon-interval 100;
operation-mode 80211g;
dtim-period 2;
rts-threshold 2347;
fragm-threshold 2346;
privacy-mode none;
}
[ok][2012-06-19 00:17:37]
admin@(none) 00:17:37% commit
Commit complete.
Privacy mode configuration
The default privacy mode, as shown above, is none.
The following configures the unit to use WPA2-Personal security with the default CCMP/AES encryption.
admin@(none) 00:19:02% set interfaces interface wlan0 wifi-config ap-config privacy-mode wpa2-per-
sonal psk-config psk somepassphrase
[ok][2012-06-19 00:26:51]
[edit]
admin@(none) 00:26:51% show interfaces interface wi-fi wifi-config | details
mode access-point;
tx-power 15;
ap-config {
ssid somessid;
broadcast-ssid false;
channel 6;
station-max 7;
station-timeout 300;
beacon-interval 100;
operation-mode 80211g;
dtim-period 2;
rts-threshold 2347;
fragm-threshold 2346;
privacy-mode wpa2-personal;
psk-config {
encryption ccmp;
key-mgmt wpa-psk;
psk somepassphrase;
}
}
[ok][2012-06-19 00:27:01]
[edit]
admin@(none) 00:27:01% commit
Commit complete.
The following configures the unit to use WPA2-Personal security with the CCMP/AES encryption + TKIP
encryption.