如何在 MikroTik LTE 路由器上输入 PUK
在带有 LTE 调制解调器的 MikroTik 路由器上,你可以使用终端的 at-chat 功能输入 PUK 代码
使用浏览器或 SSH 登录到终端。现在你可以使用 /interface/lte/at-chat lte1 进入聊天。
如何检查 SIM 卡是否需要 PUK 输入
首先,使用 AT+CPIN? 验证是否需要 PUK:
check_puk.routeros
[admin@MikroTik] > /interface/lte/at-chat lte1
input: AT+CPIN?
output: +CPIN: SIM PUK
OK如果 SIM 卡需要 PUK,它应该显示 output: +CPIN: SIM PUK。
输入 PUK 并设置新 PIN
如果你的 PUK 是 1112233,新 PIN 是 1234,
仔细检查 PUK 是否正确,因为输入错误次数过多将永久锁定 SIM 卡!
在 /interface/lte/at-chat lte1 中,输入:
enter_puk.routeros
AT+CPIN="11122233","1234"示例输出:
enter_puk_output.routeros
[admin@MikroTik] > /interface/lte/at-chat lte1
input: AT+CPIN="11122233","1234"
output: OKCheck out similar posts by category:
MikroTik, Networking
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow