<?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>Mon, 17 Aug 2026 06:23:41 -0400</pubDate>
		<item>
			<title>OSPF</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/60507-ospf/message230571">OSPF</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Обычно к loopback интерфейсу добавляют /32 адрес. А тут ты добавляешь /16 адрес, который будет включать все адреса 192.168.x.x — выглядит не очень хорошо. <br />
			<i>14.12.2013 16:39:00, CelticComms.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/60507-ospf/message230571</link>
			<guid>http://mikrotik.moscow/forum/forum57/60507-ospf/message230571</guid>
			<pubDate>Sat, 14 Dec 2013 16:39:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>OSPF</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/60507-ospf/message230570">OSPF</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Адреса интерфейсов твоих устройств находятся в сети 192.168.6.0/24, но backbone-сеть на MT установлена как 192.168.7.0/24. Если это не опечатка, тебе стоит изменить backbone-сеть. <br />
			<i>14.12.2013 14:52:00, p00h.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/60507-ospf/message230570</link>
			<guid>http://mikrotik.moscow/forum/forum57/60507-ospf/message230570</guid>
			<pubDate>Sat, 14 Dec 2013 14:52:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>OSPF</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/60507-ospf/message230569">OSPF</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Никто? <br />
			<i>10.12.2013 21:43:00, max59.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/60507-ospf/message230569</link>
			<guid>http://mikrotik.moscow/forum/forum57/60507-ospf/message230569</guid>
			<pubDate>Tue, 10 Dec 2013 21:43:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>OSPF</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/60507-ospf/message230568">OSPF</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Привет, хочу использовать OSPF в своей сети: CCR Vlan6: IP 192.168.6.254/24 (порт sfp+1)<br /><br />SFP+1<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br />SFP+2 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />| | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />| | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br />Dell Powerconnect &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Dell Powerconnect<br />8024 port Te1/1/4 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 8024 port Te1/1/4<br />port Te1/1/5 ------LAG-------port Te1/1/5<br />Vlan6 ip:192.168.6.251/24 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Vlan6 ip:192.168.6.252/24<br />switchport mode trunk ospf area 0.0.0.0<br /><br />Я могу видеть 2 Dell свитча в OSPF neighbour, но не могу добавить на MikroTik:<br />add address=192.168.7.254/16 interface=loopbackopsf network=192.168.0.0<br />add address=192.168.6.254/24 interface=interco network=192.168.6.0<br /><br />/interface bridge add name=loopbackopsf<br />/interface ethernet set [ find default-name=sfp-sfpplus1 ] name=sfp-plus1<br />set [ find default-name=sfp-sfpplus2 ] name=sfp-plus2<br />/interface vlan add interface=sfp-plus1 l2mtu=1586 name=interco vlan-id=6<br />/routing ospf instance set [ find default=yes ] name=backbone<br />redistribute-bgp=as-type-1<br />redistribute-connected=as-type-1<br />router-id=192.168.7.254<br />/routing ospf interface add interface=interco network-type=broadcast<br />/routing ospf network add area=backbone network=192.168.7.0/24<br />/routing ospf neighbor&gt; print [admin@MikroTik]<br />/routing ospf neighbor&gt; <br />
			<i>07.12.2013 17:12:00, max59.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/60507-ospf/message230568</link>
			<guid>http://mikrotik.moscow/forum/forum57/60507-ospf/message230568</guid>
			<pubDate>Sat, 07 Dec 2013 17:12:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
	</channel>
</rss>
