MDS 05-6632A01, Rev. F MDS Orbit MCR/ECR Technical Manual 139
modulation automatic;
fec false;
security {
security-mode psk;
encryption aes256-ccm;
passphrase $4$BfPtSlDWFNhtqe4ZcJTWQQ==;
}
advanced-config {
data-retries 3;
packet-ttl 600;
remote-age-time 600;
endpoint-age-time 300;
allow-retransmit true;
arp-cache false;
qam16-threshold -85;
qam64-threshold -70;
}
The following configures the LN module to use data compression, EAP authentication and aes256-ccm
encryption. The radius server used by the EAP authentication is selected from a list of configured Radius
servers.
% set interfaces interface LnRadio ln-config security encryption aes256-ccm security-mode
eap radius-server RADIUS_SERVER
% show interfaces interface LnRadio ln-config | details
radio-mode standard;
device-mode access-point;
network-name MyNetwork;
data-compression lzo;
header-compression true;
power 40;
tx-frequency 451.4;
rx-frequency 456.4;
channel 12.5KHz-9.6ksps;
modulation automatic;
fec false;
security {
security-mode eap;
encryption aes256-ccm;
radius-server RADIUS_SERVER;
}
advanced-config {
data-retries 3;
packet-ttl 600;
remote-age-time 600;
endpoint-age-time 300;
allow-retransmit true;
arp-cache false;
qam16-threshold -85;
qam64-threshold -70;
}