<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Mikrotik.moscow [тема: Autoexec]</title>
		<link>http://mikrotik.moscow</link>
		<description>Новое в теме Autoexec форума RouterOS на сайте Mikrotik.moscow [mikrotik.moscow]</description>
		<language>ru</language>
		<docs>http://backend.userland.com/rss2</docs>
		<pubDate>Mon, 03 Aug 2026 09:13:06 -0400</pubDate>
		<item>
			<title>Autoexec</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/61199-autoexec/message233809">Autoexec</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Если кто-то ищет… найдет. <br />
			<i>01.09.2021 18:23:00, rextended.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/61199-autoexec/message233809</link>
			<guid>http://mikrotik.moscow/forum/forum57/61199-autoexec/message233809</guid>
			<pubDate>Wed, 01 Sep 2021 18:23:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Autoexec</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/61199-autoexec/message233808">Autoexec</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Вау, ты копаешь глубоко и находишь весьма интересные темы: 2004 год. <br />
			<i>01.09.2021 18:19:00, Jotne.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/61199-autoexec/message233808</link>
			<guid>http://mikrotik.moscow/forum/forum57/61199-autoexec/message233808</guid>
			<pubDate>Wed, 01 Sep 2021 18:19:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Autoexec</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/61199-autoexec/message233807">Autoexec</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Теперь RouterOS поддерживает событие "startup". Используйте планировщик так: /system scheduler<br />add name=on-startup policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon start-time=startup \<br /> &nbsp; &nbsp;on-event=":delay 60s;# после первоначальной задержки даем время всем службам запуститься, вставляем сюда то, что нужно сделать" <br />
			<i>01.09.2021 18:05:00, rextended.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/61199-autoexec/message233807</link>
			<guid>http://mikrotik.moscow/forum/forum57/61199-autoexec/message233807</guid>
			<pubDate>Wed, 01 Sep 2021 18:05:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Autoexec</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/61199-autoexec/message233806">Autoexec</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Спасибо за быстрый ответ. Надеюсь, найдётся более простой способ. У меня есть ещё одна идея, использовать netwatch для отслеживания IP-адреса роутера. Это сработает для "up" действия после запуска, но никогда не подведет. Я просто хотел узнать, существует ли более простой способ… Спасибо… <br />
			<i>15.12.2004 15:14:00, dusan.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/61199-autoexec/message233806</link>
			<guid>http://mikrotik.moscow/forum/forum57/61199-autoexec/message233806</guid>
			<pubDate>Wed, 15 Dec 2004 15:14:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Autoexec</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/61199-autoexec/message233805">Autoexec</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Конечно, попробуй вот это: /system script add name=bootup source={<br /> &nbsp; :local upt; :set upt [/system resource get uptime]<br /> &nbsp; :local runc; :set runc [/system scheduler get run run-count]<br /> &nbsp; :if (($upt&lt;61s)&&($runc&lt;=1)) do={<br /> &nbsp; &nbsp; &nbsp; &nbsp;/tool send to=name@domain.com subject="Router has rebooted!"<br /> &nbsp; &nbsp;}<br />}<br /><br />/system scheduler add name=run interval=1m on-event=bootup disabled=no Думаю, в v2.9 появится такая настройка, которая позволит сделать это проще. Эдгарс <br />
			<i>15.12.2004 14:27:00, edzix.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/61199-autoexec/message233805</link>
			<guid>http://mikrotik.moscow/forum/forum57/61199-autoexec/message233805</guid>
			<pubDate>Wed, 15 Dec 2004 14:27:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Autoexec</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/61199-autoexec/message233804">Autoexec</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Привет всем! Подскажите, пожалуйста (я не нашел), можно ли запустить скрипт после загрузки системы? Я использую RouterOS с сторожевым таймером (watchdog) и хочу знать, когда система перезагружается из-за ошибки. <br />
			<i>15.12.2004 14:10:00, dusan.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/61199-autoexec/message233804</link>
			<guid>http://mikrotik.moscow/forum/forum57/61199-autoexec/message233804</guid>
			<pubDate>Wed, 15 Dec 2004 14:10:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
	</channel>
</rss>
