Routeros By Example Pdf

MUM EUROPE 2017 RouterOs Firewall - (c) Massimo Nuvoli 4 Switch Hardware Spanning Tree Make a switch (as usual) Add the master port to a bridge Then from the bridge menu IF STP is on then the STP is active on hardware Slave ports are shown on the bridge to show the STP status Look documentation. A comprehensive and practical guide to MikroTik RouterOS. Useful literature with examples and other reference materials. Recommended for beginners and administrators ☺ The cost is $49.95 (+ tax if shipped to a Texas address) plus shipping anywhere in the world (international shipping by US Postal Service Priority Mail for only $16.95!).

  • 3NBMA networks

Simple OSPF configuration

The following example illustrates how to configure single-area OSPF network. Let's assume we have the following network.

Example network consists of 3 routers connected together within 10.10.1.0/24 network and each router has also one additional attached network.

In this example following IP addresses are configured:


There are three basic elements of OSPF configuration:

  • Enable OSPF instance
  • OSPF area configuration
  • OSPF network configuration

General information is configured in /routing ospf instance menu. For advanced OSPF setups, it is possible to run multiple OSPF instances. Default instance configuration is good to start, we just need to enable default instance.

R1:

R2:


R3:


Show OSPF instance information:


As you can see router-id is 0.0.0.0, it means that router will use one of router's IP addresses as router-id. In most cases it is recommended to set up loopback IP address as router-id. Loopback IP address is virtual, software address that is used for router identification in network. The benefits are that loopback address is always up (active) and can’t be down as physical interface. OSPF protocol used it for communication among routers that identified by router-id. Loopback interface are configured as follows:

Create bridge interface named, for example, “loopback”:

Add IP address:

Configure router-id as loopback:

This can be done on other routers (R2, R3) as well.

Next step is to configure OSPF area. Backbone area is created during RouterOS installation and additional configuration is not required.

Note: Remember that backbone area-id is always (zero) 0.0.0.0.


And the last step is to add network to the certain OSPF area.

On R1

Instead of typing in each network, you can aggregate networks using appropriate subnet mask. For example, to aggregate 10.10.1.0/30, 10.10.1.4/30, 10.10.1.8/30 networks, you can set up following ospf network:


R2:

R3:


You can verify your OSPF operation as follows:

  • Look at the OSPF interface menu to verify that dynamic entry was created:
  • Check your OSPF neighbors, what DR and BDR is elected and adjacencies established:
  • Check router’s routing table (make sure OSPF routes are present):

Simple multi-area configuration

Backbone area is the core of all OSPF network, all areas have to be connected to the backbone area. Start configuring OSPF from backbone and then expand network configuration to other areas.


Lets assume that IP addresses are already configured and default OSPF instance is enabled.

All we need to do is:

  • create an area
  • attach OSPF networks to the area


R1 configuration:

Glass (2019 full hindi dubbed movie online free. R2 configuration:

R3 configuration:

R4 configuration:


Now you can check routing table using command /ip route print

Routing table on router R3:

As you can see remote networks 172.16.0.0/16 and 192.168.2.0/24 are not in the routing table, because they are not distributed by OSPF. Redistribution feature allows different routing protocols to exchange routing information making possible, for example, to redistribute static or connected routes into OSPF. In our setup we need to redistribute connected network. We need to add following configuration on routers R1, R2 and R3.


Now check router R3 to see if routes 192.168.2.0/24 and 172.16.0.0/16 are installed in routing table.

NBMA networks

OSPF network type NBMA (Non-Broadcast Multiple Access) uses only unicast communications, so it is the preferred way of OSPF configuration in situations where multicast addressing is not possible or desirable for some reasons. Examples of such situations:

  • in 802.11 wireless networks multicast packets are not always reliably delivered (read Multicast_and_Wireless for details); using multicast here can create OSPF stability problems;
  • using multicast may be not efficient in bridged or meshed networks (i.e. large layer-2 broadcast domains).

Especially efficient way to configure OSPF is to allow only a few routers on a link to become the designated router. (But be careful - if all routers that are capable of becoming the designated router will be down on some link, OSPF will be down on that link too!) Since a router can become the DR only when priority on it's interface is not zero, this priority can be configured as zero in interface and nbma-neighbor configuration to prevent that from happening.

Initial Setup

In this setup only C and D are allowed to become designated routers.

On all routers:

(For simplicity, to keep configuration the same on all routers, nbma-neighbor to self is also added. Normally you wouldn't do that, but it does not cause any harm either.)

Configure interface priorities.On routers A, B:

On routers C, D (they can become the designated router):

Results

On Router A:

Annakodi unnai thedi mp3 song download masstamilan. Annakodi Songs Download- Listen Tamil Annakodi MP3 songs online free. Play Annakodi Tamil movie songs MP3 by Mayaiyer and download Annakodi songs on Gaana.com. Unnai Thedi - Official Music Video Anushanth Tkabilan Ft Tha Mystro Krish Music by: Divomovies 879.508 Play Stop Download Close Ponmanai Thedi Nanum Poovodu Vanthen - Enga Ooru Rasathi by: Shantha Janakiraman 4.046.910. Unnai thedi, download audio mp3 unnai thedi, 128kbps unnai thedi, full hq 320kbps unnai thedi, mp3. Unnai Thedi Tamil Christian Songs. AGAZNTHIDUVAR.mp3 - Download. ANBIL VILAINTHA.mp3 - Download. AYIRAM THUTHIPADAL.mp3 - Download. UNNAI THEDI.mp3 - Download. Jesus Mp3 Tamil Songs,jesus Christ songs,Tamil Jesus Mp3 Songs,jesus Songs free download,Download jesus Tamil mp3 songs, free download jesus songs,latest jesus mp3 songs, free. Tags: Ennai Thedi Song Mp3 Video Songs, Ennai Thedi Song Mp3 bollywood movie video, Ennai Thedi Song Mp3 video Download, mp4 Kishan tero Kalo rahgo re Himanshu DJ hindi movie songs download, Ennai Thedi Song Mp3 all video download, Ennai Thedi Song Mp3 Hd Video Songs, Ennai Thedi Song Mp3 full song download, Ennai Thedi Song Mp3 Movie Download, Ennai Thedi Song Mp3 HD video Download, Mp4 Songs.

On Router B:

On Router C:

On Router D:

OSPF Forwarding Address

OSPF may take extra hops at the boundary between OSPF routing domain and another Autonomous System. By looking at the following illustration you can see that even if router R3 is directly connected, packets will travel through the OSPF network and use router R1 as a gateway to other AS.

To overcome this problem, concept of OSPF forwarding-address was introduced. This concept allows to say 'Send traffic directly to router R1'. This is achieved by setting forwarding address other than itself in LSA updates indicating that there is an alternate next-hop. Mostly all the time forwarding address is left 0.0.0.0, suggesting that the route is reachable only through the advertising router.

Sere the full example


[Top Back to Content]

Retrieved from 'https://wiki.mikrotik.com/index.php?title=Manual:OSPF-examples&oldid=30594'