C613-22132-00 REV A
How to use the 5G cellular modem
|
Page
10
5G Mobile Broadband UTM Firewall
Configuring a 5G modem using a the ‘wwan0’ interface
Detailed instructions for configuring the 5G modem are below. In summary, the process is:
1.
Buy a micro SIM card and insert it into the SIM 1 or SIM 2 card slot.
2.
Create a valid APN profile for the SIM card.
3.
Give the APN profile a name.
4.
Enable the SIM slot.
5.
Attach the APN profile to the ‘
wwan0
’ interface.
The following example shows the minimum configuration to connect to a WWAN interface:
Step 1:
Insert the Micro SIM card
You can insert the Micro SIM card in either the SIM 1 slot or the SIM 2 slot. In this example the card
is inserted in the SIM 1 slot.
Step 2:
Add an APN profile and name of the carrier
In this example a profile called ‘carrier1’ is created with the carrier name ‘carrier_name.co.nz’.
awplus#
configure terminal
awplus(config)#
apn carrier1
awplus(config-apn)#
name carrier_name.co.nz
awplus(config-apn)#
exit
Step 3:
Enable the SIM card slot
In this example the SIM 1 card slot is enabled.
awplus(config)#
sim enable sim1
Step 4:
Attach the APN profile to the ‘wwan0’ interface and SIM slot
awplus(config)#
interface wwan0
awplus(config-if)#
apn sim1 carrier1
Optional configuration commands
Each cellular carrier provides its own APN settings which need to be configured for individual SIM
cards. Allied Telesis provides these optional settings for an APN profile:
Use the command
username (config-apn)
to configure a username for an APN profile. The user
name is provided by the mobile carrier:
Syntax
username <
user-name
>
no username