<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Mikrotik.moscow [тема: все профили ppp]</title>
		<link>http://mikrotik.moscow</link>
		<description>Новое в теме все профили ppp форума RouterOS на сайте Mikrotik.moscow [mikrotik.moscow]</description>
		<language>ru</language>
		<docs>http://backend.userland.com/rss2</docs>
		<pubDate>Sun, 02 Aug 2026 23:30:09 -0400</pubDate>
		<item>
			<title>все профили ppp</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/89250-vse-profili-ppp/message435085">все профили ppp</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Спасибо, сэр, за вашу помощь. Ещё один вопрос, сэр: как я могу отсортировать это по цене от меньшей к большей? У меня получилось так: 20 — 20 Мбит/с, 10 — 10 Мбит/с, 30 — 30 Мбит/с, 5 — 5 Мбит/с. <br />
			<i>15.06.2022 00:50:00, runbound.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/89250-vse-profili-ppp/message435085</link>
			<guid>http://mikrotik.moscow/forum/forum57/89250-vse-profili-ppp/message435085</guid>
			<pubDate>Wed, 15 Jun 2022 00:50:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>все профили ppp</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/89250-vse-profili-ppp/message435084">все профили ppp</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			вы можете заменить foreach profID in=[find where name~“FIBR”] do={ на что-то вроде foreach profID in=[find where name~“FIBR” and name!=$currentprofilename] do={ <br />
			<i>14.06.2022 12:41:00, rextended.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/89250-vse-profili-ppp/message435084</link>
			<guid>http://mikrotik.moscow/forum/forum57/89250-vse-profili-ppp/message435084</guid>
			<pubDate>Tue, 14 Jun 2022 12:41:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>все профили ppp</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/89250-vse-profili-ppp/message435083">все профили ppp</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Если у моего абонента есть тариф 5MBPS в профиле ppp secret и он прислал сообщение с текстом "9", я хочу, чтобы моя система ответила абоненту списком всех профилей, содержащих "FIBR", но без включения текущего плана абонента:<br /><br />```<br />foreach i in=[/tool sms inbox find where message="9"] do={<br /> &nbsp; &nbsp;:local smsPhone [/tool sms inbox get $i phone];<br /> &nbsp; &nbsp;:local old [:pick $smsPhone 3 14];<br /> &nbsp; &nbsp;:if ([/ppp secret find where profile~"FIBR" ipv6-routes="$old" && comment&gt;"-4"]) do={<br /> &nbsp; &nbsp; &nbsp; &nbsp;:local sname [/ppp secret get [find ipv6-routes="$old"] name];<br /> &nbsp; &nbsp; &nbsp; &nbsp;:local profile [/ppp secret get [find ipv6-routes="$old"] profile];<br /> &nbsp; &nbsp; &nbsp; &nbsp;:local prof1 [:pick $profile 0 4];<br /> &nbsp; &nbsp; &nbsp; &nbsp;:local prof2 [:pick $profile 5 9];<br /> &nbsp; &nbsp; &nbsp; &nbsp;:local prof3 [:pick $profile 10 17];<br /> &nbsp; &nbsp; &nbsp; &nbsp;:local allprofiles /ppp profile;<br /> &nbsp; &nbsp; &nbsp; &nbsp;:foreach profID in=[find where name~"FIBR"] do={<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:local profname [get $profID name];<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:set profname [:pick $profname ([:find $profname] + 5) [:len $profname]];<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:if ($allprofiles="") do={<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:set allprofiles [get $profID name]<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;} else={<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:set allprofiles "$allprofiles\r\n$profname"<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br /> &nbsp; &nbsp; &nbsp; &nbsp;}<br /> &nbsp; &nbsp; &nbsp; &nbsp;/tool sms send phone="$old" message="ВАШ ТЕКУЩИЙ ТАРИФ: $prof1 $prof2 $prof3. ДОСТУПНЫЕ ТАРИФЫ: $allprofiles -$identity"<br /> &nbsp; &nbsp;}<br />}<br />``` <br />
			<i>14.06.2022 12:07:00, runbound.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/89250-vse-profili-ppp/message435083</link>
			<guid>http://mikrotik.moscow/forum/forum57/89250-vse-profili-ppp/message435083</guid>
			<pubDate>Tue, 14 Jun 2022 12:07:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>все профили ppp</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/89250-vse-profili-ppp/message435082">все профили ppp</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Объясни подробнее, и где я могу посмотреть текущий профиль? <br />
			<i>14.06.2022 07:18:00, rextended.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/89250-vse-profili-ppp/message435082</link>
			<guid>http://mikrotik.moscow/forum/forum57/89250-vse-profili-ppp/message435082</guid>
			<pubDate>Tue, 14 Jun 2022 07:18:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>все профили ppp</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/89250-vse-profili-ppp/message435081">все профили ppp</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Спасибо, сэр. А как насчёт не включать мой текущий профиль в SMS? Например, мой текущий профиль — 15 15Мбит/с 12 10Мбит/с 15 15Мбит/с (удалите это) 17 17Мбит/с. <br />
			<i>14.06.2022 03:12:00, runbound.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/89250-vse-profili-ppp/message435081</link>
			<guid>http://mikrotik.moscow/forum/forum57/89250-vse-profili-ppp/message435081</guid>
			<pubDate>Tue, 14 Jun 2022 03:12:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>все профили ppp</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/89250-vse-profili-ppp/message435080">все профили ppp</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Пожалуйста, помогите, как вывести все имена профилей, начинающиеся с FIBR. У меня есть скрипт, но он выводит только одно: put ([/ppp profile print as-value where name~“FIBR”] -&gt;1-&gt;“name”) <br />
			<i>24.03.2022 07:35:00, runbound.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/89250-vse-profili-ppp/message435080</link>
			<guid>http://mikrotik.moscow/forum/forum57/89250-vse-profili-ppp/message435080</guid>
			<pubDate>Thu, 24 Mar 2022 07:35:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
	</channel>
</rss>
