06-25-2021 06:47 AM - edited 07-02-2021 09:36 PM
Hello,
I am testing Cellular Gateway 5G (CG522-E) with a 5G SIM card that need a PIN code.
How can I configure the PIN code of the SIM card on the CG522-E ?
The online configuration documentation for CG522-E is light and I cannot find this information.
Best Regards
David
Solved! Go to Solution.
06-28-2021 04:10 AM
Thanks good to know.
So then your only option is to put the SIM in a phone or something else where you can turn off the PIN and then put the SIM back in the gateway.
06-27-2021 02:43 AM
Try looking for commands similar to older products & IOS:
cellular unit lte sim { lock | unlock } pin
cellular unit lte sim change-pin pin new-pin
cellular slots subslots interface lte sim change-pin current-pin new-pin
cellular unit lte sim {lock | unlock } pin
06-27-2021 12:17 PM
Thank rrundlig for your help but the CLI of the Cellular Gateway is quite different than other LTE devices (NIM on ISR4K or ISR1K).
CellularGateway# cellular 1 ?
Possible completions:
firmware-activate modem-at-commands modem-radio-reset
modem-reset upgrade
06-27-2021 05:29 PM
Then you might be able to do it using modem AT commands since that is one of the options you have. It's going back a long way but they were commonly used when the GSM standard first emerged.
Try those suggested at: https://iot-developer.thalesgroup.com/threads/unlock-sim-require-pin-code
"You use AT command AT+CPIN.
AT+CPIN=<code>
you can also use AT commands to disable pin usage. Most SIM cards support this
at+cpin?
+CPIN: READY //enter SIM PIN
OK
at+clck="SC",2
+CLCK: 1 //query SIM PIN status 0 = sim pin disabled
OK
at+clck="SC",0,"1111" //disable sim pin usage
OK"
06-28-2021 03:58 AM
Thanks again rrudling.
The AT command AT+CPIN="pin-code" is correctly accepted but the SIM card status stays in "pin sim" status.
According Cisco, the PIN code configuration is not possible today on the Cellular Gateway and will be available in a future release.
06-28-2021 04:10 AM
Thanks good to know.
So then your only option is to put the SIM in a phone or something else where you can turn off the PIN and then put the SIM back in the gateway.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide