FAQ

Restaurar Backup

cuando se restaura una copia de backup en otro router distinto debemos resetear la mac de los interfaces del equipo Mikrotik. Para ello ejecutamos el comando <sxh bash> /interface ethernet reset-mac-address 0,1,2,3,4</sxh>

Reset

<sxh bash>/system reset-configuration no-defaults=yes</sxh>

WoL

Para encender un equipo detrás de un router <sxh>tool wol interface=bridge1 mac=1C:69:7A:AE:A8:7E</sxh>

Desbloquear SIM por errores en el PIN

Después de bloquear la tarjeta SIM, el desbloqueo debe de hacerse a través de at-chat

Check current PIN code status:

/interface/lte/at-chat lte1 input=“at+cpin\?”

If card is locked - unlock it by providing:

/interface lte at-chat lte1 input=“AT+CPIN=\”PUK_code\“,\”NEW_PIN\“”

Referencias