You are on page 1of 2

LON:

----
router ospf 1
network 1.1.1.0 0.0.0.255 area 0
network 10.1.12.0 0.0.0.255 area 0
network 10.1.14.0 0.0.0.255 area 0

NYK:
----
router ospf 1
network 2.2.2.0 0.0.0.255 area 0
network 10.1.12.0 0.0.0.255 area 0
network 10.1.23.0 0.0.0.255 area 0

PAR:
----
router ospf 1
network 3.3.3.0 0.0.0.255 area 0
network 10.1.23.0 0.0.0.255 area 0
network 10.1.34.0 0.0.0.255 area 0

DUB:
----
router ospf 1
network 4.4.4.0 0.0.0.255 area 0
network 10.1.34.0 0.0.0.255 area 0
network 10.1.14.0 0.0.0.255 area 0

========================================

Verification:
-------------

- PCs at all sites should ping each other


- Routing table output should show you 5 OSPF routes (seen as "O" in the routing-
table)

=========================================

Decommission/Roll-back:
----------------------

no router ospf 1 ; to remove the entire OSPF process

router ospf 1
no network 1.1.1.0 0.0.0.255 area 0 ; same for any other route that needs to be
removed from advertisment

============================================

clear ip route * ; to clear the routing table

sh ip ospf int brief

sh ip ospf interface

sh ip ospf neighbor
sh ip ospf database

sh ip route ospf

You might also like