Cisco: OSPF Distribute default

From OnnoWiki
Revision as of 11:21, 25 December 2018 by Onnowpurbo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Contoh

router ospf 2
 network 5.0.0.0 0.255.255.255 area 1
 network 6.0.0.0 0.255.255.255 area 0
 default-information originate
ip route 0.0.0.0 0.0.0.0 6.0.0.3


atau

router ospf 2
 network 5.0.0.0 0.255.255.255 area 1
 network 6.0.0.0 0.255.255.255 area 0
 network 0.0.0.0 255.255.255.255 area 0.0.0.0
ip route 0.0.0.0 0.0.0.0 6.0.0.3


Referensi


Pranala Menarik