Difference between revisions of "Mikrotik: OSPF redistribute routing"

From OnnoWiki
Jump to navigation Jump to search
(Created page with " /routing ospf instance set redistribute-bgp=yes set redistribute-other-ospf=yes set redistribute-static=yes set redistribute-rip=yes")
 
 
Line 5: Line 5:
 
     set redistribute-static=yes
 
     set redistribute-static=yes
 
     set redistribute-rip=yes
 
     set redistribute-rip=yes
 +
 +
 +
 +
==Pranala Menarik==
 +
 +
* [[TCP/IP: Advanced Routing]]
 +
* [[Quagga]]
 +
* [[Mikrotik]]
 +
* [[Cisco]]
 +
* [[Juniper]]
 +
* [[BIRD: Routing]]

Latest revision as of 07:22, 5 January 2019

/routing ospf instance
   set redistribute-bgp=yes
   set redistribute-other-ospf=yes
   set redistribute-static=yes
   set redistribute-rip=yes


Pranala Menarik