Question: Objectives Create multiple networks using three routers, three switches one server and two PCs using the EIGRP routing protocol. Program static IP address, subnet mask

Objectives Create multiple networks using three routers, three switches one server and two PCs using the EIGRP routing protocol. Program static IP address, subnet mask and default gateway for PCs and Server. Program the router interfaces on the network to allow information to pass from one PC to another in the network. Determine IP address and subnet mask when given number of host requirements for a network. You will be using Variable Length Subnet Mask (VLSM) for this performance assessment and throughout the term. Where you see a ###, you will determine the address. Skills Setting up a network in Cisco Packet Tracer (review). Programming routers using a terminal CLI program (review). Using the EIGRP routing protocol on routers in a network (review). Determining subnet mask based on number of users for a given network (review). Task 1 Setting up the network Your instructor has assigned you a unique network number. Make sure to use this unique network number throughout the Performance Assessment where indicated by an underscore. Any time you see an underscore, replace with your unique ID number. If your number is 70 your networks will look like this 10._____.0.0/16 becomes 10.70.0.0/16 11.0.0.___ becomes 11.0.0.70 You will be using Variable Length Subnet Mask (VLSM) for this performance assessment and throughout the term. Equipment used: Router 4321 x 3 (Add NIM-2T module to the left slot of the router) Switch 2960 x 3 PC x 2 Server-PT Multiuser cloud In Packet Tracer wire the following network: Program per the below information: System Port Connect To Connect To Port IP address Subnet Mask Clock Rate R1 G0/0/0 Internet Internet Cloud 11.0.0.___ 255.255.255.0 N/A Se0/1/0 R2 Se0/1/0 10.___.5.1 255.255.255.252 500000 Se0/1/1 R3 Se0/1/1 10.___.5.10 255.255.255.252 N/A R2 G0/0/0 Sw1 G0/1 10.___.1.### 255.255.255.### 100 users G0/0/1 Sw2 G0/1 10.___.1.129 255.255.255.224 25 users Se0/1/1 R3 Se0/1/0 10.___.5.5 255.255.255.252 500000 Se0/1/0 R1 Se0/1/0 10.___.5.2 255.255.255.252 N/A R3 G0/0/0 Sw3 G0/1 10.___.2.1 255.255.255.0 N/A Se0/1/1 R1 Se0/1/1 10.___.5.9 255.255.255.252 500000 Se0/1/0 R2 Se0/1/1 10.___.5.6 255.255.255.252 N/A PC1 Fa0/1 Sw1 Fa0/1 10.___.1.### 255.255.255.### N/A PC2 Fa0/1 Sw2 Fa0/1 10.___.1.130 255.255.255.224 N/A Server Fa0/1 Sw3 Fa/01 10.___.2.10 255.255.255.0 N/A You will notice the G0/0/0 port on R2 is missing a portion of the IP address and the subnet mask. You will need to fill these in by determining an IP address and subnet mask. Keep in mind you need to support at least 100 users with this interface per the table. You will fill in a portion of the subnet mask as well for PC1. Dont forget to configure the IP addresses, subnet masks and default gateways for PC1, PC2 and the Server! You will need to configure interfaces for router R1, R2, and R3. Please use the following steps to configure: R1 (config)#interface G0/0/0 (Selects an interface and enters interface configuration mode) R1 (config-if)# ip address 11.0.0.___ 255.255.255.0 (Set IP address and subnet mask on interface) R1(config-if) no shutdown (Brings the interface up and operational) R1 (config-if)# exit R1 (config)#interface S0/1/0 (Selects an interface and enters interface configuration mode) R1 (config-if)# ip address 10.___.5.1 255.255.255.252 (Set IP address and subnet mask on sub interface) R1(config-if) no shutdown (Brings the interface up and operational) R1 (config-if)# exit R1 (config)#interface S0/1/1 (Selects an interface and enters interface configuration mode) R1 (config-if)# ip address 10.___.5.10 255.255.255.252 (Set IP address and subnet mask on sub interface) R1(config-if) no shutdown (Brings the interface up and operational) R2 (config)#interface G0/0/0 (Selects an interface and enters interface configuration mode) R2 (config-if)# ip address 10.___.1.# 255.255.255.### (Set IP address and subnet mask on sub interface) R2(config-if) no shutdown (Brings the interface up and operational) R2 (config-if)# exit R2 (config)#interface G0/0/1 (Selects an interface and enters interface configuration mode) R2 (config-if)# ip address 10.___.1.129 255.255.255.224 (Set IP address and subnet mask on sub interface) R2(config-if) no shutdown (Brings the interface up and operational) R2 (config-if)# exit R2 (config)#interface S0/1/1 (Selects an interface and enters interface configuration mode) R2 (config-if)# ip address 10.___.5.5 255.255.255.252 (Set IP address and subnet mask on sub interface) R2(config-if) no shutdown (Brings the interface up and operational) R2 (config)#interface S0/1/0 (Selects an interface and enters interface configuration mode) R2 (config-if)# ip address 10.___.5.2 255.255.255.252 (Set IP address and mask on sub interface) R2(config-if) no shutdown (Brings the interface up and operational) R3 (config)#interface G0/0/0 (Selects an interface and enters interface configuration mode) R3 (config-if)# ip address 10.___.2.1 255.255.255.0 (Set IP address and mask on sub interface) R3(config-if) no shutdown (Brings the interface up and operational) R3 (config-if)# exit R3 (config)#interface S0/1/1 (Selects an interface and enters interface configuration mode) R3 (config-if)# ip address 10.___.5.9 255.255.255.252 (Set IP address and mask on sub interface) R3(config-if) no shutdown (Brings the interface up and operational) R3 (config)#interface S0/1/0 (Selects an interface and enters interface configuration mode) R3 (config-if)# ip address 10.___.5.6 255.255.255.252 (Set IP address and mask on sub interface) R3(config-if) no shutdown (Brings the interface up and operational) Set up EIGRP routing protocol on each router R1(config)# router EIGRP 100 R1(config-router)# network 10.0.0.0 R1(config-router)# network 11.0.0.0 Routing Coverage for R1 R2(config)# router EIGRP 100 R2(config-router)# network 10.0.0.0 Routing Coverage for R2 R3(config)# router EIGRP 100 R3(config-router)# network 10.0.0.0 Routing Coverage for R3 Verify the network is set up correctly by typing R1# show ip route Verify that you can ping from one router to another by typing the following on R1 R1# ping 10.___.5.5 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.___.5.5, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/5/21 ms

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!