Cisco: OSPF Redistribute Connected

From OnnoWiki
Jump to navigation Jump to search

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