request modem wireless create-profile
Syntax
request modem wireless create-profile interface-name access-point-name access-point-name authentication-method authentication-method profile-id profile-id sip-password sip-password sip-user-id sip-id slot sim-slot-number
Description
Create a profile. The Subscriber Identity Module (SIM) uses a profile to establish a connection with the network. You can configure up to 16 profiles for each SIM card. The LTE Mini-PIM supports two SIM cards and so you can configure a total of 32 profiles, although only one profile can be active at a time.
To create a profile, you must obtain the following information from the service provider:
Username and password
Access point name (APN)
Authentication (Challenge Handshake Authentication Protocol (CHAP) or Password Authentication Protocol (PAP))
Options
interface-name
—The LTE interface iscl-x/0/0
, wherex
is the slot number in which the LTE Mini-PIM is installed.access-point-name access-point-name
—Access point name (APN). Obtain the APN from the service provider. You can specify only a single APN in a profile.authentication-method
—The authentication protocol that the SIM card uses to authenticate with the wireless network. Obtain the authentication information from the service provider. The authentication protocol used by the SIM card must match the protocol used by the service provider. Theauthentication-method
can be one of the following:CHAP
PAP
None
profile-id profile-id
—Profile identification number for the profile. The default value is 1. The range of possible values is from 1 through 16.sip-password sip-password
—Simple IP password. Obtain the password from the service provider.sip-user-id sip-id
—Simple IP user identification. Obtain the username from the service provider.slot sim-slot-number
—The slot in which the SIM card is inserted. The value can be either 1 or 2.
Required Privilege Level
maintenance
Sample Output
request modem wireless create-profile
user@host> request modem wireless create-profile cl-1/0/0 access-point-name apn authentication-method pap profile-id 2 sip-password 123 sip-user-id userid slot 1 Issued create profile request successfully. Please use 'show modem wireless profiles' to check profile status
Release Information
Command introduced in Junos OS 9.5. The slot sim-slot-number
option is introduced
in Junos OS 15.1X49-D100.