VRF basics with MikroTik

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • Virtual Routing and Forwarding explained by our own routing specialist Olga. A simple example is given, but full documentation is here: help.mikrotik....

Комментарии • 70

  • @jembodo
    @jembodo 2 года назад +11

    Love these high quality, short videos! Big fan of Mikrotik here.

  • @UlrichWessendorf
    @UlrichWessendorf 2 года назад +18

    Thank you for this video, because I´ve learned something new I didn´t know before 🙂 One remark: when you put all these commands in the CLI it would be very helpful if you open the corresponding Winbox windows. This would it make more clear and easier to follow 😉

    • @stevenm45
      @stevenm45 2 года назад +1

      As a novice but very keen MikroTik user & advocate, I agree with Ulrich that it would be very helpful to simultaneously show the commands appearing in Winbox. I learnt something new too and love these short training videos :)

    • @olegurvingurigard8373
      @olegurvingurigard8373 Год назад

      Probably a good idea, luckily most of the time "IP/address/" is located under IP menu and then under address.. sadly this is not always the case if i recall correctly.
      and not all functionality has a GUI, can't recall any specific one's just remember there being some.

  • @user-bj9hd1bc4j
    @user-bj9hd1bc4j 2 года назад +2

    This is the first video I understood in English. Thank you!

  • @muhlislili
    @muhlislili 2 года назад +1

    You are an excellent instructor. I will stick with you.

  • @matthewmctague896
    @matthewmctague896 2 года назад +7

    It would be great to see a video about best practice for using VRFs with BGP on RouterOS 7, including leaking routes between tables.

    • @drumaddict89
      @drumaddict89 2 года назад +2

      also looking forward to that
      but in the meantime - check out "The Network Berg"
      he has some pretty impressive videos about BGP and VRF on mikrotik

    • @BudiSetiawan-id9en
      @BudiSetiawan-id9en 2 года назад

      Still have bugs , reported but progress so slow

  • @DmMukhin
    @DmMukhin 2 года назад +1

    Thanks a lot for your videos. Very helpful and interesting.
    It is very unusual when a girl works quickly on the command line

  • @Iblfamilystore
    @Iblfamilystore 2 года назад +1

    Explained in great detail! Thank you so much!!

  • @wsccomm
    @wsccomm Год назад

    Thanks for MikroTips, its really useful.

  • @abiolaganiyu3928
    @abiolaganiyu3928 2 года назад +1

    Great video. Thank you

  • @JoanFA
    @JoanFA Год назад

    Thanks a lot!
    I followed the same steps but with 2 VLANs instead of 2 different ports. It worked.
    Why did I want a VRF per VLAN? Because I wanted to test the scenario by using the same subnets on each VLAN.
    Wanted to share it in case somebody needs it.

  • @bilalalkhodor3198
    @bilalalkhodor3198 Год назад +1

    thank you Olga, the vrf is nice feature as shown in the video.
    but i dont understand why should 2 interfaces have the same ip. and go into vrf setup.
    is there a specific scenario where this applicable ? the only scenario i think of is an ISP is limited of ip addresses.

    • @Cenedd
      @Cenedd Год назад +2

      Plenty of cases where this can become a problem. If two companies merge is the most common. Also, if you're providing a WAN service to multiple customers, you'll often find that many of them have a LAN range of 10.0.0.0/24 or 192.168.0.0/24. This allows you to have that configuration that would otherwise conflict. A real-world example for you. A customer was bought by another company. For a while we hosted a couple of their servers that were previously at their main site so that their branch office could continue to access them. Those servers were on 10.0.0.0/24 and would have clashed. We were able to run their hosted servers in a VRF and provide access to their branch office via VPN.
      It can also be useful if you have conflicting routing requirements. I have IPSEC tunnel interfaces from my home office and routes to IP ranges down those tunnels. I don't want those routes to be used by my guest network. I could prevent access with ACLs but that would mean that the guest network wouldn't be able to access those IP ranges at all when they should be able to access them like any public IP. The tunnels give extra access that shouldn't be public.
      I should point out that these real-world setups are not on Mikrotik setups but the theory should be the same, I believe.

  • @AViStudioMoldova
    @AViStudioMoldova 2 года назад

    Very interesting video, but, I also, like other in comments, agree that need to show in winbox all commands that u put in CLI

  • @andikadioey4680
    @andikadioey4680 2 года назад +1

    Great Tutorial :)

  • @robotnaoborot
    @robotnaoborot Год назад

    Why interfaces are called cust_a and cust_b, how those routers are used outside?

  • @RB951UI
    @RB951UI 4 месяца назад

    With this method, Mikrotik's IP will no longer play the role of DNS server. Clients will no longer receive any response from Mikrotik router dns service. unless we change the dns server address to one of the public dns for clients.

  • @yawniek
    @yawniek 2 года назад +1

    great stuff, please also show how to extend this to 1:1 map one or both of the networks to another /24

    • @mikrotik
      @mikrotik  Год назад

      You can use netmap instead of masquearade rule in firewall, the command like:
      ip firewall nat add action=netmap chain=srcnat out-interface=ether5 src-address=172.111.0.0/24 to-addresses=192.168.1.0/24
      Where 172.111.0.0 network addreses is on "client" router and 192.168.1.0 network addreses is on "main" router WAN interface.
      Manual wiki.mikrotik.com/wiki/Manual:IP/Firewall/NAT

  • @openkimono3496
    @openkimono3496 2 года назад +3

    where i can get that tshirt :D

  • @Jora1x
    @Jora1x Год назад

    Спасибо за видео. Вот сразу появился вопрос, как при такой схеме, "А" может обратится к "B"? Как-то через шлюз или подменить на шлюзе ip через dst-nat?

  • @OperKH
    @OperKH 2 года назад +1

    What about FastTrack/FastPath? Should it be disabled to correct mangle work?

    • @BattousaiHBr
      @BattousaiHBr 2 года назад

      no need.
      fasttrack works with conntrack (it's just a faster conntrack).
      what would not work with this is a firewall no-track rule, which disables conntrack.

    • @OperKH
      @OperKH Год назад +1

      I did the same as in this tutorial. When my device in VRF network ping works, it looks like the Internet works, but if I launch speedtest I have a speed around zero. After I turned off "fast path" it started working normally.

  • @kalpakmukhopadhyay6461
    @kalpakmukhopadhyay6461 2 года назад

    multiple vrf tickets opened, bugs acknowledged but not solved.

  • @TheMockTv
    @TheMockTv 2 года назад +9

    The biggest problem you have is delivery backlog. I can no longer get Mikrotiks in Europe, everything is only on pre-order basis where I can wait 1 year. But the biggest cheek are RUclipsrs who are supposed to advertise the products, they are delivered directly by you. So why are you releasing products you can't supply? It frustrated me because I wanted to upgrade my home system and I can't

    • @mikrotik
      @mikrotik  2 года назад

      All of these products are available, but the quantities are not as high as they could be. The devices sell out quite fast. When we do release new products, I would suggest to immediately place an order / reservation with the nearest distributor.

    • @markarca6360
      @markarca6360 2 года назад

      @@mikrotik Is it in connection with the chip shortage? That is why I see your products selling for higher prices here in the Philippines.

    • @TheMockTv
      @TheMockTv 2 года назад

      @@mikrotik I don't even want to know how long I should wait for a replacement device if there is a technical problem like with the current Mikrotik RB5009UPr with poe, which gets stuck in the bootloop due to a cold solder point and only boots when it's over 40 °C. You need to finally fix your supply chain and not always reassure users because it's no use to anyone

    • @stephanszarafinski9001
      @stephanszarafinski9001 2 года назад

      @@seantellsit1431 rb4011 breaks after 13 months on shelve doing nothing and 2 months at customer??? What did you do to it to break it so fast!

    • @jefftee448
      @jefftee448 2 года назад

      @@markarca6360 yes, it absolutely is the chip shortage.....and that goes for any electronics.

  • @user-bj9hd1bc4j
    @user-bj9hd1bc4j 2 года назад

    why she wrote @main, when added gateway to vrf routing table?

    • @bulkaans
      @bulkaans Год назад

      It means that the gateway will be resolved in the main table

    • @mikrotik
      @mikrotik  Год назад

      For clarity. It is not mandatory to add @main in case of main vrf, but it is mandatory in case you use other vrfs.

  • @maxpla1035
    @maxpla1035 2 года назад

    Слышно что не носитель языка! 😉
    Но именно из за этого (не спешная речь) всё разборчиво и понятно! 👍

    • @maxpla1035
      @maxpla1035 2 года назад

      @Vinsent Levitzky Я в курсе, но я
      чего то решил что девушка русскоговорящая.. ☺️
      В любом случае - молодец! 👍

    • @overgrow601
      @overgrow601 2 года назад

      @Vinsent Levitzky вог первых по акценту, а во вторых ну имя ольга ну явно из снг

    • @user-wr6hr6ve9n
      @user-wr6hr6ve9n Год назад

      @@maxpla1035 К таком невероятно сложному выводу по методу Холмса Вас привело имя Ольга :)))

  • @nikolashuminosky6987
    @nikolashuminosky6987 2 года назад

    @Olga , need more info avout ip/route/add vrf-interface=etherx. Thanks

    • @mikrotik
      @mikrotik  Год назад

      Connected routes from the interfaces assigned to the VRF will be installed in the right routing table automatically.
      If you want to use any services with that IP addresses, please configure vrf for service as well.
      For example "interface/l2tp-client/set vrf=vrf1..."

    • @nikolashuminosky6987
      @nikolashuminosky6987 Год назад

      @@mikrotik i'm happy with your answer

    • @nikolashuminosky6987
      @nikolashuminosky6987 Год назад

      @@mikrotik one more thing, i got interface into vrf and i want to ssh/telnet, i got them on vrf as well, still can log in via vrf, has that been properly implemented?

  • @SovMan
    @SovMan Год назад

    what is "public interface"? why not just "eth#"??

    • @nikiforossarantoglou5917
      @nikiforossarantoglou5917 2 месяца назад

      Because that way you know it's the interface on WAN side. Another reason is that in many cases it's not a wan interface but rather a WAN interface list (eg 2 ISP used for failover).

  • @andreaguerrini9495
    @andreaguerrini9495 2 года назад +1

    Nice, but It still doesn't work with RB3011 in V7.6(beta), it still have issues with hardware offloading routes

    • @Andrew_Thrift
      @Andrew_Thrift 2 года назад +2

      The RB3011 is a software based router. It has no ability to route in hardware.
      For that you will need a CRS3xx, CRS5xx or a CCR2116 or CCR2216

    • @andreaguerrini9495
      @andreaguerrini9495 2 года назад

      @@Andrew_Thrift I don't want HWO, V7 tries to applies and it doesn't work.

  • @drumaddict89
    @drumaddict89 2 года назад

    where to get those t-shirts? 😱👌

  • @wreckedzilla
    @wreckedzilla Год назад

    i love my Vurfs

  • @kennedmynet8195
    @kennedmynet8195 2 года назад +1

    Gostei muito do vídeo mas seria bom ter também em português.

    • @TechLabs94
      @TechLabs94 2 года назад

      muito bom mesmo, eu irei replicar o laboratório no EVE-NG, executar os testes e trazer o material aqui pro canal, siga-nos para mais novidades. obrigado

    • @GarudaTelecom
      @GarudaTelecom Год назад

      Tem legenda em PT-BR

  • @SirHackaL0t.
    @SirHackaL0t. 2 года назад

    Great video but… when would this be useful? Why use this instead of different IP ranges?

    • @michaelklehr7509
      @michaelklehr7509 2 года назад +3

      for provider. no matter what subnets the clients use.

    • @SirHackaL0t.
      @SirHackaL0t. 2 года назад

      @@michaelklehr7509 Hmmm. Ok… Surely as a provider you give your clients an ip address range for their network to use as the gateway. Doing incoming traffic will be impossible as how will it know which interface to send the traffic to when they are both identical?

    • @michaelklehr7509
      @michaelklehr7509 2 года назад +1

      @@SirHackaL0t. you don't give your clients an subnet. they have there subnets already and you provide service. if all your clients can have the same subnet, no problem.

    • @SirHackaL0t.
      @SirHackaL0t. 2 года назад

      @@michaelklehr7509 Well, not sure how it works where you are but my ISP gives me an IP address on their network and my network connects through that using NAT.
      Problem solved without the need of this.
      It just seems to be a solution looking for a problem to fix.

    • @drumaddict89
      @drumaddict89 2 года назад

      @Clive Flint the clients have LOCAL NETS too and these networks mostly are established with some yet set up ranges
      you for instance play ISP then and need to handle different clients and need to route (e.g. because of IPsec tunnels from sites of your customers) traffic which would overlap on layer 3
      with VRFs you could seperate that
      and also ad RDs to your VRFs!!
      think of a VRF like a VLAN ... but the VRF operates at layer3 instead like VLAN on layer2!
      if you don't know what VRF is and what it can do for you - you do not need it

  • @ehssanuk
    @ehssanuk 7 месяцев назад

    its better to use native english speakers as Mikrotik is an internationally known company

    • @mikrotik
      @mikrotik  7 месяцев назад

      MikroTik is a Latvian company and we don’t have native English speakers

  • @przeqpiciel
    @przeqpiciel 2 месяца назад

    create videos for people who use winbox not cli ... this is useless