Difference between revisions of "Cisco: OSPF Redistribute Connected"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "Sumber: https://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-ospf/113339-ospf-connected-net.html router ospf 100 log-adjacency-changes redistribute con...")
 
 
Line 5: Line 5:
 
   redistribute connected
 
   redistribute connected
  
 +
 +
==redistribute static subnet==
 +
 +
router ospf 1 area 0
 +
nextwork x.x.x.x
 +
redistribute static subnet
 +
!
 +
ip route 192.168.0.0 255.255.192.0 10.x.x.x
 +
ip route 192.168.100.10 255.255.255.255 10.x.x.x
 +
ip route 192.168.100.11 255.255.255.255 10.x.x.x
 +
ip route 192.168.100.12 255.255.255.255 10.x.x.x
  
  

Latest revision as of 06:46, 27 December 2018

Sumber: https://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-ospf/113339-ospf-connected-net.html

router ospf 100
 log-adjacency-changes
 redistribute connected


redistribute static subnet

router ospf 1 area 0
nextwork x.x.x.x
redistribute static subnet
!
ip route 192.168.0.0 255.255.192.0 10.x.x.x
ip route 192.168.100.10 255.255.255.255 10.x.x.x
ip route 192.168.100.11 255.255.255.255 10.x.x.x
ip route 192.168.100.12 255.255.255.255 10.x.x.x


Referensi