FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
gsharma
Staff
Staff
Article Id 195554
Description
Most LTE modems have a preset APN in the SIM card.
As a result, the APN doesn't need to be set in FortiOS configuration.
In cases where the Internet cannot be accessed, consulting the carrier about APN and set the APN in LTE modem configuration is possible using the below command:
#config system lte-modem
    set status enable
    set apn "inet.bell.ca"
end
This article describes how to check the strength and other statistics of the SIM card (LTE/3g).
Solution
Few commands to check the lte-modem stats:

-For Signal strength.

#diag sys lte-modem signal-info
LTE Modem signal information:
WCDMA:
RSSI:       -57
ECIO:       12

LTE:
RSSI:       -67
RSRQ:       -13
RSRP:       -98
SNR:        44

-For Traffic status.
#diag sys lte-modem traffic-status
LTE Modem traffic status:
TX packets OK:        8513
RX packets OK:        10842
TX packets error:     0
RX packets error:     0
TX overflows:         0
RX overflows:         0
TX bytes OK:          748973
RX bytes OK:          8770104
TX packets dropped:   0
RX packets dropped:   0
-Some other commands.
#diag sys lte-modem

traffic-status                          <----- LTE Modem traffic status.
modem-details                           <----- LTE Modem detailed information.
sim-info                                <----- LTE Modem SIM card information.
signal-info                             <----- LTE Modem signal information.
data-session-info                       <----- LTE Modem data session information.
gps-info                                <----- LTE Modem GPS information.
data-usage                              <----- LTE Modem data usage.

Contributors