Show cellular status and statistics

You can view a summary status for all cellular modems, or view detailed status and statistics for a specific modem.

Standalone and non-standalone 5G modes

Note For models of the Digi TX64 that support 5G, WWAN1 cellular modem uses both 5G SA (standalone) and NSA (non-standalone) mode, depending on your connection to the cellular network. When operating in NSA mode, a device will first connect to the 4G LTE network, and if 5G is available, the device will be able to use it for additional bandwidth.

One result of the use of NSA mode is that the modem will report status for both 4G and 5G technologies. When there is no cellular activity occurring on the 5G network, the modem reports the 5G RRC state as idle. The modem's status will only reflect activity on the 5G network when the modem is actively transferring cellular data on the 5G network.

 

  Web

    Log into the TX64 WebUI as a user with full Admin access rights.

  1. On the menu, click Status.
  2. Under Connections, click Modems.

    The modem status window is displayed

  Command line

  1. Select the device in Remote Manager and click Actions > Open Console, or log into the TX64 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. Use the show modem command:
    • To view a status summary for all modems:
      > show modem
      
      Modem  SIM            Status     APN        Signal Strength
      -----  -------------  ---------  ---------  --------------------
      wwan1  1 (ready)      connected  1234       Good (-84 dBm)
      wwan2  1 (ready)      connected  1234       Good (-84 dBm)
      
      >
    • To view detailed status and statistics for a specific modem, use the show modem name name command. For example, to view detailed status and statistics for a modem named wwan1:
      > show modem name wwan1
      
       wwan1: [Telit] LM940
       ------------------------------------------------------------------------------
       IMEI                     : 355890340104541
       Model                    : EM9191
       FW Version               : 01.07.19.00_TMO_001.010_000
       Revision                 : 01.07.19.00_TMO_001.010_000
      
       Status
       ------
       State                    : connected
       Signal Strength          : Good (-85 dBm)
       Bars                     : 2/5
       Access Mode              : 5G
       Network Technology (CNTI): NR5G-NSA
       Temperature              : 34C
       
       wwan1 Interface
       ---------------
       APN                      : 1234
       IPv4 surelink            : passing
       IPv4 address             : 189.232.229.47
       IPv4 gateway             : 189.232.229.1
       IPv4 MTU                 : 1500
       IPv4 DNS server(s)       : 245.144.162.207, 245.144.162.208
       
       IPv6 surelink            : passing        
       IPv6 address             : 11f6:4680:0d67:59d2:552b:3429:81a8:f1ea
       IPv6 gateway             : ff50:d95d:7e98:abe8:3030:9138:4f25:f51b
       IPv6 MTU                 : 1500           
       
       TX bytes                 : 127941         
       RX bytes                 : 61026          
       Uptime                   : 10 hrs, 56 mins (39360s)
      
       SIM
       ---
       SIM Slot                 : 1
       SIM Status               : ready
       IMSI                     : 61582122197895
       ICCID                    : 26587628655003992180
       SIM Provider             : AT&T
      
       4G
       --
       Band                     : B66
       RSRQ                     : Fair to Poor (-14.0 dB)
       RSRP                     : Excellent (-69.0 dBm)
       RSSI                     : Excellent (-51.0 dBm)
       SNR                      : Good (9.0 dB)
       SINR                     : Good (9.6 dB)
      
       5G
       --
       RRC State                : Connected
       Bars                     : 2/5
       Band                     : n71
       RSRQ                     : Poor (-14 dB)
       RSRP                     : Good (-78 dBm)
       SINR                     : Poor (4.5 dB)
      
      >