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

IP Assignments

Initial Config
-
write eraseto 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)

-
Ping 192.168.1.1 (Vermont ISP)

Config 2
-
MLS

-
Vermont BGP

-
Vermont ISP

-
Partner Company

-
Partner Company BGP

Show BGP and Show Run

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