Lab 8‐1B: OSPF in Packet Tracer - AidanP017/Aidan-NET-330 GitHub Wiki

Purpose

In this lab, we used Cisco Packet Tracer to configure OSPF for a small enterprise network with four routers.


Assignments

The following table for IP addressing was used to configure the network:

Network Name Network Address Subnet Mask Default Gateway Router Acting as Gateway
Border-to-Data Center 10.17.1.0 255.255.255.248 10.17.1.1 Border-Router
EastRouter2-to-Data Center 10.17.1.20 255.255.255.252 10.17.1.21 East-Router
DataCenter-to-WestRouter4 10.17.1.32 255.255.255.252 10.17.1.33 Data-Center-Router
East 10.17.20.0 255.255.255.0 10.17.20.1 East-Router
West 10.17.40.0 255.255.255.0 10.17.40.1 West-Router

Border Router Configuration

To start, we configured the Border Router by first setting its hostname.

{5C162898-706B-44DA-B144-BC46AC12931C}

Then we configured the port GigabitEthernet0/0 which connected to the Data Center Router.

{0E69D2E1-744E-4BE7-A171-5357CB45FE1D}

Lastly, we configured OSPF on the router.

{872CB582-3BF6-4E6F-8ED3-FE084FA44A7C}


Data Center Router Configuration

Next, we configured the Data Center Router by following largely the same steps.

{8EC9B34F-D482-4F59-9230-971CBA688543}

The ports of GigabitEthernet0/0, 0/1, and 0/2 were also configured in relation to the Assignments table.

{B167AEE7-1568-4D06-ACC3-05202A654E44}

OSPF was lastly configured on the router for the three networks.

{90F21E17-958A-4542-A540-4714CBB6D9CE}


East Router Configuration

After this, we configured the East router.

{B0EECFED-A8AB-4992-834B-9C3888CAE7F4}

The ports of GigabitEthernet0/0 and 0/1 were configured referencing the table.

{AF32FE03-FEB0-4456-9FF3-174FFC64508F}

And OSPF was configured for the two networks.

{B5107943-0AD7-44BE-8D02-BB8D1AF1A174}


West Router Configuration

Finally, we configured the West Router similar to that of the East Router.

{D06F78ED-3275-4CC4-9A8D-FE895B1361A6}

The ports of GigabitEthernet0/0 and 0/1 were configured referencing the table.

{52360B27-2B7A-4D9C-B704-AEAD4938C677}

OSPF was configured for the two networks.

{49CC0075-1A3C-426D-8101-420B2815E84C}


Connection Testing

If everything was configured successfully, it should be possible to ping between the West and East PCs.

{8EB38420-1EDB-480B-A0EF-10DB78C7BEE5}

Running the command sh ip route on the Data Center, East, and West routers should also output appropriate results.

{0DF93B96-D768-4C7B-87E9-E5CE5F5B8B11}

{C6ED4FDE-AD87-4E88-8DAA-F3448048FB9E}

{5383EFEF-2B31-4EE3-A5E7-F3DB95F41F3A}