MDS 05-6632A01, Rev. F MDS Orbit MCR/ECR Technical Manual 91
station-timeout 300;
beacon-interval 100;
privacy-mode wpa2-personal;
psk-config {
encryption ccmp-tkip;
key-mgmt wpa-psk;
psk somepassphrase2;
}
vlan-mode none;
}
channel 3;
operation-mode 80211n;
dtim-period 2;
rts-threshold 2347;
fragm-threshold 2346;
}
Operational Notes Regarding Dual SSID
The channel, operation mode, tx-power, dtim-period, rts-threshold and fragm-threshold parameters
are shared between the two SSIDs.
The Orbit MCR organizes the SSIDs in alphabetical order. If an SSID of somessid exists and a
second SSID of somessid2 is created, this will become the first SSID and the SSID somessid2 will
become the second SSID.
Each SSID is independent of the other, except for the parameters noted above. Each SSID can be in
or out of the bridge. However, to use VLANs, the SSIDs must be bridged.
Station Mode
This sets the unit to act as a WiFi station to connect to an AP with somessid and WPA2 Personal security.
% set interfaces interface Wi-Fi wifi-config mode station station-config ap somessid enabled
true privacy-mode wpa2-personal psk-config psk somepassphrase encryption ccmp
% show interfaces interface Wi-Fi | details
enabled true;
wifi-config {
mode station;
tx-power 15;
station-config {
ap somessid {
enabled true;
privacy-mode wpa2-personal;
psk-config {
encryption ccmp;
key-mgmt wpa-psk;
psk somepassphrase;
}
}
}
}
type wifi;