Users Manual

90 MDS™ Master Station MDS 05-6399A01, Rev. G
CLI Configuration Examples
AP Mode
On the next page, the example will display how to configure the LN module as an access point
with the network name of ‘MyNetwork’ and default settings. For this example we assume a
transmit frequency of 451.4 MHz and a receive frequency of 456.4 MHz. Your own LN frequen-
cies must be set according to your user license.
% set interfaces interface lnms ln-config device-mode access-point network-name MyNetwork
tx-frequency 451.4 rx-frequency 456.4
% show interfaces interface lnms ln-config | details
radio-mode standard;
members [ ln-1/0/0 ln-2/0/0 ];
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 none;
encryption none;
}
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;
}
Security configuration
The default security mode, as shown above, is none.
The following configures the LN module to use pre-shared key authentication with the pass-
phrase 'mypassphrase' and aes256-ccm encryption.
NOTE
When viewing the configuration, the passphrase that you entered is not displayed in plaintext.
This is a security measure.
% set interfaces interface lnms ln-config security encryption aes256-ccm security-mode
psk passphrase mypassphrase
% show interfaces interface lnms ln-config | details
radio-mode standard;
device-mode access-point;
network-name MyNetwork;
data-compression lzo;