APN
Access Point Name
Access Point Name is the setting required for connecting to the Internet when using a device that performs data communication with a mobile phone line.
In general, APNs are set for smartphones provided by major mobile phone carriers in advance.
In the AG10/AR10 series, by setting an APN for each operator that handles the SIMs to be used, you can connect to the Internet.
Mobile connection setting example
amnimo(cfg)# mobile peer amnimo-mobile
amnimo(cfg-mp-amnimo-mobile)# session amnimo-session
amnimo(cfg-mps-amnimo-session)# apn amnimo
amnimo(cfg-mps-amnimo-session)# username user
amnimo(cfg-mps-amnimo-session)# password pass
amnimo(cfg-mps-amnimo-session)# enable
amnimo(cfg-mps-amnimo-session)# exit
amnimo(cfg-mp-amnimo-mobile)# exit
If configuring the mobile connection settings has been completed
The APN can be checked with the "show config mobile peer Mobile setting name".
amnimo# show config mobile peer amnimo-mobile
# ---- transition to configure mode. ----
configure
# ---- mobile peer amnimo-mobile configure ----
mobile peer amnimo-mobile
verbose informational
module ME3630-J2A-PORT0
failsafe retry 3 reboot 3
# ---- session amnimo-session configure ----
session amnimo-session
enable
priority 0
sim 0
apn amnimo
username user
password pass
connect always
authentication both
attach-timeout 55
call-timeout 30
reconnect-timeout 30
disconnect-detection time 30 rssi -113
no retry
rat select 4G-3G
rat preferred 4G
rat mode auto
exit
exit
# ---- exit configure mode. ----
exit
Comments
0 comments
Please sign in to leave a comment.