sim

This command defines the PIN code for the SIM card and unlocks the SIM card, for cellular interfaces.

Syntax

(config-data) # interface cellular 0/0
(conf-cellular-0/0)# adv
(adv-cell-config)#

Command

Description

sim-lock-status

Displays the SIM card lock status.

sim-pin-code-change

Defines a new PIN code for the SIM card when the current PIN code is known.

sim-pin-code-unlock

Unlocks a locked SIM card using the PIN code.

sim-puk-code-unlock

Unlocks a locked SIM card when the PIN code is unknown, using the Personal Unlocking Key (PUK) code and then defines a new PIN code. After three wrong attempts for the pin code, the SIM card locks. The only way to unlock it is by using the PUK code, which appears on the printed label on the card.

Note

This command is applicable only to Mediant 500Li and Mediant 800Ci.

Command Mode

Privileged User

Example

This example changes the PIN code of the SIM card from 2222 to 1111:
(config-data) # interface cellular 0/0
(conf-cellular-0/0)# adv
(adv-cell-config)# sim-pin-code-change 2222 1111
This example changes the PIN code of the SIM card to 1111 when the current PIN code is unkown and the card has been locked by the PUK code (51174269):
(config-data) # interface cellular 0/0
(conf-cellular-0/0)# adv
(adv-cell-config)# sim-puk-code-unlock  51174269 1111