<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Mikrotik.moscow [тема: Лучший способ настроить OSPF?]</title>
		<link>http://mikrotik.moscow</link>
		<description>Новое в теме Лучший способ настроить OSPF? форума RouterOS на сайте Mikrotik.moscow [mikrotik.moscow]</description>
		<language>ru</language>
		<docs>http://backend.userland.com/rss2</docs>
		<pubDate>Sun, 16 Aug 2026 17:19:36 -0400</pubDate>
		<item>
			<title>Лучший способ настроить OSPF?</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/59489-luchshiy-sposob-nastroit-ospf/message226093">Лучший способ настроить OSPF?</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Для точек доступа я использую PPPoE, ospf/area, include Type=stub, ospf/area range =pppoe ospf/network /30 от интерфейса точки доступа — backbone /24, IP-адрес PPPoE — ppdoe. /ip route&gt; print где ospf от точки доступа имеет 77 маршрутов, /ip route&gt; print где ospf от CPE имеет 0 маршрутов. <br />
			<i>15.01.2014 09:55:00, n21roadie.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/59489-luchshiy-sposob-nastroit-ospf/message226093</link>
			<guid>http://mikrotik.moscow/forum/forum57/59489-luchshiy-sposob-nastroit-ospf/message226093</guid>
			<pubDate>Wed, 15 Jan 2014 09:55:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Лучший способ настроить OSPF?</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/59489-luchshiy-sposob-nastroit-ospf/message226092">Лучший способ настроить OSPF?</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			У меня возникли сложности с переводом следующих фрагментов текста:<br /><br />`Swaelfontein`<br />`wlan2-Dennegeur`<br />`vlan2`<br />`FMToring`<br />`Zeekoegat`<br /><br />Остальной текст переведён. Вот получившийся русский текст:<br /><br />У меня возникли трудности с настройкой OSPF в беспроводной сети. Есть две проблемы. Во-первых, я не хочу рекламировать все статические маршруты. Причина в том, что каждый раз, когда клиент подключается к высокоскоростной точке или отключается, OSPF должен обновлять другие высокоскоростные точки, если этот маршрут доступен или нет. /routing ospf instance<br />set default comment="" disabled=no distribute-default=never in-filter=ospf-in \<br /> &nbsp; &nbsp;metric-bgp=auto metric-connected=20 metric-default=1 metric-other-ospf=\<br /> &nbsp; &nbsp;auto metric-rip=20 metric-static=20 name=default out-filter=ospf-out \<br /> &nbsp; &nbsp;redistribute-bgp=no redistribute-connected=no redistribute-other-ospf=no \<br /> &nbsp; &nbsp;redistribute-rip=no redistribute-static=as-type-1 router-id=172.30.5.254<br />/routing ospf area<br />set backbone area-id=0.0.0.0 comment="" disabled=no instance=default name=\<br /> &nbsp; &nbsp;backbone type=default<br />/routing ospf area range<br />add advertise=yes area=backbone comment="" cost=calculated disabled=no range=\<br /> &nbsp; &nbsp;172.30.5.0/24<br />add advertise=yes area=backbone comment="" cost=calculated disabled=no range=\<br /> &nbsp; &nbsp;172.30.31.20/30<br />/routing ospf interface<br />add authentication=none authentication-key="" authentication-key-id=1 \<br /> &nbsp; &nbsp;comment="" cost=10 dead-interval=40s disabled=no hello-interval=10s \<br /> &nbsp; &nbsp;instance-id=0 interface=wlan1 network-type=broadcast passive=no priority=\<br /> &nbsp; &nbsp;1 retransmit-interval=5s transmit-delay=1s use-bfd=no<br />add authentication=none authentication-key="" authentication-key-id=1 \<br /> &nbsp; &nbsp;comment="" cost=10 dead-interval=40s disabled=no hello-interval=10s \<br /> &nbsp; &nbsp;instance-id=0 interface=ether1 network-type=broadcast passive=yes \<br /> &nbsp; &nbsp;priority=1 retransmit-interval=5s transmit-delay=1s use-bfd=no<br />add authentication=none authentication-key="" authentication-key-id=1 \<br /> &nbsp; &nbsp;comment="" cost=10 dead-interval=40s disabled=no hello-interval=10s \<br /> &nbsp; &nbsp;instance-id=0 interface=loopback network-type=broadcast passive=yes \<br /> &nbsp; &nbsp;priority=1 retransmit-interval=5s transmit-delay=1s use-bfd=no<br />/routing ospf network<br />add area=backbone comment="" disabled=no network=0.0.0.0/0 /ip route&gt; print where !ospf<br />Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, <br />B - blackhole, U - unreachable, P - prohibit <br /> # &nbsp; &nbsp; &nbsp;DST-ADDRESS &nbsp; &nbsp; &nbsp; &nbsp;PREF-SRC &nbsp; &nbsp; &nbsp; &nbsp;GATEWAY &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DISTANCE<br />23 A S &nbsp;;;; Swaelfontein<br /> &nbsp; &nbsp; &nbsp; &nbsp;172.30.5.32/28 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 172.30.5.172 &nbsp; &nbsp; &nbsp; 1 &nbsp; &nbsp; &nbsp; <br />24 ADC &nbsp;172.30.5.160/28 &nbsp; &nbsp;172.30.5.174 &nbsp; &nbsp;ether1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp; &nbsp; &nbsp; <br />25 ADC &nbsp;172.30.5.254/32 &nbsp; &nbsp;172.30.5.254 &nbsp; &nbsp;loopback &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp; &nbsp; &nbsp; <br />32 ADC &nbsp;172.30.31.20/30 &nbsp; &nbsp;172.30.31.22 &nbsp; &nbsp;wlan1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 Есть ли способ сообщить OSPF рекламировать подсеть, назначенную сайтам 172.30.5.0/24, которая будет рекламироваться независимо от того, подключен клиент с диапазоном 172.30.5.32/28 или нет? В данный момент соседний маршрутизатор имеет следующие маршруты. /ip route&gt; print where !disabled<br />Flags: X - disabled, A - active, D - dynamic, <br />C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, <br />B - blackhole, U - unreachable, P - prohibit <br /> # &nbsp; &nbsp; &nbsp;DST-ADDRESS &nbsp; &nbsp; &nbsp; &nbsp;PREF-SRC &nbsp; &nbsp; &nbsp; &nbsp;GATEWAY &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DISTANCE<br /> 0 ADo &nbsp;0.0.0.0/0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;172.30.31.5 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 110<br /> 2 ADo &nbsp;10.0.5.0/24 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;172.30.31.5 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 110<br /> 3 ADo &nbsp;172.30.0.0/24 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;172.30.31.5 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 110<br /> 4 ADo &nbsp;172.30.0.254/32 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;172.30.31.5 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 110<br /> 5 ADo &nbsp;172.30.1.0/24 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;172.30.31.5 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 110<br /> 6 ADo &nbsp;172.30.1.252/30 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;172.30.31.5 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 110<br /> 7 ADo &nbsp;172.30.1.254/32 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;172.30.31.5 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 110<br />8 ADo &nbsp;172.30.31.0/30 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 172.30.31.5 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 110<br />9 ADo &nbsp;172.30.31.32/28 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;172.30.31.10 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;110<br />10 ADo &nbsp;172.30.31.4/30 &nbsp; &nbsp; 172.30.31.6 &nbsp; &nbsp; vlan2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0<br />11 ADo &nbsp;172.30.31.8/30 &nbsp; &nbsp; 172.30.31.9 &nbsp; &nbsp; wlan1-Zeekoegat &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0<br />12 ADo &nbsp;172.30.31.12/30 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;172.30.31.10 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1<br />13 ADo &nbsp;172.30.31.16/30 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;172.30.2.249 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1<br />14 ADo &nbsp;172.30.31.20/30 &nbsp; &nbsp;172.30.31.21 &nbsp; &nbsp;wlan3-FMToring &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0<br />15 ADo &nbsp;172.30.31.12/30 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;172.30.31.10 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;110 У меня также есть другие маршруты, которые не входят в диапазон сетей 172.30.0.0/19. Я не хочу рекламировать эти маршруты, но при включении перераспределения статических маршрутов он также будет рекламировать маршрут 10.0.5.0/24. Какой был бы лучший способ настройки этого? <br />
			<i>15.01.2014 08:50:00, witwolf.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/59489-luchshiy-sposob-nastroit-ospf/message226092</link>
			<guid>http://mikrotik.moscow/forum/forum57/59489-luchshiy-sposob-nastroit-ospf/message226092</guid>
			<pubDate>Wed, 15 Jan 2014 08:50:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
	</channel>
</rss>
