Informe os dados do ofício: IP público, porta e data/hora (fuso Brasília).
Até o SGP ser ligado, cadastre o histórico aqui. IP interno pode mudar; o sistema guarda o período de validade.
Cole um comando por vez no terminal (Winbox → New Terminal). Comment/prefix: REGISTRO DE LOGS. Destino do coletor: 192.168.205.2:5514.
Nome da ação sem hífen (cgnatremote). Em /system logging add o MikroTik não aceita comment — use prefix.
/system logging action add name=cgnatremote target=remote remote=192.168.205.2 remote-port=5514 bsd-syslog=yes comment="REGISTRO DE LOGS"
/system logging add action=cgnatremote topics=firewall,info prefix="REGISTRO DE LOGS"
/ip firewall nat set [find chain=srcnat] log=yes log-prefix="REGISTRO DE LOGS"
/ip firewall filter add chain=output action=accept protocol=udp dst-address=192.168.205.2 dst-port=5514 comment="REGISTRO DE LOGS" place-before=0
/system clock set time-zone-name=America/Sao_Paulo
/system ntp client set enabled=yes
/system logging action print
/system logging print
/ip firewall nat print where log=yes
Cole uma linha de log NAT do MikroTik para validar o parser. Não use dados reais de ofício aqui se puder evitar.