Lab 9 - zacharylongo/Tech-Journals GitHub Wiki

Lab Summary / Goal:

A "group work" lab. Each router has a corresponding group.

Goal: As a class, we built a network according to the topology diagram provided by the professor. Using hardware, each group was responsible for an assigned router.

Topology

image

IP Assignments

image

Initial Config

  • write erase to reset previous configuration

  • Set appropriate Hostname and IP Addresses

  • (fast ethernet) FE 0/0: 192.168.1.2/30

  • FE 0/1: 192.168.3.2/30

BGP Configuration

  • Enable BGP
  • Define Router Instance
  • Identify neighbors
  • Configure advertisement

Test Pings

  • Ping 10.15.6.1 (Partner Company) image

  • Ping 192.168.1.1 (Vermont ISP) image

Config 2

  • MLS image

  • Vermont BGP image

  • Vermont ISP image

  • Partner Company image

  • Partner Company BGP image

Show BGP and Show Run

image image


Commands:

  • router bgp _AS-ROUTER-NUMBER_

Defines router instance

  • (config-router)neighbor "ip-of-peer" remote-as "peer-as-number"

Enables OSPF routing

  • (config-router) network "net address" mask "net mask"

Advertise Network


Issues/Struggles: No major issues


Lab Questions: N/A