
C613-50186-01 Rev B
Command Reference for AR2050V
390
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
USB C
ELLULAR
M
ODEM
C
OMMANDS
APN
apn
Overview
Use this command to set the Access Point Name (APN) to use to connect to a 3G
serial cellular network.
Use the
no
variant of this command to unset the APN.
Syntax
apn <
access-point-name
>
no apn <
access-point-name
>
Default
No APN is set
Mode
Interface Configuration (Cellular)
Usage
The APN has to be set in order to initiate the cellular network connection. Some
mobile network operators do not require a specific APN to be specified, in this case
any APN can be used.
Examples
To set the APN to www.example.com for a cellular interface, use the commands:
awplus#
configure terminal
awplus(config)#
int cellular0
awplus(config-if)#
apn www.example.com
Output
Figure 10-1:
Example output from the
apn
command
To unset the APN, use the commands:
awplus#
configure terminal
awplus(config)#
int cellular0
awplus(config-if)#
no apn
Output
Figure 10-2:
Example output from the
no apn
command
Related
Commands
Parameter
Description
<access-point-name>
The APN to use to connect to a cellular network (for
example, www.example.com).
awplus#configure terminal
awplus(config)#int cellular0
awplus(config-if)#apn www.example.com
awplus#configure terminal
awplus(config)#int cellular0
awplus(config-if)#no apn