Cisco: OSPF Redistribute Connected: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) 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..." |
Onnowpurbo (talk | contribs) No edit summary |
||
| 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 23:46, 26 December 2018
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