Networking 201
Copyright Priscilla Oppenheimer
Lab 3 IP Routing
Scenario
You are a senior network administrator who has the job of installing a complex internetwork to connect various branch offices for a large company. You have decided to test various IP routing methods to see which ones work the best. Currently, no routing is configured.
Static Routing
- On each router, configure a static route to every other network in the internetwork. See the lab topology drawing for the network numbers.
- On the routers use the ip route command.
- On the PIX firewall, use the route command.
- Test the network by pinging to all other devices. Can you reach every other device? Can you reach the Internet?
Default Routing
- In order to reach the Internet, configure a default route that points to a local router that can reach the outside world.
- On the routers use the ip route command, followed by 0.0.0.0 0.0.0.0 and the address of the next-hop router.
- On the PIX firewall, use the route command, followed by 0.0.0.0 0.0.0.0, the address of the next-hop router, and the number 1. (The PIX makes you enter a metric parameter. We are using 1 to mean one hop.)
- Test the network by pinging a server on the Internet such as www.yahoo.com. Can you reach the Internet?
Advanced Distance-Vector Routing (EIGRP)
- Remove the static routes (although not the default routes).
- On the routers use the no ip route command with the correct parameters.
- On the PIX firewall, use the no route command with the correct parameters.
- On the routers, configure EIGRP with the following command.
- router eigrp 100
- network 192.168.x.0 (The "x" should be the number for your subnet. Enter the command for each subnet that your router is directly connected to.)
- Unfortunately, the PIX firewall doesn't support EIGRP.
- If you are on a PIX, just use default routes.
- Check your work (and your cohorts' work) with the following commands.
- show ip route
- show ip interface
- show ip protocol
- show ip eigrp neighbors
- show ip eigrp topology
- Test the network by pinging to all other devices. Can you reach every other device? Can you still reach the Internet?
Submission
Write a short lab report that summarizes your work and any problems you ran into. The lab report should cover:
- State of the network before you made any changes
- Major changes that you made to the network
- Any problems you encountered
- Conclusions about the health of the network in its new state
Submit your report
- Attach an MS Word-compatible file to the assignment.
- Your report should be about 1/2 page long, using a 12-point font and double spacing. It doesn't have to be anything fancy.