Lab 9‐2: Build a Network Challenge 2 - AidanP017/Aidan-NET-330 GitHub Wiki

Purpose

For this lab, we expanded on the work of Lab 9-1 to configure BGP for the remainder of the workspace.


Assignments

The following table was used to configure the remainder of the workspace outside of the Foster network.

Network Name Network Address Default Gateway
VermontISP-PacificISP 192.168.1.0/30 192.168.1.1
BTV-VermontISP 192.168.2.0/30 192.168.2.1
PacificISP-Partner Co. 192.168.3.0/30 192.168.3.1
PacificISP-Customer Co. 192.168.4.0/30 192.168.4.1
Partner Co. 10.15.6.0/24 10.15.6.1
Customer Co. 10.200.24.0/24 10.200.24.1

Additional BTV Router Configuration

To start, we made some additional configurations to the BTV Router.

First, we set the default route of 0.0.0.0 0.0.0.0 to 192.168.2.1, which goes to the Vermont-ISP network.

{4237EE8C-B99A-43B0-8F58-6CEF6F04D3CA}

Next, we ran the command default-information originate in the OSPF config to send the default route to the other routers in the area.

{266A623A-27E4-4F70-ADF7-F89B62798C56}

Then we ran the command redistribute ospf 1 in the BGP config to advertise all of the Foster network routes. 3033 refers to the AS number for the router.

{0B31F4EC-FC03-441D-90A0-CB27F82AE656}

Lastly, we configured FastEthernet0/1 to connect to the Vermont-ISP network.

{A814E675-C38E-45AB-881C-5FE383241B87}


Vermont-ISP Configuration

Next, we configured the Vermont-ISP router first starting with the hostname.

{F07DC4B1-16C6-4DD9-9B25-9FF72E50C505}

We configured FastEthernet0/1 going towards the BTV Router.

{3EC7837F-30AD-478E-A58F-478CB556E6FF}

Then we configured FastEthernet0/0 going towards the Pacific-ISP router.

{58B1B51F-CD08-4B96-B894-59E066016461}

Lastly, we configured BGP by defining the AS for the router and establishing peers---those being the 192.168.1.2 and 192.168.2.2 addresses.

{FDAABE58-8A61-4AF9-BB41-91A9E855A6D7}

We also advertised networks within the router's AS.

{1F751012-EC5D-4DBE-AE03-9D6AEDDDD91D}


Pacific-ISP Configuration

Then we configured the Pacific-ISP router in a similar manner to that of the Vermont-ISP router.

Here, the hostname was configured as well as the interfaces for FastEthernet0/0, 0/1, and Serial0/1/0 which correspond to the VermontISP-PacificISP, PacificISP-Partner Co., and PacificISP-Customer Co. networks, respectively.

{55A1D747-DC77-410A-9268-49251DC5D001}

Then we configured BGP for the router and established its peers---those being the 192.168.1.1, 192.168.3.2, and 192.168.4.2 addresses.

{C12F4C74-DDAB-470A-A32F-847F640447D7}

We also advertised networks within the router's AS.

{8774C23C-17EA-4FC1-947B-29ECB4AF459E}


Partner Co. Configuration

Next we configured the Partner Co. router.

FastEthernet0/0 corresponds to the PacificISP-Partner Co. network, while 0/1 corresponds to the Partner Co. network.

{72BC556F-AA28-4DD4-9B2E-E59D402DCE0E}

Then we configured BGP for the router and established its peer---that being the 192.168.4.1 address. We also advertised the network within the router's AS---that being the 10.15.16.0 network.

{AC06F0C8-671C-4E6C-BBC9-8775EE196B05}


Customer Co. Configuration

Finally, we configured the Customer Co. router in a similar manner to that of the Partner Co. router.

Serial0/1/0 corresponds to the PacificISP-Customer Co. network, while FastEthernet0/0 corresponds to the Customer Co. network.

{8F49AE23-C98D-4419-A1D2-8A1B22EDCD5B}

Then we configured BGP for the router and established its peer---that also being the 192.168.4.1 address. We also advertised the network within the router's AS---that being the 10.200.24.0 network.

{AFC0F6F9-78B9-4A16-B0FF-60125AE157F8}


Troubleshooting

When attempting to establish connectivity, I was not able to get successful pings between the Customer PC and Data Center Station.

The first thing I troubleshooted was the BTV router's BGP to establish its peer---that being the 192.168.2.1 address from the Vermont-ISP router.

{2294190F-5EE2-4FAA-86D4-7095A1BCDB35}

The next thing I noticed was that the default gateway for the Partner Co. laptop was not configured. I manually configured and verified it.

{492D96D2-4709-48B8-A131-64F34F40989A}

I also noticed one last issue with the Partner Co. router where I misconfigured the BGP peer. Instead of 192.168.4.1 which corresponds to the PacificISP-Customer Co. network, it should have been configured for 192.168.3.1 which corresponds to the PacificISP-Partner Co. network as it should.

{D52529E9-638A-4B28-A6EE-0326060F516A}

Note: Remember to enter the command copy run start on each of the routers to save their configurations when closing the file or resetting the environment.


Connectivity Testing

After performing these troubleshooting tasks, I was able to get successful pings between the Customer PC and Data Center Station.

{342A1257-B1F1-435A-B1A5-6A31AE61E67D}

Running the command sh ip route also allowed me to verify that the BGP configurations were properly established and added to the routing tables in the routers below.

{34450F1D-B3FD-4135-B074-2744C9404B9A}

{8B24D3BF-B9A0-4BF2-98ED-54C365A12382}

{C74BCA00-03D9-4E69-B48C-E62928A4F546}