Interfaces
Wide Area Networks (WANs)
LR54 User Guide
114
iii. For
Interface
, select
Interface: WWAN_Private
.
6. Click
Apply
to save the configuration and apply the change.
Command line
1. Select the device in Remote Manager and click
Actions
>
Open Console
, or log into the LR54
local command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an
Access selection
menu
. Type
admin
to access the Admin CLI.
2. At the command line, type
config
to enter configuration mode:
> config
(config)>
3. Set the maximum number of interfaces for the modem:
(config)> network modem wwan max_intfs 2
(config)>
4. Create the WWAN interfaces:
a. Create the
WWANPublic
interface:
(config)> add network interface WWANPublic
(config network interface WWANPublic)>
b. Set the interface type to modem:
(config network interface WWANPublic)> type modem
(config network interface WWANPublic)>
c. Set the modem device:
(config network interface WWANPublic)> modem device wwan
(config network interface WWANPublic)>
d. (Optional): Set the public APN. If the public APN is not configured, the LR54 will attempt to
determine the APN.
(config network interface WWANPublic)> modem apn
public_apn
(config network interface WWANPublic)>