Create a data plan
You can configure a data plan on the FortiGate with the below parameters:
config extender-controller dataplan
edit Verizon
set modem modem1
set type by-carrier
set carrier Verizon
set apn WE01.VZWSTATIC
set auth NONE
set user
set pwd
set pdn ipv4-only
set signal-threshold 0
set signal-period 0
set capacity 0
set monthly-fee 0
set billing-date 0
set overage disable
set preferred-subnet 32
set private-network disable
next
When |
Parameter | Description |
---|---|
modem | Choose “modem1”, “modem2”, or “all”. |
type |
Choose the way for the modem to select the SIM card:
|
iccid | The serial number of the SIM, mandatory for “set type by-iccid”. |
carrier | The SIM card carrier, mandatory for “set type by-carrier”. |
slot | The SIM card slot, mandatory for “set type by-slot” |
apn | Set the APN of the SIM card. |
auth-type | Choose the Authorization mode. |
username | Set the username. |
password |
Set the password. |
pdn |
Choose the Packet Data Network (PDN) IP address family. |
signal-threshold |
Set the signal-strength threshold beyond which SIM switch will occur. Note: Enter an integer value from <50> to <100> (default = <100>). |
signal-period |
Set the length of time (from 600 to 18000 seconds) for SIM switch to occur when signal strength remains below the set signal threshold for more than half of the set period. |
capacity |
Set data capacity per month (from 0 to 102400000 MB). |
monthly-fee |
Set the monthly fee for the data plan (from 0 to 1000000). |
billing-date |
Set the billing date of the month. |
preferred-subnet |
DHCP subnet. |
private-network |
Enable/disable blocking all non-NAT'ed traffic. |