90 MDS Orbit MCR/ECR Technical Manual MDS 05-6632A01, Rev. F
tx-power 15;
ap-config {
ap somessid {
broadcast-ssid true;
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 3;
operation-mode 80211n;
dtim-period 2;
rts-threshold 2347;
fragm-threshold 2346;
}
Dual-SSID Functionality (AP mode only)
The Orbit MCR supports up to two SSIDs to be configured when the Wi-Fi interface is set to an Access
Point. The first SSID should be reserved for high throughput data paths. The second SSID is intended to
support auxiliary applications such as a dedicated management connection or guest LAN access. The
following example sets up a second Wi-Fi AP with the SSID of somessid2 to the previous example’s
SSID somessid.
% set interfaces interface Wi-Fi wifi-config mode access-point ap-config channel 3 operation-
mode 80211n ap somessid2 broadcast-ssid true privacy-mode wpa2-personal psk-config
psk somepassphrase2 encryption ccmp-tkip
% show interfaces interface Wi-Fi wifi-config | details
mode access-point;
tx-power 15;
ap-config {
ap somessid {
broadcast-ssid true;
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;
}
ap somessid2 {
broadcast-ssid true;
station-max 7;