You are on page 1of 7

Home

ABOUT ME

STUDY

BOOKS

TEC CAFE

CATAGORIES

IMP ADDRESS

SONG

HELPS

CONTACT

LOGIN

ISTIAQUE ORBIT

Search

search

ORBIT OF THE PLANETS HAS PUT YOU AND ME IN THIS PLACE.

HOME MY Y STUDY SECTION CCNA ROUTER CONFIGURATION EIGRP EROUTING PT PRACTICE SBA

EIGRP ERouting PT Practice SBA


RECENT POSTS

CCNA 4 Final Exam Question and Answers 2012 CCNA 4 Final Exam Question and Answers 2011 1.NAT Configuration 1.DHCP Configuration Extended ACL Configuration ACL (Access Control List) ACL Configuration-1 Various Configuration Commands Frame Relay Configuration2 Frame Relay Configuration1 Protibimber Biborno Kabbo-2 Protibimber Biborno Kabbo-1 Router&Switch Configuration-1 34th BCS Exam and Answer Wifi Basic Configuration Basic Switching/Wireless PT Practice SBA Switc configuration Practice 5 Switc configuration Practice 4 Switc configuration Practice 3 Switc configuration Practice 2 Switc configuration Practice 1 Basic Switch configurations commands ccna part 3 chapter-7

ERouting 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 NIC NIC 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 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 Address Subnet Mask 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

EPC3 EPC4 NetAdmin

NIC NIC NIC

192.168.1.2

255.255.255.192

192.168.1.1

192.168.1.66

255.255.255.192

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 EBranch1 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 EBranch2. 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 EBranch1.

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.

Form B Created in Packet Tracer 5.3.2.0027 and Marvel 1.0.1 All contents are Copyright 1992 2011 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.

SOLUTION:
Step1: a) Router(config)#hostname EB2

EB2(config)#enable secret class EB2(config)#line console 0 EB2(config-line)#password cisco EB2(config-line)#login EB2(config-line)#exit EB2(config)#line vty 0 4

EB2(config-line)#pas EB2(config-line)#password cisco EB2(config-line)#login EB2(config-line)#exit EB2(config)#banner motd # Enter TEXT message. End with the character #. Authorized access only! # b) EB2(config)#interface fastEthernet0/0 EB2(config-if)#ip address 192.168.1.1 255.255.255.192 EB2(config-if)#no shutdown EB2(config)#interface fastEthernet 0/1 EB2(config-if)#ip address 192.168.1.65 255.255.255.192 EB2(config-if)#no shutdown EB2(config)#interface serial 0/0/0 EB2(config-if)#ip address 192.168.1.254 255.255.255.252 EB2(config-if)#no shutdown EB2(config)#interface serial 0/0/1 EB2(config-if)#ip address 192.168.1.246 255.255.255.252 EB2(config-if)#no shutdown c)Configure correct host IP addressing. EPC2- Given-192.168.0.128/25>192.168.0. 1/_ _ _ _ _ _ _ So,NA-192.168.0.128 BA-192.168.0.255 SM-255.255.255.128 Now.accroding to question Configure EPC2 with the last IP address in the subnet. IP-192.168.0.254 SM-255.255.255.128 GA-192.168.0.129 jast 1st host address EPC4- Given-192.168.1.64/26>192.168.1. 0 1/_ _ _ _ _ _ So,NA-192.168.1.64 BA-192.168.1.127 SM-255.255.255.192 Now.accroding to question Configure EPC2 with the last IP address in the subnet. IP-192.168.0.126 SM-255.255.255.192 GA-192.168.0.65 jast 1st host address Step 2:: 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. a) EB2#show interface EB2#show ip route EB2#show cdp neighbors detail Entry address(es): IP address : 192.168.1.253 Platform: cisco C1841, Capabilities: Router Interface: Serial0/0/0, Port ID (outgoing port): Serial0/0/1 Holdtime: 148 b) EB2#telnet 192.168.1.253 Trying 192.168.1.253 OpenAuthorized Access Only! Step 3:: a) For next-hop address: EastHQ#show cdp neighbors detail Device ID: WHQ Entry address(es): IP address : 192.0.2.1 Platform: cisco C1841, Capabilities: Router

Interface: Serial0/1/1, Port ID (outgoing port): Serial0/1/1 Holdtime: 165 EastHQ#show ip interface brief EastHQ#show run interface Serial0/1/1 ip address 192.0.2.2 255.255.255.252 EastHQ(config)#ip route 172.16.100.0 255.255.255.0 192.0.2.1 EastHQ(config)#ip route 0.0.0.0 0.0.0.0 serial 0/1/0 b)For verify static and default routing. EastHQ#show run EastHQ#show ip route Step4:: 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. EastHQ#conf t EastHQ(config)#router eigrp 100 EastHQ(config-router)#network 192.168.1.248 0.0.0.3 EastHQ(config-router)#network 192.168.1.252 0.0.0.3 EastHQ(config-router)#no auto-summary EastHQ(config-router)#redistribute static EB1#conf t EB1(config)#router eigrp 100 EB1(config-router)#network 192.168.1.248 0.0.0.3 EB1(config-router)#network 192.168.1.244 0.0.0.3 EB1(config-router)#network 192.168.0.0 0.0.0.127 EB1(config-router)#network 192.168.0.128 0.0.0.127 EB1(config-router)#no auto-summary EB1(config-router)#passive-interface fastEthernet 0/0 EB1(config-router)#passive-interface fastEthernet 0/1 EB2#conf t EB2(config)#router eigrp 100 EB2(config-router)#network 192.168.1.252 0.0.0.3 EB2(config-router)#network 192.168.1.244 0.0.0.3 EB2(config-router)#network 192.168.1.0 0.0.0.63 EB2(config-router)#network 192.168.1.64 0.0.0.63 EB2(config-router)#no auto-summary EB2(config-router)#passive-interface fastEthernet 0/0 EB2(config-router)#passive-interface fastEthernet 0/1 Step5:: a) EastHQ#conf t EastHQ(config)#interface serial0/0/1 EastHQ(config-if)#bandwidth 384 EB2#conf t EB2(config)#interface serial0/0/0 EB2(config-if)#bandwidth 384 b) EB2(config)#interface serial 0/0/0 EB2(config-if)#ip summary-address eigrp 100 192.168.1.0 255.255.255.128 EB2(config)#int serial 0/0/1 EB2(config-if)#ip summary-address eigrp 100 192.168.1.0 255.255.255.128 c) EB1(config)#interface serial 0/0/0

EB1(config-if)#ip summary-address eigrp 100 192.168.0.0 255.255.255.0 EB1(config)#interface serial 0/0/1 EB1(config-if)#ip summary-address eigrp 100 192.168.0.0 255.255.255.0 Step6:: Enter NetAdmin: ping>172.16.100.0 ping>172.16.100.126 ping>172.16.100.130 ping>172.16.100.194 ping>64.100.1.1 Another Answer: The router name is EB2. Router(config)# hostname EB2 The privileged EXEC mode uses the following encrypted password: class. EB2(config)#enable secret class Enable Telnet and console line logins and use the following password: cisco. EB2(config)#line vty 0 4 EB2(config)#password class EB2(config)#login EB2(config)#exit Configure the banner message-of-the-day as Authorized access only! EB2(config)#banner motd %Authorized access only!% b. Using the Addressing Table, configure and activate all the necessary interfaces on E-Branch2. c. Configure correct host IP addressing. EB2#show ip interface brief EB2#show ip route Configure EPC2 with the last IP address in the subnet. 192.168.0.254 255.255.255.128 Default gateway 192.168.0.1 Configure EPC4 with the last IP address in the subnet. 192.168.1.126 255.255.255.192 Default gateway 192.168.1.1 Step 2: Discover the Network. a. Explore the network to determine the IP address of the serial interface that EastHQ uses to connect to EBranch2. b. Remotely access EastHQ. EB2# show interfaces EB2# show cdp neighbors EB2# show ip route EB2# telnet 192.168.1.253 EastHQ(config)#interface serial0/0/0 EastHQ (config-if)#ip address 192.168.1.249 255.255.255.252 EastHQ (config-if)#no shutdown EastHQ (config-if)#exit EastHQ (config)#interface serial0/0/1 EASTHQ(config-if)#ip address 192.168.1.253 255.255.255.252 EASTHQ(config-if)#no shutdown EASTHQ(config-if)#exit EASTHQ(config)#interface serial0/1/0 EASTHQ(config-if)#ip address 209.165.201.6 255.255.255.252 EASTHQ(config-if)#no shutdown EASTHQ(config-if)#exit EASTHQ(config)#interface serial0/1/1 EASTHQ(config-if)#ip address 192.0.2.2 255.255.255.252 EASTHQ(config-if)#no shutdown EASTHQ(config-if)#exit

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. EastHQ#show ip route Configure a static route EastHQ(config)#route ip 172.16.100.0 255.255.255.0 192.0.2.1 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. EastHQ(config)#route ip 0.0.0.0 0.0.0.0 serial0/1/0 b. Verify static and default routing. EastHQ#show ip route EastHQ#ping Step 4: Configure EIGRP Routing. Configure EIGRP on EastHQ, E-Branch1, and E-Branch2. a. Use AS number 100. b. 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. EastHQ(config)#router eigrp 100 EastHQ(config-router)#network 192.168.1.248 0.0.0.3 EastHQ(config-router)#network 192.168.1.244 0.0.0.3 EastHQ(config-router)#no auto-summary EastHQ(config-router)#ip default-network EastHQ(config)#interface serial0/1/0 EastHQ(config-if)#no eigrp 100 EastHQ(config)#interface serial0/1/1 EastHQ(config-if)#no eigrp 100 EB1(config)#router eigrp 100 EB1(config-router)#network 192.168.1.0 0.0.0.3 EB1(config-router)#network 192.168.1.0 0.0.0.127` EB1(config-router)#passive-interface fa0/0 EB1(config-router)#passive-interface fa0/1 EB1(config-router)#CTRL+Z EB2(config)#router eigrp 100 EB2(config-router)#network 192.168.1.0 0.0.0.3 EB2(config-router)#network 192.168.1.0 0.0.0.63 EB2(config-router)#passive-interface fa0/0 EB2(config-router)#passive-interface fa0/1 EB2(config-router)#CTRL+Z 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. EastHQ(config)#interface s0/0/1 EastHQ(config-if)#bandwidth 384 EastHQ(config-if)#ip bandwidth-percent eigrp 100 100 EB2(config)#interface s0/0/0 EB2(config-if)#bandwidth 384 EB2(config-if)#ip bandwidth-percent eigrp 100 100

EB1(config)#router eigrp 100 EB1(router-config)#network 192.168.0.0 0.0.0.3 EB1(router-config)#end EB2(config)#router eigrp 100 EB2(router-config)#network 192.168.1.0 0.0.0.63 EB2(router-config)#end OR For EB1 EB1(config)#Int s0/0/0 EB1(config-if)#IP Summery-address eigrp 100 192.168.0.0 255.255.255.0 EB1(config)#Int s0/0/1 EB1(config-if)#IP Summery-address eigrp 100 192.168.0.0 255.255.255.0 For EB2 EB2(config)#Int s0/0/0 EB1(config-if)#IP Summery-address eigrp 100 192.168.1.0 255.255.255.128 EB2(config)#Int s0/0/1 EB1(config-if)#IP Summery-address eigrp 100 192.168.1.0 255.255.255.128
About these ads

You May Like


1.

Share this: Like this:

Twitter

Facebook 2

More

Like
Be the first to like this.

BY ISTIAQUEDEVASTATION IN ROUTER CONFIGURATION ON 24/04/2013. EIGRP CONFIGURATION TEST OSPF ROUTING CONFIGURATION

Leave a Reply
Enter your comment here...

Blog at WordPress.com. / The Academica Theme.

You might also like