1 / 4

OSPF “Magic” Exercise

Learn how to set up OSPF quickly and efficiently with minimal configuration. Follow step-by-step instructions to work with OSPF in a safe environment. Do not attempt on a production network. Steps include setting a static default route on your PC, deleting static routes on the Cisco Router, and performing the magic OSPF configuration.

lthacker
Download Presentation

OSPF “Magic” Exercise

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. OSPF “Magic” Exercise • We will use a “quick and dirty” setup to make OSPF work with minimal configuration. • WARNING • DO NOT do this on your production network. • Production networks should use slightly more complex, but safer, techniques.

  2. Step 1: • Ensure that your PC has a static default route to the router. Check with: • $ netstat -rn -f inet • If there is no static route entry, add it with: • $ route add default routerEth1IP

  3. Step 2: • Delete all static routes (including default) on the Cisco Router # sh ip route For all static routes displayed above … # conf t # no ip route x.x.x.x y.y.y.y z.z.z.z # end # sh ip route

  4. Step 3: • Perform the MAGIC # conf t # router ospf 1 # network 0.0.0.0 255.255.255.255 area 0 # redistribute connected subnets # end # sh ip route

More Related