add internet-connection interface cellular

Description

Add a new cellular (LTE) internet connection.

Syntax

add internet-connection interface cellular [apn {VALUE}] [pin {VALUE}] [apn-sim1-authentication-method {VALUE}] [apn-sim1-password {VALUE}] [apn-sim2-username {VALUE}] [apn-sim2-authentication-method {VALUE}] [apn-sim2-password {VALUE}] [apn-sim2-username {VALUE}][apn-sim2 {VALUE}] [pin-sim2 {VALUE}] [primary-sim {sim1 | sim2}] [disable-sim {sim1 | sim2 | none}] [name {VALUE}]

Parameters

Parameter

Description

apn

APN (Access Point Name) of SIM 1(optional).

pin

PIN (Personal Identification Number) of SIM 1(optional).

apn-sim1-authentication-method

The APN authentication method provided by your cellular network carrier for SIM1.

Values:

  • pap

  • chap

  • none

apn-sim1-password

The APN password provided by your cellular network carrier for SIM1.

Password string. Maximum length of 15 characters. Required when apn-sim1-authentication-method = pap or chap

apn-sim1-username

The APN username provided by your cellular network carrier for SIM1.

Maximum length of 59 characters. Required when apn-sim1-authentication-method = pap or chap

apn-sim2-authentication-method

The APN authentication method provided by your cellular network carrier for SIM2.

  • pap

  • chap

  • none

apn-sim2-password

The APN password provided by your cellular network carrier for SIM2.

Password string. Maximum length of 15 characters. Required when apn-sim2-authentication-method = pap or chap

apn-sim2-username

The APN username provided by your cellular network carrier for SIM2.

Maximum length of 59 characters. Required when apn-sim2-authentication-method = pap or chap

apn-sim2

APN (Access Point Name) of SIM 2 (optional).

pin-sim2

PIN number of SIM 2 (optional).

primary-sim

The preferred SIM to use for the connection.

disable-sim

Allows disabling of one of the SIM cards.

name

The name of the internet connection.

Example

add internet-connection interface cellular apn sim1apn.com pin 1111 apn-sim1-authentication-method pap apn-sim1-username my_sim1_username apn-sim1-password my_sim1_password apn-sim2-authentication-method none apn-sim2 sim2apn.com pin-sim2 2222 disable-sim none primary-sim sim1 name Internet1