Você está na página 1de 13

Routing EIGRP PT Practice SBA

A few things to keep in mind while completing this activity:

1. Do not use the browser Back button or close or reload any Exam windows during the
exam.

2. Do not close Packet Tracer when you are done. It will close automatically. 3. Click the Submit Assessment button to submit your work.

Introduction
In this Packet Tracer Practice Skills-based Assessment, you will: complete the configuration of a partially configured network establish connectivity to the West Region and the Internet through the use of static and dynamic routing verify connectivity

Addressing Table
Device Interface S0/0/0 EastHQ S0/0/1 S0/1/0 S0/1/1 Fa0/0 E-Branch1 Fa0/1 S0/0/0 S0/0/1 Fa0/0 E-Branch2 Fa0/1 S0/0/0 S0/0/1 EPC1 EPC2 EPC3 EPC4 NetAdmin NIC NIC NIC NIC NIC Address 192.168.1.249 192.168.1.253 209.165.201.6 192.0.2.2 192.168.0.1 192.168.0.129 192.168.1.250 192.168.1.245 192.168.1.1 192.168.1.65 192.168.1.254 192.168.1.246 192.168.0.2 192.168.0.254 192.168.1.2 192.168.1.126 192.168.1.66 Subnet Mask 255.255.255.252 255.255.255.252 255.255.255.252 255.255.255.252 255.255.255.128 255.255.255.128 255.255.255.252 255.255.255.252 255.255.255.192 255.255.255.192 255.255.255.252 255.255.255.252 255.255.255.128 255.255.255.128 255.255.255.192 255.255.255.192 255.255.255.192 Default Gateway N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A N/A 192.168.0.1 192.168.0.129 192.168.1.1 192.168.1.65 192.168.1.65

Note: The password for user EXEC mode is cisco. The password for privileged EXEC mode is class.

Step 1: Configure the Device Basics.


Note: Initially, you can only access router E-Branch2 through the console connection on NetAdmin. a. Configure the following on E-Branch2: The router name is EB2.

The privileged EXEC mode uses the following encrypted password: class. Enable Telnet and console line logins and use the following password: cisco. Configure the banner message-of-the-day as Authorized access only!

b. Using the Addressing Table, configure and activate all the necessary interfaces on E-Branch2. c. Configure correct host IP addressing. Configure EPC2 with the last IP address in the subnet. Configure EPC4 with the last IP address in the subnet.

Step 2: Discover the Network.


a. Explore the network to determine the IP address of the serial interface that EastHQ uses to connect to E-Branch2. b. Remotely access EastHQ.

Step 3: Configure Static and Default Routing.


a. Configure connectivity to the West Region. Configure a static route on EastHQ to the entire West Region. The West Region uses the 172.16.100.0/24 address space. Use the next-hop address argument. Configure a default route on EastHQ to send to the Internet all other traffic for destinations that are not found in the EastHQ routing table. Use the exit interface argument.

b. Verify static and default routing.

Step 4: Configure EIGRP Routing.


Configure EIGRP on EastHQ, E-Branch1, and E-Branch2. a. Use AS number 100. b. Do not advertise the network between EastHQ and the Internet. c. Do not advertise the network between EastHQ and the West Region. d. Advertise all other attached networks. e. Disable automatic summarization. f. Disable EIGRP updates out interfaces where there are no EIGRP neighbors available. g. On EastHQ, enter the one command in the EIGRP routing process that will propagate the default and static routes to E-Branch1 and E-Branch2.

Step 5: Modify the default EIGRP operation.


a. Configure the link between EastHQ and E-Branch2 so that the correct bandwidth of 384 k/s is used in EIGRP calculations. b. Configure E-Branch1 to advertise a summary route for the subnets 192.168.0.0/25 and 192.168.0.128/25 to EastHQ and E-Branch2. c. Configure E-Branch2 to advertise a summary route for the subnets 192.168.1.0/26 and 192.168.1.64/26 to EastHQ and E-Branch1.

Step 6: Verify Full Connectivity.


Although these are not scored, the following connectivity tests should be successful. Test connectivity to the West Region. Test connectivity to the Internet.

Version 1.0 Created in Packet Tracer 5.3.1.0044 and Marvel 1.0.1 All contents are Copyright 1992 - 2011 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

EB1 EB1#sh run Building configuration...

Current configuration : 1261 bytes ! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname EB1 ! ! ! enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1 ! ! ! ! ! ! ! ! ! ! ip ssh version 1 no ip domain-lookup ! ! ! !

! ! interface FastEthernet0/0 ip address 192.168.0.1 255.255.255.128 duplex auto speed auto no cdp enable ! interface FastEthernet0/1 ip address 192.168.0.129 255.255.255.128 duplex auto speed auto no cdp enable ! interface Serial0/0/0 description Link to EHQ ip address 192.168.1.250 255.255.255.252 ip summary-address eigrp 100 192.168.0.0 255.255.255.0 5 ! interface Serial0/0/1 description Link to EB2 ip address 192.168.1.245 255.255.255.252 ip summary-address eigrp 100 192.168.0.0 255.255.255.0 5 clock rate 2000000 ! interface Vlan1 no ip address shutdown

! router eigrp 100 passive-interface FastEthernet0/0 passive-interface FastEthernet0/1 network 192.168.0.0 0.0.0.127 network 192.168.0.128 0.0.0.127 network 192.168.1.248 0.0.0.3 network 192.168.1.244 0.0.0.3 no auto-summary ! ip classless ! ! ! banner motd ^CAuthorized Access Only!^C ! ! ! ! line con 0 exec-timeout 0 0 password cisco logging synchronous login line vty 0 4 password cisco login !

! ! End EB2 EB2#SH RUN Building configuration...

Current configuration : 1189 bytes ! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname EB2 ! ! ! enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1 ! ! ! ! ! ! ! ! !

! ip ssh version 1 ! ! ! ! ! ! interface FastEthernet0/0 ip address 192.168.1.1 255.255.255.192 duplex auto speed auto no cdp enable ! interface FastEthernet0/1 ip address 192.168.1.65 255.255.255.192 duplex auto speed auto no cdp enable ! interface Serial0/0/0 bandwidth 384 ip address 192.168.1.254 255.255.255.252 ip summary-address eigrp 100 192.168.1.0 255.255.255.128 5 ! interface Serial0/0/1 ip address 192.168.1.246 255.255.255.252 ip summary-address eigrp 100 192.168.1.0 255.255.255.128 5

! interface Vlan1 no ip address shutdown ! router eigrp 100 passive-interface FastEthernet0/0 passive-interface FastEthernet0/1 network 192.168.1.0 0.0.0.63 network 192.168.1.64 0.0.0.63 network 192.168.1.252 0.0.0.3 network 192.168.1.244 0.0.0.3 no auto-summary ! ip classless ! ! ! banner motd ^CAuthorized access only!^C ! ! ! ! line con 0 password cisco logging synchronous login line vty 0 4

password cisco logging synchronous login ! ! ! End EASTHQ EastHQ#sh run Building configuration...

Current configuration : 1187 bytes ! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname EastHQ ! ! ! enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1 ! ! ! ! !

! ! ! ! ! ip ssh version 1 no ip domain-lookup ! ! ! ! ! ! interface FastEthernet0/0 no ip address duplex auto speed auto shutdown ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 ip address 192.168.1.249 255.255.255.252 clock rate 2000000

! interface Serial0/0/1 bandwidth 384 ip address 192.168.1.253 255.255.255.252 clock rate 2000000 ! interface Serial0/1/0 ip address 209.165.201.6 255.255.255.252 no cdp enable ! interface Serial0/1/1 ip address 192.0.2.2 255.255.255.252 ! interface Vlan1 no ip address shutdown ! router eigrp 100 redistribute static network 192.168.1.248 0.0.0.3 network 192.168.1.252 0.0.0.3 no auto-summary ! ip classless ip route 172.16.100.0 255.255.255.0 192.0.2.1 ip route 0.0.0.0 0.0.0.0 Serial0/1/0 ! !

! banner motd ^CAuthorized Access Only!^C ! ! ! ! line con 0 exec-timeout 0 0 password cisco logging synchronous login line vty 0 4 password cisco login ! ! ! end

Você também pode gostar