- play_arrow Overview
- play_arrow Initial Configuration
- play_arrow Generating YANG Files
- play_arrow Configuring USB Pass-Through on NFX Series Devices
- play_arrow Configuring Security
- play_arrow Configuring VNFs
- play_arrow Configuring Mapping of Address and Port with Encapsulation (MAP-E)
- play_arrow Configuring High Availability
- play_arrow Configuring Service Chaining
- Service Chaining on NFX150 Devices
- Example: Configuring Service Chaining Using VLANs on NFX150 Network Services Platform
- Example: Configuring Service Chaining Using SR-IOV on NFX150 Network Services Platform
- Example: Configuring Service Chaining Using a Custom Bridge
- Example: Configuring Service Chaining for LAN-WAN Routing
- Example: Configuring Cross Connect on NFX150 Devices
- Example: Configuring Service Chaining for LAN Routing
- Example: Configuring Cross-Connect Using a Custom Bridge on NFX150 Devices
- play_arrow Monitoring and Troubleshooting
- play_arrow Configuration Statements and Operational Commands
Configuring the LTE Module on NFX Devices
The LTE module can be configured in three modes:
Always-on—The LTE module connects to the 3G/4G network after booting. The connection is always maintained, as long as there are no network or connectivity problems.
Note:The default mode for LTE module is always-on. For the LTE module to be operational, you only need to install one SIM card on the LTE module before powering on the device. There is no additional configuration required.
Dial-on-demand—The LTE module initiates a connection when it receives interesting traffic. You define interesting traffic using the dialer filter. To configure dial-on-demand using a dialer filter, you first configure the dialer filter and then apply the filter to the dialer interface.
Backup—The LTE module connects to the 3G/4G network when the primary connection fails.
You can configure the LTE module either as a primary interface or as a backup interface. When configured as the primary interface, the LTE module supports both the always-on and dial-on-demand modes. When configured as the backup interface, the LTE module connects to the network only when the primary interface fails.
Starting in Junos OS Release 19.1R1, you can configure LTE modules on both nodes in a chassis cluster to provide backup WAN support.
Profile configuration is not needed in most scenarios, as LTE has a built-in database of many service providers and can automatically select the profile to use. Occasionally, you might need to specify profiles explicitly in the configuration, in which case, the automatic profile selection is disabled.
Before you begin the configuration, insert the Subscriber Identity Module (SIM) in the LTE module. The SIM uses a profile to establish a connection with the network. You can configure up to 16 profiles for each SIM card. The LTE module supports two SIM cards and so you can configure a total of 32 profiles, although only one profile can be active at a time. To configure the SIM profile, you will require the following information from the service provider:
Username and password
Access Point Name (APN)
Authentication (Challenge Handshake Authentication Protocol (CHAP) or Password Authentication Protocol (PAP))
Configuring the LTE Module for Primary Mode
Before you begin the procedure, ensure that the logical interface (dl0.0) is not configured as a backup. If dl0.0 is configured as a backup option for any interface on the device, then this configuration overrides the configuration outlined in this procedure, and the LTE module will function as a backup interface.
Use the show interfaces | display set | match backup-option
| match dl0.0
command to check whether any interface uses dl0.0
as a backup interface. If dl0.0 is configured as a backup interface,
then delete the configuration by issuing the following command:delete interfaces interface-name unit
0 backup-options interface dl0.0
To configure the LTE module as a primary interface:
Configuring the LTE Module for Dial-on-Demand Mode
When the LTE module is configured as a primary interface, it can function either in always-on mode or in dial-on-demand mode. In always-on mode, the interface remains connected to the network whereas In dial-on-demand mode, the connection is established only when needed.
In dial-on-demand mode, the dialer interface is enabled only when network traffic configured as an “interesting traffic” arrives on the network. Interesting traffic triggers or activates the wireless WAN connection. You define an interesting packet by using the dialer filter. To configure dial-on-demand by using a dialer filter, you first configure the dialer filter and then apply the filter to the dialer interface.
Once the traffic is sent over the network, an inactivity timer is triggered and the connection is closed after the timer expires.
The dial-on-demand mode is supported only if the LTE module is configured as a primary interface.
To configure the LTE module as a dial-on-demand interface:
Configuring the LTE Module for Backup Mode
You can configure the LTE module as a backup interface. If the primary interface fails, the LTE module connects to the network and remains online only until the primary interface becomes functional. The dialer interface is enabled only when the primary interface fails.
To configure the LTE module as a backup interface: