MDS 05-6632A01, Rev. F MDS Orbit MCR/ECR Technical Manual 117
}
The following configures the NX915 module to use data compression, EAP authentication and aes128-
ccm encryption. The radius server used by the EAP authentication is selected from a list of configured
Radius servers.
% set interfaces interface NxRadio nx-config data-compression lzo security encryption
aes128-ccm security-mode eap radius-server RADIUS_SERVER
% show interfaces interface NxRadio nx-config | details
modem-mode 500kbps;
device-mode access-point;
network-name MyNetwork;
data-compression lzo;
header compression false;
power 30;
dwell-time 50;
beacon-interval 150;
hop-set a;
security {
security-mode eap;
encryption aes128-ccm;
radius-server RADIUS_SERVER;
}
advanced-config {
lna-state high-sensitivity;
stale-packet-timeout 1500;
propagation-delay 40miles;
mcast-repeat 3;
data-retries 3;
fragment-threshold 0;
remote-age-time 600;
endpoint-age-time 300;
allow-retransmit true;
arp-cache false;
adr-mode none;
adr-threshold -70;
encryption-protocol 2.0;
}
Other configuration
The following will configure the NX915 module to operate at 20 dBm on hop-set b, with a beacon
interval of 25 ms and a dwell time of 75 ms. It also setups several advanced configuration parameters to
move the propagation delay to 60 miles, disabled the data retries and multicast/broadcast repeats. It
configures the LNA to operate in a high immunity mode, fragments data frames to 50 bytes, set a stale
packet timeout to 1250 ms and avoids operating in the band from 915 to 920 MHz.
% set interfaces interface NxRadio nx-config power 20 hop-set b beacon-interval 25 dwell-
time 75 advanced-config propagation-delay 60miles data-retries 0 mcast-repeat 0 lna-state
high-immunity fragment-threshold 50 stale-packet-timeout 1250 avoided-frequencies 915-
920
% show interfaces interface NxRadio nx-config | details
modem-mode 500kbps;
device-mode access-point;
network-name MyNetwork;