MDS 05-6632A01, Rev. F MDS Orbit MCR/ECR Technical Manual 141
channel 12.5KHz-9.6ksps;
modulation automatic;
fec false;
security {
security-mode psk;
encryption aes256-ccm;
passphrase $4$BfPtSlDWFNhtqe4ZcJTWQQ==;
}
advanced-config {
data-retries 3;
nic-id 0;
inactivity-timeout 600;
remote-age-time 600;
arp-cache false;
qam16-threshold -85;
qam64-threshold -70;
}
The following configures the LN module to use data compression, EAP authentication and aes128-ccm
encryption. The EAP mode currently supports only EAP-TLS. This requires configuring the appropriate
PKI Certificates and Keys to use in the TLS authentication. This information is selected from the PKI
configuration.
% set interfaces interface LnRadio ln-config security encryption aes128-ccm security-mode
eap eap-mode eap-tls pki ca-cert-id CACert key-id DevicePrivKey cert-id DevicePubCert
% show interfaces interface LnRadio ln-config | details
radio-mode standard;
device-mode remote;
network-name MyNetwork;
data-compression lzo;
header-compression true;
power 40;
tx-frequency 456.4;
rx-frequency 451.4;
channel 12.5KHz-9.6ksps;
modulation automatic;
fec false;
security {
security-mode eap;
encryption aes128-ccm;
eap-mode eap-tls;
pki {
cert-id DevicePubCert;
key-id DevicePrivKey;
ca-cert-id CACert;
}
}
advanced-config {
data-retries 3;
nic-id 0;
inactivity-timeout 600;
remote-age-time 600;