Community discussions

MikroTik App
 
gius64
Member Candidate
Member Candidate
Topic Author
Posts: 213
Joined: Tue Jan 14, 2014 3:43 pm

OSPF Example Network

Wed Oct 15, 2014 4:41 am

Hello,
I would like to create a small OSPF routed network in lab as an example for me to implement it in a bigger network.

I have:
1 NetMetal5
1 Sector Antenna
3 SXT
2 RB750

This is what I would like to create:
ospf_example.jpg
The final SXT should connect to the internet.
I'm connecting the RB750 both using wireless and wired connection to create a redundancy: I would like to see that when I remove the wired connection, it works using the radio one.

I'm starting from scratch, any example? :D

Thank you for your time!
You do not have the required permissions to view the files attached to this post.
 
scampbell
Trainer
Trainer
Posts: 487
Joined: Thu Jun 22, 2006 5:20 am
Location: Wellington, NZ
Contact:

Re: OSPF Example Network

Fri Oct 17, 2014 1:01 am

If you use this an example it should get you started - http://wiki.mikrotik.com/wiki/Dual_Setup_with_OSPF

In your case one link would be wireless and the other wired. As the wired is less hops than wireless it should automatically prioritise the wired link.

P2P wireless interfaces should have their OSPF Network type=P2P to work correctly. Use Bridge->Station Bridge on SXT Wireless setup

Wired Ethernet interfaces should be network-type=broadcast.

Use /30 subnet's between your devices on p2p links

Add a loopback (bridge) to each OSPF router and assign a unique loopback address to each e.g 10.255.255.x/32 and use this address as each routers OSPF Router ID.

On the last link (RB750) Instance set redistribute connected=yes and the AP could have a default gateway of whatever IP you assign to the RB750 ether3.
 
gius64
Member Candidate
Member Candidate
Topic Author
Posts: 213
Joined: Tue Jan 14, 2014 3:43 pm

Re: OSPF Example Network

Sat Nov 22, 2014 12:37 am

Thank you very much!
It works :D

Now another 2 questions:
1) How can I offer to my users a public IP?
I would like to have a PPPoE server on the sector, and I would like to offer public IPs I have available on my external network to a CPE.
Public IPs are available on the gateway. I mean: I can set a public IP within my assigned classes on my gateway and it works, but I would like to make it possible also for customers.

2) How can I reduce the time OSPF requires to notice that a path is interrupted? If I reduce time intervals in OSPF settings I can't see devices anymore...
 
User avatar
bajodel
Long time Member
Long time Member
Posts: 551
Joined: Sun Nov 24, 2013 8:30 am
Location: Italy

Re: OSPF Example Network

Mon Nov 24, 2014 10:59 am

dead-interval (time; default: 40s) - specifies the interval after which a neighbor is declared as dead. The interval is advertised in the router's hello packets. This value must be the same for all routers and access servers on a specific network

hello-interval (time; default: 10s) - the interval between hello packets that the router sends on the interface. The smaller the hello-interval, the faster topological changes will be detected, but more routing traffic will ensue. This value must be the same on each end of the adjancency otherwise the adjacency will not form
 
gius64
Member Candidate
Member Candidate
Topic Author
Posts: 213
Joined: Tue Jan 14, 2014 3:43 pm

Re: OSPF Example Network

Mon Nov 24, 2014 11:07 am

Oh! Thank you!
What about public IPs?
 
tania
newbie
Posts: 39
Joined: Fri Feb 07, 2014 10:15 am

Re: OSPF Example Network

Sun Jan 11, 2015 10:19 am

Basic OSPF Configuration see this example https://www.youtube.com/watch?v=2SawrLGJE6M
Basic OSPF virtual link configuration https://www.youtube.com/watch?v=LlJr3Pjgfxw
Basic OSPF multipole area https://www.youtube.com/watch?v=o1A1w6isoLU
 
gius64
Member Candidate
Member Candidate
Topic Author
Posts: 213
Joined: Tue Jan 14, 2014 3:43 pm

Re: OSPF Example Network

Sun Jan 11, 2015 1:59 pm

Thank you very much tania!
Do you have any example of how to assign public IPs to final users?
It's the only thing I have to solve before implementing OSPF in my network!
 
jkarras
Member Candidate
Member Candidate
Posts: 226
Joined: Fri Sep 06, 2013 3:07 am
Location: Utah, USA

Re: OSPF Example Network

Wed Jan 14, 2015 4:58 am

Just set your Public IP pool on the PPPoE server. As long as your routing is working fine traffic will get there.

Turning on BFD will help a bit with failover times especially on links like the wireless where the link may go down but the physical interface on the RB750 won't show it.
 
gius64
Member Candidate
Member Candidate
Topic Author
Posts: 213
Joined: Tue Jan 14, 2014 3:43 pm

Re: OSPF Example Network

Wed Jan 14, 2015 7:18 am

Thank you for your answer!

I'm not announcing any IP class. My provider does it for me.
If the network was bridged, I could just set a public IP on a device in the network and it would work.
Do you think it will work using OSPF?

If I would like to give a public IP to the CPE, what I should do? Simply assign it by using PPPoE?
 
jkarras
Member Candidate
Member Candidate
Posts: 226
Joined: Fri Sep 06, 2013 3:07 am
Location: Utah, USA

Re: OSPF Example Network

Wed Jan 14, 2015 8:19 am

Lets say the public IP space your ISP gave you is 10.0.0.0/24 and they route it to you via a /30 network at 172.31.0.0/30 telling you to use the IP 172.31.0.2 and that their side would be 172.31.0.1. All you need to do is put the IP range they assigned to you on your PPPoE server then make sure all our routers between the PPPoE server and your Internet border router know how to get to each other. Because your going to use OSPF as a dynamic routing protocol they should know about one another.
 
gius64
Member Candidate
Member Candidate
Topic Author
Posts: 213
Joined: Tue Jan 14, 2014 3:43 pm

Re: OSPF Example Network

Thu Aug 06, 2015 3:42 am

Hello,
I'm continuing my testing on OSPF and I have a new question for you!

May you help me to understand what is a good ip plan?

I read "Burning Bridges" here:
http://www.mywisptraining.com/wp-conten ... Routed.pdf

I understand I have to remove switches and add router in place, but... What address should I assign to each port of the router?
I mean: for P2P links I use a /30, but what about the router?

In the example I posted on the first post, what IPs should I assign to the last RB750 and the NetMetal?

Thank you for helping me to understand :D
 
gius64
Member Candidate
Member Candidate
Topic Author
Posts: 213
Joined: Tue Jan 14, 2014 3:43 pm

Re: OSPF Example Network

Fri Sep 18, 2015 3:14 am

No one? :(
 
scampbell
Trainer
Trainer
Posts: 487
Joined: Thu Jun 22, 2006 5:20 am
Location: Wellington, NZ
Contact:

Re: OSPF Example Network

Fri Sep 18, 2015 4:16 am

Hello,
I'm continuing my testing on OSPF and I have a new question for you!

May you help me to understand what is a good ip plan?

I read "Burning Bridges" here:
http://www.mywisptraining.com/wp-conten ... Routed.pdf

I understand I have to remove switches and add router in place, but... What address should I assign to each port of the router?
I mean: for P2P links I use a /30, but what about the router?

In the example I posted on the first post, what IPs should I assign to the last RB750 and the NetMetal?

Thank you for helping me to understand :D
You can use any subnet between your p2p links and the router - but choose a subnet that is only as big as necessary. So if you have used a /30 on the wireless interface of your p2p link and the p2p device is the only one connected to the router port then use another /30 between its ethernet interface and the router.

If the p2p is connected to a bridge with multiple devices (or switch group) then perhaps a /28 is appropriate.

With OSPF just avoid subnets that overlap.
 
gius64
Member Candidate
Member Candidate
Topic Author
Posts: 213
Joined: Tue Jan 14, 2014 3:43 pm

Re: OSPF Example Network

Fri Sep 18, 2015 1:52 pm

Thank you very much!!
May I ask you an example?

Let's say I have this situation:

1 Router to the Internet
--> P2P link with no-Mikrotik devices (for example, SAF or Alcoma)
1 router at the other end
2 APs on the router

What do you suggest in this situation?
What about AP IP pool? Should I add it to OSPF?

Sorry If I'm not so experienced about OSPF but it's a new thing for me :)
Thank you for your help!
 
scampbell
Trainer
Trainer
Posts: 487
Joined: Thu Jun 22, 2006 5:20 am
Location: Wellington, NZ
Contact:

Re: OSPF Example Network

Thu Oct 22, 2015 1:44 am

For AP's it is best to avoid using OSPF to publish client facing subnets actively. As clients connect and drop it creates new LSA's across the whole network so better to not specify the client device subnet in /route ospf net and better to set the /rou ospf instance to publish connected instead. This way the AP's subnet gets published as a whole and not on a per client address basis.

If you have an ethernet interface on your Mikrotik bridged via 3rd party wireless link (e.G SAF etc) then you will most likely need a /29 which will give 8 IP Adresses less 2 (broadcast and network) so 6 usable addresses. 1 for each Mikrotik and 1 each for your radios. As the radios may not support OSPF set their Gateway to point to the Mikrotik nearest where you are connecting from.

Network type=Broadcast should be OK if the link is a true L2 bridge but if you experience difficulty or instability then try setting the relevant interfaces to network-type=point to point
 
User avatar
StubArea51
Trainer
Trainer
Posts: 1739
Joined: Fri Aug 10, 2012 6:46 am
Location: stubarea51.net
Contact:

Re: OSPF Example Network

Thu Oct 22, 2015 2:32 am

For AP's it is best to avoid using OSPF to publish client facing subnets actively. As clients connect and drop it creates new LSA's across the whole network so better to not specify the client device subnet in /route ospf net and better to set the /rou ospf instance to publish connected instead. This way the AP's subnet gets published as a whole and not on a per client address basis.

If you have an ethernet interface on your Mikrotik bridged via 3rd party wireless link (e.G SAF etc) then you will most likely need a /29 which will give 8 IP Adresses less 2 (broadcast and network) so 6 usable addresses. 1 for each Mikrotik and 1 each for your radios. As the radios may not support OSPF set their Gateway to point to the Mikrotik nearest where you are connecting from.

Network type=Broadcast should be OK if the link is a true L2 bridge but if you experience difficulty or instability then try setting the relevant interfaces to network-type=point to point
Excellent point on not flooding a bunch of LSAs.

One thing i'd like to add is to consider using a different area for customer subnets as it limits any SPF calculations to that area which keeps bouncing links on the subscriber side from affecting LSAs and SPF calculations in the backbone area. Most large service providers use this design methodology when deploying OSPF on non-core subnets.
 
scampbell
Trainer
Trainer
Posts: 487
Joined: Thu Jun 22, 2006 5:20 am
Location: Wellington, NZ
Contact:

Re: OSPF Example Network

Thu Oct 22, 2015 5:11 am

Agreed, in fact if you take this approach set the interface to passive so no routes can be injected from client side either :-)
 
gius64
Member Candidate
Member Candidate
Topic Author
Posts: 213
Joined: Tue Jan 14, 2014 3:43 pm

Re: OSPF Example Network

Sat Nov 14, 2015 8:58 pm

Thank you very much for your comments, they're very helpful!

Do you think, on your experience, is it better to have an area for each subnet for users or only one area with all clients subnets?

And what about areas in the network? How much routers can be in the backbone area without overloading?

Speaking of routers and subnets... Do you think it's better to have a /30 subnet between AP and each router port, or you think it's better a /29 or bigger subnet where you put all APs in a tower? I think reduce broadcast traffic is better (so /30), but maybe too many subnets can overload OSPF?

Thank you!
 
gius64
Member Candidate
Member Candidate
Topic Author
Posts: 213
Joined: Tue Jan 14, 2014 3:43 pm

Re: OSPF Example Network

Sat Nov 21, 2015 7:30 pm

No one? :D

Who is online

Users browsing this forum: davidvanrensburg and 25 guests