Wireless WAN (WWAN)¶
Wireless WAN (WWAN), also referred to as a mobile or cellular interface, provides WAN backhaul connectivity over 4G LTE and 5G NR cellular networks. On RansNet branch-series devices, WWAN is the primary or secondary WAN link, enabling internet and SD-WAN connectivity without a fixed-line broadband connection.
Each WWAN interface corresponds to a physical cellular modem module installed in the device. The modem establishes a data session (PDN connection) with the mobile network using a SIM card and the configured APN, and presents the resulting IP address to the device as a routable WAN interface.
Warning
Before proceeding, ensure the SIM card is fully seated and all antenna connectors are tightly screwed on. Loose antennas and improperly inserted SIMs are the most common reasons a WWAN interface fails to come online.
Navigate to Device Settings → Network → WWAN.
Single vs Dual Modem¶
RansNet branch devices support single-module and dual-module configurations:
| Configuration | Devices | Behaviour |
|---|---|---|
| Single module (wwan0 only) | XE-300R, HSA-520R, UA-520R, UA-800NR | One active modem. Dual physical SIM slots supported — SIMs operate in active/standby mode. The standby SIM takes over automatically on primary SIM failure. |
| Dual module (wwan0 + wwan1) | HSA-520L2, UA-800NR2 | Two independent modem modules, each with its own SIM. Both run simultaneously in active/active mode, providing two independent cellular uplinks for load balancing or redundancy via Multi-WAN. |
WWAN Connection Options¶
At the top of the WWAN tab, select the connection mode that matches your SIM plan:
| Option | Description |
|---|---|
| Single Connection per SIM | One PDN (Packet Data Network) session per SIM card. Standard for most SIM plans. |
| Multiple Connections per SIM (Multi-PDN) | Multiple simultaneous PDN sessions on a single SIM, each with a different APN. Used when a SIM plan provides separate APNs for internet and private network access (e.g., corporate intranet over a private APN alongside public internet). |
WWAN Interfaces¶
The WWAN Interfaces table lists all modem interfaces on the device:
| Column | Description |
|---|---|
| Name | Interface identifier — wwan0 (primary modem) or wwan1 (secondary modem on dual-module devices) |
| Enable | Toggle to administratively enable or disable the modem interface |
| APN | Configured Access Point Name for this interface |
| 5G/NR Setting | Active 5G mode configuration (NSA or SA, and radio access mode) |
| Band Lock | Frequency bands the modem is locked to, if configured |
| Action | Edit or reset the interface configuration |
Click the edit (yellow) button on the right side of an interface row to open its configuration form.
Interface Configuration¶
Basic Settings¶
| Field | Description |
|---|---|
| Name | Interface name (wwan0 or wwan1) — read-only |
| Admin Status | Enable or disable this modem interface |
5G/NR Settings¶
These settings control how the modem connects to 5G networks. They are only relevant for 5G-capable modems.
5G/NR Disable — Select which 5G sub-architecture to disable if needed:
| Option | Description |
|---|---|
| NSA | Disable 5G Non-Standalone mode. NSA uses a 5G NR radio but anchors control signalling to an existing 4G LTE core. Disabling NSA forces the modem to use SA or fall back to LTE. |
| SA | Disable 5G Standalone mode. SA uses both a 5G NR radio and a full 5G core network. Disabling SA forces the modem to use NSA or LTE. |
5G/NR Mode — Select the radio access technology the modem is permitted to use:
| Mode | Description |
|---|---|
| AUTO | Let the modem select the best available technology automatically (recommended) |
| LTE | Lock to 4G LTE only — disables 5G even if available |
| NR5G | Lock to 5G NR only — the modem will not fall back to LTE |
| LTE_NR5G | Allow both LTE and 5G NR — modem selects based on signal quality |
Optional Settings¶
Click each option to expand and configure it:
| Option | Description |
|---|---|
| APN | Access Point Name provided by the mobile carrier. Required for establishing the data session. Leave blank if the carrier provisions it automatically via SIM. |
| Band Lock | Lock the modem to specific frequency bands (e.g., B3, B7, B28 for LTE; n78 for 5G). Useful for optimising signal in areas with known strong bands or avoiding congested bands. Leave blank to allow auto band selection. |
| DynDNS | Enable Dynamic DNS updates for the WWAN interface IP |
| Route Metric | Administrative metric for the default route via this interface. Used to set WWAN as primary or secondary WAN when multiple uplinks are present — lower metric = higher priority. |
| Enable Tracking | Enable interface tracking to monitor the WWAN link health and trigger failover |
| Ignore Default Route | Do not install the carrier-assigned default route into the routing table. Useful when WWAN is used only for a specific VPN or SD-WAN tunnel, not as a general internet gateway. |
| MTU | Override the interface MTU (default: 1500). Reduce to avoid fragmentation on tunneled connections (e.g., 1420 for IPsec over WWAN). |
| Netflow Export | Enable NetFlow traffic export on this interface for flow-based monitoring |
CLI Configuration¶
Set APN manually¶
Set 5G mode¶
Band Lock¶
View WWAN status¶
You can view WWAN connection status from CLI using below cmd, or click on the Status button under the page of Device Settings → Network → WWAN
show interface wwan0
================================================================================
Interface : wwan0
================================================================================
Network Information
----------------------------------------
Admin State : UP
Link State : UP
MTU : 1280 bytes
IPv4 Address : 100.67.24.147/0
IPv4 Broadcast : 100.67.24.147
IPv4 Address : 100.67.24.147/29
IPv4 Broadcast : 100.67.24.151
Mobile Connection
----------------------------------------
Modem IMEI : 869814061357111
Modem Rev : 89611.1000.00.04.01.18
SIM IMSI : 525016143247531
SIM ICCID : 8965012501070124895F
SIM Slot : Secondary (SIM2)
SIM State : Connected
SIM APN :
Provider : Zero1
Network : LTE (mode=AUTO, band=auto)
Cell ID :
RSSI : -67 dBm (good)
RSRP : -99 dBm (fair)
SINR : N/A
RSRQ : -14 dB (good)
Physical Information
----------------------------------------
Link Detected : yes
================================================================================
Output Field Descriptions¶
Network Information
| Field | Description |
|---|---|
| Admin State | Administrative status of the interface (UP = enabled, DOWN = disabled). Set via configuration; does not reflect actual connectivity. |
| Link State | Actual operational state of the interface (UP = connected and registered with cellular network, DOWN = no signal or disconnected). |
| MTU | Maximum Transmission Unit in bytes. Default is 1500; may be reduced by the carrier. |
| IPv4 Address | IP address(es) assigned by the carrier's PDN. Multiple entries indicate multiple simultaneous PDN sessions (Multi-PDN). Format is address/prefix-length. |
| IPv4 Broadcast | Broadcast address for the assigned subnet. |
Mobile Connection
| Field | Description |
|---|---|
| Modem IMEI | International Mobile Equipment Identity — unique 15-digit identifier for the physical modem module. Used to identify the hardware to the cellular network. |
| Modem Rev | Firmware version of the modem module. Format: <firmware>.<hw_version>.<date>.<other>. Used for troubleshooting and identifying modem capabilities. |
| SIM IMSI | International Mobile Subscriber Identity — unique 15-digit identifier stored on the SIM card that identifies the subscription on the carrier's network. |
| SIM ICCID | Integrated Circuit Card ID — unique 19-20 digit identifier printed and embedded on the SIM card itself. Used to identify the physical card. |
| SIM Slot | Which physical SIM slot is currently active (Primary (SIM1) or Secondary (SIM2)). On devices with dual SIM, the secondary SIM automatically takes over if the primary fails. |
| SIM State | Status of the SIM card (Connected = recognized and authenticated, Not Inserted = no SIM detected, Error = SIM issue). |
| SIM APN | Access Point Name provisioned by the carrier. If blank, the carrier provides the APN automatically via OTA (Over-The-Air) provisioning. |
| Provider | Mobile carrier name (e.g., Verizon, AT&T, Zero1) determined by the SIM's IMSI. |
| Network | Current connected technology and configuration. Format: <tech> (mode=<configured>, band=<locked>). Example: LTE (mode=AUTO, band=auto) means connected to LTE, mode is set to AUTO (modem choosing), and bands are not locked. For 5G: NR5G (mode=NR5G, band=n78) or LTE-NSA (mode=AUTO, band=auto) (LTE anchored to 5G). |
| Cell ID | Unique identifier of the current cellular base station (tower). Blank if not yet registered or not supported by the modem. Used for location and network diagnostics. |
| RSSI | Received Signal Strength Indicator in dBm. Indicates overall signal strength, combining the reference signal with noise and interference. A quick general-purpose indicator. See Signal Quality Reference for rating thresholds. |
| RSRP | Reference Signal Received Power in dBm (LTE/5G specific). Measures power of the reference signal from the base station only — more precise than RSSI for gauging coverage. See Signal Quality Reference for rating thresholds. |
| SINR | Signal-to-Interference-plus-Noise Ratio in dB (LTE/5G specific). Measures signal quality relative to interference and noise; best predictor of achievable throughput. Higher is better; N/A indicates the metric is not available or not applicable. See Signal Quality Reference for rating thresholds. |
| RSRQ | Reference Signal Received Quality in dB (LTE/5G specific). Combined measure of RSRP and RSSI; indicates overall cell quality, especially useful in congested cells. See Signal Quality Reference for rating thresholds. |
Physical Information
| Field | Description |
|---|---|
| Link Detected | Physical presence of the modem (yes = detected and powered, no = not detected or disabled). |
Signal Quality Reference¶
The signal metrics are best read together — a strong RSSI with a poor RSRQ, for example, indicates a strong but congested or noisy cell. The thresholds below are the exact classification ranges the device firmware uses to generate the quality labels shown in the CLI output (e.g., -67 dBm (excellent)), following 3GPP TS 36.133 / TR 38.133 service classifications.
| Classification | RSSI (dBm) | RSRP (dBm) | RSRQ (dB) | SINR (dB) | Connection Experience |
|---|---|---|---|---|---|
| 🟢 Excellent | ≥ -65 | ≥ -80 | ≥ -10 | ≥ 20 | Maximum speeds, ultra-low latency |
| 🟡 Good | -66 to -75 | -81 to -90 | -11 to -15 | 13 to 19 | Fast, reliable streaming and gaming |
| 🟠 Fair | -76 to -85 | -91 to -100 | -16 to -20 | 0 to 12 | Usable; disconnections possible under heavy load |
| 🔴 Poor | ≤ -86 | ≤ -101 | ≤ -21 | < 0 | Frequent drops, severe packet loss |
Note
RSRP and RSRQ are the most reliable indicators of LTE/5G quality. RSSI includes noise and interference, so a high RSSI alone does not guarantee a good connection — always cross-check RSRP (coverage/power) and RSRQ (cell quality). SINR best reflects achievable throughput.
Monitoring WWAN on mfusion¶
While the CLI show interface wwan0 command displays current WWAN status, mfusion's monitoring interface allows you to view and trend these metrics over time — essential for analyzing signal trends, identifying degradation patterns, and historical reporting on cellular performance.
Understanding WWAN Monitoring Templates¶
When you provision a device on mfusion, a monitoring template is automatically attached that defines which metrics are collected. The template includes a WWAN States discovery rule that auto-discovers all available cellular connection metrics (RSSI, RSRQ, SINR, Cell ID, APN status, etc.).
By default, this discovery rule is disabled to minimize unnecessary monitoring items across all devices — not every router has cellular connectivity, so collecting WWAN metrics for non-cellular devices creates clutter.
You enable WWAN monitoring in one of two ways, depending on your device distribution:
Approach 1: Enable at Template Level (All Devices)¶
Use this if most of your devices have WWAN connections and you want WWAN metrics enabled across the board.
Step 1: Access the Template
Navigate to ORCHESTRATOR → Monitoring → Settings → Templates. Refer to Monitoring Settings — Templates for detailed access instructions.
Step 2: Enable the WWAN States Discovery Rule
Find WWAN States in the template's discovery rules and click the toggle to enable it.
When to use: Multi-device deployments where most routers have cellular modems (e.g., all branch devices have 4G/5G backup).
Warning
Enabling this at template level applies WWAN monitoring to all devices using this template. If you have many devices without cellular connections, this creates unnecessary monitoring items. Consider Approach 2 (host-level) instead if your device mix is varied.
Approach 2: Enable at Host Level (Per-Device)¶
Use this if only specific devices need WWAN monitoring (e.g., selective branch routers with cellular, while others use wired links only).
Step 1: Access Host Monitoring Settings
Navigate to ORCHESTRATOR → Monitoring → Settings → Hosts. Select the target device and click Discovery Rules. Refer to Monitoring Settings — Hosts for detailed instructions.
Step 2: Enable the WWAN States Discovery Rule
Find WWAN States and toggle to enable.
Impact: This change applies only to the selected device, leaving other devices unchanged.
Viewing WWAN Monitoring Data¶
Once enabled, mfusion automatically discovers and collects WWAN metrics. Discovery typically completes within 1 hour.
Step 1: Verify Items Are Discovered
Navigate to ORCHESTRATOR → Monitoring → Hosts → [device name] → Items tab to view all discovered WWAN metrics.
Step 2: Customize Host Table for WWAN Only
To focus on WWAN data, customize the host table to display only WWAN-related metrics.
The filtered table provides a clean, tabular view of all targeted WWAN metrics.
Step 3: View Trends and Graphs
To analyze WWAN signal quality over time, access the Graphs tab in the host detail view. Select target WWAN metric to display its historical trend.
Refer to Monitoring — Host Graphs for accessing host graphs.
Best Practices for WWAN Monitoring¶
- Set up alerts on critical metrics — Create triggers in Monitoring Settings — Triggers for RSSI < -100 dBm or RSRQ < -12 dB to detect signal degradation early
- Monitor trends weekly — Review signal strength and quality trends to identify patterns (peak congestion times, coverage gaps, potential modem issues)
- Correlate with events — Compare metric trends with outages or performance complaints to identify root causes
- Archive historical data — Use mfusion reporting to archive WWAN metrics for compliance and capacity planning








