List the commands used to configure an eigrp route


Assignment

Project

Purpose

The purpose of this project is to provide an opportunity for students to apply network administration and design competencies gained throughout this course.

Deliverables

Choose ANY FOUR options from the following fiveoptions and complete the report for your chosen fouroptions (OPTION 1 is MANDATORY).

Option 1: Network Design Case
Option 2: Windows Security Firewall
Option3: Configuring OSPF Routing
Option 4: Configuring EIGRP Routing
Option 5: IPv6 Address Configuration

Option 1: Network Design Case

Scenario

Consider that the prevailing market conditions have made it possible for our firm to expand our current operations. I have presented several options to our board of directors and they are eager to proceed with an expansion except for one condition. The board feels that our current telecommunications infrastructure hinders our business operations and that it is imperative to design a new voice and data infrastructure to facilitate the planned expansion. The board is prepared to advocate any prudent expenditure necessary to implement a new infrastructure at the upcoming stockholder's meeting.

As you know, our firm is headquartered in San Antonio where we occupy the first and third floor of a large, but somewhat antiquated building. Each floor of the building measures 400 ft. by 250 ft. We currently have 52 Pentium-based PC's located on the third floor to meet the needs of our accounting, billing, and phone sales departments. The first floor contains 17 Pentium-based computers and six Apple PowerMacs used by management, our receptionist, walk-in sales staff, and our adjusters. We currently have a 10Base2 network that is used to connect some, but not all, of our existing systems. The previous network manager told us the remaining systems could not be networked due to the 10Base2 architecture. We also have smaller offices in Austin, Houston, and Corpus Christi. These offices generally have 4 to 6 Pentium or Apple-based computers. The computers in these locations are not currently networked.

Our immediate expansion plans, if approved by the shareholders, include opening a second office in Houston, two offices in Dallas and an office in El Paso. These offices will be similar to the existing small offices operated in Austin, Houston and Corpus Christi. My vision for the new telecommunications network includes having all of the existing and proposed offices connected together in a seamless, secure manner. All of the computers in all of the offices should be connected.

Deliverables:

• I need to understand whether or not we can continue to build on our current network and why. I also need to know what we should use to replace it if we need to do so.

• I see the network as consisting of two primary parts, the networks within each facility and the network that connects the various facilities together. Please provide diagrams that illustrate how these networks will look after the new infrastructure rollout (Also include a generic diagram for one of the branch offices).

• I will require a detailed cost proposal for both the installation and first year's operating cost associated with the entire proposed infrastructure. You will need to consider all equipment and wiring costs, the cost for the proposed services from the phone companies and provide the source for your costing information(Excluding labor costs).

• Discuss the feasibility of implementing an IPv6 protocol along with our new infrastructure, and the business ramifications of implementing IPv6 at this time.

• Describe how security will be maintained for data, particularly for data being transmitted between offices and for wireless connectivity.

• Discuss how you will implement a network that will allow secure wireless communications between computers and other resources, including Internet access (Be sure to discuss steps for configuring wireless access points and wireless network adapter with various security features including WPS, WEP, WPA2, etc.).

Option 2: Windows Security Firewall

The overall objective of this laboratory exercise is to gain experience with the basic steps for configuring a personal firewall on Windows operating system (say Windows 7).In this exercise you will learn to create an inbound firewall rule and outbound firewall rule. The inbound firewall rule will only allow a ping packet from server (S1). The outbound firewall rule will block any web traffic from computer PC1 and computer PC2. Configure the computers to operate in the network using the IP addresses, subnet mask, and gateway address specified in

Table 1.You will gain an understanding of the following:

1. Configure the Windows firewall.
2. Configure the Windows advanced firewall features.
3. Specific protocols and their network ports

Topology

Figure 1 The Network Topology for This Lab.

Reference Tables

For convenience, Table 1 provides the IP addresses and masks for all the necessary computers to complete this lab.

Table 1 The IP addresses, subnet masks, and gateway

 

Computer/Server - SW1

IP Address

Subnet Mask

Gateway Address

 

S1

192.168.1.1

255.255.255.192

192.168.1.62

 

PC2

192.168.2.1

255.255.255.192

192.168.2.62

 

PC1

192.168.3.1

255.255.255.192

192.168.3.62

Detailed Lab Steps

Task #1

1. Assume that you have already configured the IP addresses for computers PC1 and PC2, for Server, S1 and for router R1 (from previous labs).

2. In the next step, you are to make sure that the Windows firewall is enabled. List the step sequence required to verify the firewall status and to enable the firewall.

3. List the command sequence and steps required to create a new inbound firewall rule called "Ping Request" to allow only server S1 to ping PC1 and PC2. Make sure the correct protocol is selected for Ping.

4. If you have to verify the firewall rule "Ping Request" by initiating the Ping from S1 to PC1 and PC2, and then initiating ping from PC1 to PC2 and vice versa, explain which ping results of these ping request will pass and which will fail.

5. List the command sequence and steps required to create a new outbound firewall rule called "Web Filtering". This rule is to block any web traffic initiated from PC1 and PC2. Be sure to block both unsecure and secure web traffic. Make sure the correct protocol and its associated ports are selected for web traffic. Explain the expected result if you have to initiate any web session from PC1 and PC2.

Option 3: Configuring OSPF Routing

Objective

The overall objective of this laboratory exercise is to gain experience with configuring OSPF routing between two routers.

Topology

Figure 2 The Network Topology for This Lab.

Reference Tables

For convenience, Table 1 provides the IP address and mask of all necessary interfaces used to completethe lab.

Table 1 Computer IP Addresses, subnet masks and gateway address for this lab.

 

Computer/Interface - R1

IP Address

Subnet Mask

Gateway Address

 

   PC1

172.20.15.8

255.255.255.224

172.20.15.1

 

R1-Fa0/0

172.20.15.1

255.255.255.224

     ------------------

 

R1-S0/0/0

10.10.1.1

255.255.255.252

     ------------------

 

Computer/Interface - R2

IP Address

Subnet Mask

Gateway Address

 

   PC2

192.168.25.21

255.255.255.224

192.168.25.16

 

R2-Fa0/0

192.168.25.16

255.255.255.224

     ------------------

 

R2-S0/0/1

10.10.1.2

255.255.255.252

     ------------------

Detailed Lab Steps

Task #1

In this lab you know how to configure an OSPF route to the adjacent LAN for the network shown in Figure 2. Note that a serial interface is being used to interconnect the LANs. You are configuring routing for both a 172.20.15.0 and 192.168.25.0 networks. A subnet mask of 255.255.255.224 is being used. Use 56000 for the clock rate on the serial link (DCE interface).

1. List the commands used to configure OSPF routing between the LAN-A and LAN-B routers using a process ID of 100 and an area of 0. Use two commands to verify that the routes are configured.

Task#2

Answer the following questions regarding the Cisco IOS.

The command prompt changes on a Cisco router to reflect the current state the router is in. Define what each command prompt listed below represents.

a) Router>

b) Router#

c) Router(config)#

d) Router(config-if)#

e) Router(config-router)#

f) Router(config-line)#

Cisco IOS provides supports for many editing functions in terms of "hot keys". A few of the functions are listed below. Briefly describe these functions.

g) Delete

h) Backspace

i) TAB

J) Ctrl-Z

Task #3 Configuration List

The following is a partial list of the items you might see when you issue the command show running-configuration [sh run]. Your task is to define each item and its purpose. You may need to go to the Cisco website and look up what each of these commands mean

1. ipcef

2. no ip domain lookup

3. log-adjacency-changes

4. control-plane

5. scheduler allocate 20000 1000

6. description <--- >

Option 4: Configuring EIGRP Routing

Overview

The overall objective of this laboratory exercise is to configure EIGRP routing between two routers so that there is a routed network connection between computers in the two LANs.

Topology

Figure 3 The Network Topology for This Lab.

Reference Tables

For your convenience, Table 1 provides the IP address and subnet mask of all interfaces used to complete this lab.

Table 1Computer IP Addresses, subnet masks and gateway address for lab 5.

 

Computer/Interface - R1

IP Address

Subnet Mask

Gateway Address

 

   PC1

192.168.21.18

255.255.255.240

192.168.21.17

 

R1-Fa0/0

192.168.21.17

255.255.255.240

     ------------------

 

R1-S0/0/0

10.30.1.1

255.255.255.252

     ------------------

 

Computer/Interface - R2

IP Address

Subnet Mask

Gateway Address

 

PC2

192.168.85.21

255.255.255.240

192.168.85.18

 

R2-Fa0/0

192.168.85.18

255.255.255.240

------------------

 

R2-S0/0/1

10.30.1.2

255.255.255.252

------------------

Detailed Lab Steps

Task #1

In this lab you are configuringEIGRP routing to the adjacent LAN for the network shown in Figure 1. Note that a serial interface is being used to interconnect the LANs. You are configuring routing for both a 172.20.15.0 and 192.168.25.0 networks. A subnet mask of 255.255.255.240 is being used. Use 56000 for the clock rate on the serial link (DCE interface).

1. List the commands used to configure an EIGRP route from the LAN-A router to the LAN-B router. Use an Autonomous system number of 100.

2. List the commands used to verify that EIGRP routing has been configured on the LAN-A router.

3. List the command used to list the eigrp neighbors off the LAN-A router.

Task #2

The following is a partial list of the items displayed when you issue the command show running-configuration [sh run]. Your task is to define each item and its purpose. You may need to go to the Cisco website and look up what each of these commands mean

1. Shutdown

2. log-adjacency changes

3. control-plane

4. scheduler allocate 20000 1000

5. login local

6. line con 0

7. line aux 0

8. line vty 0 4

Option 5: IPv6 Address Configuration

Overview

The overall objective of this laboratory exercise is to configure IPv6 routing between two routers so that there is a routed network connection between computers in the two LANs.

Topology

Figure 4 The Network Topology for This Lab.

 

Computer/Interface - R1

IPv6 Address

Prefix Length

Gateway Address

 

   PC1

2001:0DB8:FEED:A::A1

/64

2001:0DB8:FEED:A::1

 

R1-Fa0/0

2001:0DB8:FEED:A::1

/64

     ------------------

 

R1-S0/0/0

2001:0DB8:1BEE:2BEE::1

/64

     ------------------

 

Computer/Interface - R2

IP Address

Subnet Mask

Gateway Address

 

PC2

2001:0DB8:FEED:B::B1

/64

2001:0DB8:FEED:B::1

 

R2-Fa0/0

2001:0DB8:FEED:B::1

/64

------------------

 

R2-S0/0/1

2001:0DB8:1BEE:2BEE::2

/64

------------------

Detailed Lab Steps

Task # 1

1. What is the command to configure IPv6 address of 2001:0DB8:FEED:A::1 with a prefix length of /64 on R1's Fa0/0 interface.

2. What is the full unabbreviated IPv6 address of 2001:0DB8:FEED:A::1?

3. What is the command to view the IPv6 configuration on the interface fa0/0?

4. What is the command to show any interface IPv6 addresses already configured on R1?

5. If the command, ipv6 address 2001:0DB8:FEED:A::/64 eui-64, is used to configure an IPv6 interface on a router, which of the following is expected?

a. The IPv6 interface address will be 2001:0DB8:FEED:A::1
b. The IPv6 interface address will be created using its subnet and autoconfigured random number.
c. The IPv6 interface address will be created using its subnet and modified EUI-64 format.
d. The IPv6 interface address will be created using its subnet and its IPv4 information.
e. The IPv6 interface address will be created using its subnet and information based on its MAC address.
f. C and D
g. C and E

6. List the commands used to configure the interfaces on R1 and R2 with IPv6 addresses according to Table.

7. What is the command to enable Cisco routers to forward IPv6 traffic?

8. Which of the following statements is true about enabling OSPFv3 routing for IPv6?

a. Global OSPFv3 for IPv6 is configured under "router ospf" command like in IPv4.
b. Global OSPFv3 for IPv6 is configured under "ipv6 router ospf" command unlike in IPv4.
c. Enabling OSPFv3 on the interface is done with a network command under the global OSPF configuration.
d. Enabling OSPFv3 on the interface is done at the interface level, not a global command.
e. A and C
f. B and D

9. List the commands used to configure OSPFv3 for Area 0 with a process ID of 10 and router ID of 1.1.1.1 on R1. List commands used to enable OSPF support on all of its interfaces.

10. List the commands used to configure OSPFv3 for Area 0 with a process ID of 10 and router ID of 2.2.2.2 on R2. List commands used to enable OSPF support on all of their interfaces.

11. What is the command to display the OSPF neighbor in IPv6?

12. What is the command to display information about the IPv6 routes on R1?

13. What is the command to display the route R1 will take to reach PC2, 2001:DB8:FEED:B::B1?

14. On R1, what is the command to ping the IPv6 address of PC2? Is it the same command as in IPv4?

Format your assignment according to the following formatting requirements:

1. The answer should be typed, double spaced, using Times New Roman font (size 12), with one-inch margins on all sides.

2. The response also includes a cover page containing the title of the assignment, the student's name, the course title, and the date. The cover page is not included in the required page length.

3. Also include a reference page. The Citations and references should follow APA format. The reference page is not included in the required page length.

Attachment:- CIS-Assignment.rar

Request for Solution File

Ask an Expert for Answer!!
Computer Networking: List the commands used to configure an eigrp route
Reference No:- TGS03024755

Expected delivery within 24 Hours